Enter a color:

Text as the color #DBEACD


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

Background using #DBEACD


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

Border color as #DBEACD


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

Text shadow using #DBEACD


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

Box shadow as #DBEACD


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

Related Tools:

CSS Fonts


Saved Palette


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