Enter a color:

Text as the color #BBEFDC


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

Background using #BBEFDC


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

Border color as #BBEFDC


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

Text shadow using #BBEFDC


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

Box shadow as #BBEFDC


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

Related Tools:

CSS Fonts


Saved Palette


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