Enter a color:

Text as the color #DFDEAC


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

Background using #DFDEAC


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

Border color as #DFDEAC


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

Text shadow using #DFDEAC


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

Box shadow as #DFDEAC


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

Related Tools:

CSS Fonts


Saved Palette


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