Enter a color:

Text as the color #9BAEBB


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

Background using #9BAEBB


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

Border color as #9BAEBB


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

Text shadow using #9BAEBB


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

Box shadow as #9BAEBB


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

Related Tools:

CSS Fonts


Saved Palette


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