Enter a color:

Text as the color #AEBAED


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

Background using #AEBAED


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

Border color as #AEBAED


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

Text shadow using #AEBAED


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

Box shadow as #AEBAED


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

Related Tools:

CSS Fonts


Saved Palette


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