Enter a color:

Text as the color #BCEFB2


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

Background using #BCEFB2


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

Border color as #BCEFB2


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

Text shadow using #BCEFB2


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

Box shadow as #BCEFB2


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

Related Tools:

CSS Fonts


Saved Palette


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