Enter a color:

Text as the color #DFDFDC


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

Background using #DFDFDC


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

Border color as #DFDFDC


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

Text shadow using #DFDFDC


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

Box shadow as #DFDFDC


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

Related Tools:

CSS Fonts


Saved Palette


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