Enter a color:

Text as the color #5AABAB


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

Background using #5AABAB


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

Border color as #5AABAB


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

Text shadow using #5AABAB


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

Box shadow as #5AABAB


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

Related Tools:

CSS Fonts


Saved Palette


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