Enter a color:

Text as the color #DEBBCC


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

Background using #DEBBCC


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

Border color as #DEBBCC


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

Text shadow using #DEBBCC


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

Box shadow as #DEBBCC


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

Related Tools:

CSS Fonts


Saved Palette


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