Enter a color:

Text as the color #BCCAEC


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

Background using #BCCAEC


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

Border color as #BCCAEC


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

Text shadow using #BCCAEC


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

Box shadow as #BCCAEC


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

Related Tools:

CSS Fonts


Saved Palette


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