Enter a color:

Text as the color #BBEFDE


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

Background using #BBEFDE


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

Border color as #BBEFDE


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

Text shadow using #BBEFDE


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

Box shadow as #BBEFDE


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

Related Tools:

CSS Fonts


Saved Palette


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