Enter a color:

Text as the color #DBFDCD


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

Background using #DBFDCD


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

Border color as #DBFDCD


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

Text shadow using #DBFDCD


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

Box shadow as #DBFDCD


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

Related Tools:

CSS Fonts


Saved Palette


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