Enter a color:

Text as the color #DFCEDC


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

Background using #DFCEDC


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

Border color as #DFCEDC


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

Text shadow using #DFCEDC


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

Box shadow as #DFCEDC


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

Related Tools:

CSS Fonts


Saved Palette


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