Enter a color:

Text as the color #AEBAAF


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

Background using #AEBAAF


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

Border color as #AEBAAF


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

Text shadow using #AEBAAF


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

Box shadow as #AEBAAF


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

Related Tools:

CSS Fonts


Saved Palette


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