Enter a color:

Text as the color #DFCFCD


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

Background using #DFCFCD


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

Border color as #DFCFCD


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

Text shadow using #DFCFCD


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

Box shadow as #DFCFCD


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

Related Tools:

CSS Fonts


Saved Palette


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