Enter a color:

Text as the color #AEBCCD


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

Background using #AEBCCD


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

Border color as #AEBCCD


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

Text shadow using #AEBCCD


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

Box shadow as #AEBCCD


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

Related Tools:

CSS Fonts


Saved Palette


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