Enter a color:

Text as the color #DFACCA


HTML:
<div style="color: #DFACCA"></div>
CSS:
.class { color: #DFACCA; }

Background using #DFACCA


HTML:
<div style="background-color: #DFACCA"></div>
CSS:
.class { background-color: #DFACCA; }

Border color as #DFACCA


HTML:
<div style="border: 2px solid #DFACCA"></div>
CSS:
.class { border: 2px solid #DFACCA; }

Text shadow using #DFACCA


HTML:
<div style="text-shadow: 3px 3px 2px #DFACCA"></div>
CSS:
.class { text-shadow: 3px 3px 2px #DFACCA; }

Box shadow as #DFACCA


HTML:
<div style="box-shadow: 1px 1px 3px 2px #DFACCA; -webkit-box-shadow: 1px 1px 3px 2px #DFACCA;-moz-box-shadow:1px 1px 3px 2px #DFACCA"></div>
CSS:
.class { box-shadow: 1px 1px 3px 2px #DFACCA; -webkit-box-shadow: 1px 1px 3px 2px #DFACCA;-moz-box-shadow:1px 1px 3px 2px #DFACCA; }

Related Tools:

CSS Fonts


Saved Palette


Click Save to keep a list of colors you like and want to work with.