Enter a color:

Text as the color #BBCCAE


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

Background using #BBCCAE


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

Border color as #BBCCAE


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

Text shadow using #BBCCAE


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

Box shadow as #BBCCAE


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

Related Tools:

CSS Fonts


Saved Palette


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