Enter a color:

Text as the color #DFCACC


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

Background using #DFCACC


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

Border color as #DFCACC


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

Text shadow using #DFCACC


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

Box shadow as #DFCACC


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

Related Tools:

CSS Fonts


Saved Palette


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