Enter a color:

Text as the color #BBEBBB


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

Background using #BBEBBB


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

Border color as #BBEBBB


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

Text shadow using #BBEBBB


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

Box shadow as #BBEBBB


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

Related Tools:

CSS Fonts


Saved Palette


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