Enter a color:

Text as the color #AAC994


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

Background using #AAC994


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

Border color as #AAC994


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

Text shadow using #AAC994


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

Box shadow as #AAC994


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

Related Tools:

CSS Fonts


Saved Palette


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