Enter a color:

Text as the color #AACD98


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

Background using #AACD98


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

Border color as #AACD98


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

Text shadow using #AACD98


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

Box shadow as #AACD98


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

Related Tools:

CSS Fonts


Saved Palette


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