Enter a color:

Text as the color #DFDEBC


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

Background using #DFDEBC


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

Border color as #DFDEBC


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

Text shadow using #DFDEBC


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

Box shadow as #DFDEBC


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

Related Tools:

CSS Fonts


Saved Palette


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