Enter a color:

Text as the color #5AABAC


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

Background using #5AABAC


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

Border color as #5AABAC


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

Text shadow using #5AABAC


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

Box shadow as #5AABAC


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

Related Tools:

CSS Fonts


Saved Palette


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