Enter a color:

Text as the color #DBFDCC


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

Background using #DBFDCC


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

Border color as #DBFDCC


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

Text shadow using #DBFDCC


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

Box shadow as #DBFDCC


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

Related Tools:

CSS Fonts


Saved Palette


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