Enter a color:

Text as the color #AAEBAE


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

Background using #AAEBAE


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

Border color as #AAEBAE


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

Text shadow using #AAEBAE


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

Box shadow as #AAEBAE


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

Related Tools:

CSS Fonts


Saved Palette


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