Enter a color:

Text as the color #DFDBAB


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

Background using #DFDBAB


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

Border color as #DFDBAB


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

Text shadow using #DFDBAB


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

Box shadow as #DFDBAB


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

Related Tools:

CSS Fonts


Saved Palette


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