Enter a color:

Text as the color #DBEFDC


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

Background using #DBEFDC


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

Border color as #DBEFDC


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

Text shadow using #DBEFDC


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

Box shadow as #DBEFDC


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

Related Tools:

CSS Fonts


Saved Palette


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