Enter a color:

Text as the color #BCCFCD


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

Background using #BCCFCD


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

Border color as #BCCFCD


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

Text shadow using #BCCFCD


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

Box shadow as #BCCFCD


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

Related Tools:

CSS Fonts


Saved Palette


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