Enter a color:

Text as the color #BCEBBD


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

Background using #BCEBBD


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

Border color as #BCEBBD


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

Text shadow using #BCEBBD


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

Box shadow as #BCEBBD


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

Related Tools:

CSS Fonts


Saved Palette


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