Enter a color:

Text as the color #DFCCAC


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

Background using #DFCCAC


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

Border color as #DFCCAC


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

Text shadow using #DFCCAC


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

Box shadow as #DFCCAC


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

Related Tools:

CSS Fonts


Saved Palette


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