Enter a color:

Text as the color #DFDEBD


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

Background using #DFDEBD


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

Border color as #DFDEBD


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

Text shadow using #DFDEBD


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

Box shadow as #DFDEBD


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

Related Tools:

CSS Fonts


Saved Palette


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