Enter a color:

Text as the color #AAEDEB


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

Background using #AAEDEB


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

Border color as #AAEDEB


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

Text shadow using #AAEDEB


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

Box shadow as #AAEDEB


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

Related Tools:

CSS Fonts


Saved Palette


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