Enter a color:

Text as the color #AAAEDC


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

Background using #AAAEDC


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

Border color as #AAAEDC


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

Text shadow using #AAAEDC


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

Box shadow as #AAAEDC


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

Related Tools:

CSS Fonts


Saved Palette


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