Enter a color:

Text as the color #AEBCFA


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

Background using #AEBCFA


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

Border color as #AEBCFA


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

Text shadow using #AEBCFA


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

Box shadow as #AEBCFA


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

Related Tools:

CSS Fonts


Saved Palette


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