Enter a color:

Text as the color #BCFDBD


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

Background using #BCFDBD


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

Border color as #BCFDBD


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

Text shadow using #BCFDBD


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

Box shadow as #BCFDBD


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

Related Tools:

CSS Fonts


Saved Palette


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