Enter a color:

Text as the color #AEBAEF


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

Background using #AEBAEF


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

Border color as #AEBAEF


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

Text shadow using #AEBAEF


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

Box shadow as #AEBAEF


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

Related Tools:

CSS Fonts


Saved Palette


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