Enter a color:

Text as the color #DFDCDC


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

Background using #DFDCDC


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

Border color as #DFDCDC


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

Text shadow using #DFDCDC


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

Box shadow as #DFDCDC


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

Related Tools:

CSS Fonts


Saved Palette


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