Enter a color:

Text as the color #DFDAED


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

Background using #DFDAED


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

Border color as #DFDAED


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

Text shadow using #DFDAED


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

Box shadow as #DFDAED


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

Related Tools:

CSS Fonts


Saved Palette


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