Enter a color:

Text as the color #DEBFBA


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

Background using #DEBFBA


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

Border color as #DEBFBA


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

Text shadow using #DEBFBA


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

Box shadow as #DEBFBA


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

Related Tools:

CSS Fonts


Saved Palette


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