Enter a color:

Text as the color #BCCFCE


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

Background using #BCCFCE


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

Border color as #BCCFCE


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

Text shadow using #BCCFCE


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

Box shadow as #BCCFCE


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

Related Tools:

CSS Fonts


Saved Palette


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