Enter a color:

Text as the color #DBBEFB


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

Background using #DBBEFB


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

Border color as #DBBEFB


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

Text shadow using #DBBEFB


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

Box shadow as #DBBEFB


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

Related Tools:

CSS Fonts


Saved Palette


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