Enter a color:

Text as the color #AEEBAA


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

Background using #AEEBAA


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

Border color as #AEEBAA


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

Text shadow using #AEEBAA


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

Box shadow as #AEEBAA


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

Related Tools:

CSS Fonts


Saved Palette


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