Enter a color:

Text as the color #DFDFDD


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

Background using #DFDFDD


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

Border color as #DFDFDD


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

Text shadow using #DFDFDD


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

Box shadow as #DFDFDD


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

Related Tools:

CSS Fonts


Saved Palette


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