Enter a color:

Text as the color #AEAFEE


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

Background using #AEAFEE


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

Border color as #AEAFEE


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

Text shadow using #AEAFEE


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

Box shadow as #AEAFEE


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

Related Tools:

CSS Fonts


Saved Palette


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