Enter a color:

Text as the color #DDDEBA


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

Background using #DDDEBA


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

Border color as #DDDEBA


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

Text shadow using #DDDEBA


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

Box shadow as #DDDEBA


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

Related Tools:

CSS Fonts


Saved Palette


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