Enter a color:

Text as the color #BBEFAF


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

Background using #BBEFAF


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

Border color as #BBEFAF


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

Text shadow using #BBEFAF


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

Box shadow as #BBEFAF


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

Related Tools:

CSS Fonts


Saved Palette


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