Enter a color:

Text as the color #DBBBED


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

Background using #DBBBED


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

Border color as #DBBBED


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

Text shadow using #DBBBED


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

Box shadow as #DBBBED


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

Related Tools:

CSS Fonts


Saved Palette


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