Enter a color:

Text as the color #BCFBFB


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

Background using #BCFBFB


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

Border color as #BCFBFB


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

Text shadow using #BCFBFB


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

Box shadow as #BCFBFB


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

Related Tools:

CSS Fonts


Saved Palette


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