Enter a color:

Text as the color #BBAEEE


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

Background using #BBAEEE


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

Border color as #BBAEEE


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

Text shadow using #BBAEEE


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

Box shadow as #BBAEEE


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

Related Tools:

CSS Fonts


Saved Palette


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