Enter a color:

Text as the color #BBAEBF


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

Background using #BBAEBF


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

Border color as #BBAEBF


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

Text shadow using #BBAEBF


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

Box shadow as #BBAEBF


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

Related Tools:

CSS Fonts


Saved Palette


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