Enter a color:

Text as the color #DFDBCE


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

Background using #DFDBCE


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

Border color as #DFDBCE


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

Text shadow using #DFDBCE


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

Box shadow as #DFDBCE


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

Related Tools:

CSS Fonts


Saved Palette


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