Enter a color:

Text as the color #81AAAA


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

Background using #81AAAA


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

Border color as #81AAAA


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

Text shadow using #81AAAA


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

Box shadow as #81AAAA


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

Related Tools:

CSS Fonts


Saved Palette


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