Enter a color:

Text as the color #AEBAEE


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

Background using #AEBAEE


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

Border color as #AEBAEE


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

Text shadow using #AEBAEE


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

Box shadow as #AEBAEE


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

Related Tools:

CSS Fonts


Saved Palette


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