Enter a color:

Text as the color #DBEBAF


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

Background using #DBEBAF


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

Border color as #DBEBAF


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

Text shadow using #DBEBAF


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

Box shadow as #DBEBAF


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

Related Tools:

CSS Fonts


Saved Palette


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