Enter a color:

Text as the color #AAEBF3


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

Background using #AAEBF3


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

Border color as #AAEBF3


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

Text shadow using #AAEBF3


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

Box shadow as #AAEBF3


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

Related Tools:

CSS Fonts


Saved Palette


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