Enter a color:

Text as the color #DEBAEE


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

Background using #DEBAEE


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

Border color as #DEBAEE


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

Text shadow using #DEBAEE


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

Box shadow as #DEBAEE


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

Related Tools:

CSS Fonts


Saved Palette


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