Enter a color:

Text as the color #9BCCAE


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

Background using #9BCCAE


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

Border color as #9BCCAE


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

Text shadow using #9BCCAE


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

Box shadow as #9BCCAE


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

Related Tools:

CSS Fonts


Saved Palette


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