Enter a color:

Text as the color #DBBEFC


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

Background using #DBBEFC


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

Border color as #DBBEFC


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

Text shadow using #DBBEFC


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

Box shadow as #DBBEFC


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

Related Tools:

CSS Fonts


Saved Palette


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