Enter a color:

Text as the color #DFDBAE


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

Background using #DFDBAE


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

Border color as #DFDBAE


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

Text shadow using #DFDBAE


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

Box shadow as #DFDBAE


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

Related Tools:

CSS Fonts


Saved Palette


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