Enter a color:

Text as the color #BCCFDC


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

Background using #BCCFDC


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

Border color as #BCCFDC


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

Text shadow using #BCCFDC


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

Box shadow as #BCCFDC


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

Related Tools:

CSS Fonts


Saved Palette


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