Enter a color:

Text as the color #DDCFDC


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

Background using #DDCFDC


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

Border color as #DDCFDC


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

Text shadow using #DDCFDC


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

Box shadow as #DDCFDC


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

Related Tools:

CSS Fonts


Saved Palette


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