Enter a color:

Text as the color #9BCFDE


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

Background using #9BCFDE


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

Border color as #9BCFDE


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

Text shadow using #9BCFDE


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

Box shadow as #9BCFDE


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

Related Tools:

CSS Fonts


Saved Palette


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