Enter a color:

Text as the color #AFABEE


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

Background using #AFABEE


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

Border color as #AFABEE


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

Text shadow using #AFABEE


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

Box shadow as #AFABEE


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

Related Tools:

CSS Fonts


Saved Palette


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