Enter a color:

Text as the color #DFAEBD


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

Background using #DFAEBD


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

Border color as #DFAEBD


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

Text shadow using #DFAEBD


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

Box shadow as #DFAEBD


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

Related Tools:

CSS Fonts


Saved Palette


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