Enter a color:

Text as the color #DFDDED


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

Background using #DFDDED


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

Border color as #DFDDED


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

Text shadow using #DFDDED


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

Box shadow as #DFDDED


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

Related Tools:

CSS Fonts


Saved Palette


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