Enter a color:

Text as the color #76AAAA


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

Background using #76AAAA


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

Border color as #76AAAA


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

Text shadow using #76AAAA


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

Box shadow as #76AAAA


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

Related Tools:

CSS Fonts


Saved Palette


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