Enter a color:

Text as the color #DBFFDD


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

Background using #DBFFDD


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

Border color as #DBFFDD


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

Text shadow using #DBFFDD


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

Box shadow as #DBFFDD


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

Related Tools:

CSS Fonts


Saved Palette


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