Enter a color:

Text as the color #DEBAED


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

Background using #DEBAED


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

Border color as #DEBAED


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

Text shadow using #DEBAED


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

Box shadow as #DEBAED


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

Related Tools:

CSS Fonts


Saved Palette


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