Enter a color:

Text as the color #BBEFEE


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

Background using #BBEFEE


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

Border color as #BBEFEE


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

Text shadow using #BBEFEE


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

Box shadow as #BBEFEE


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

Related Tools:

CSS Fonts


Saved Palette


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