Enter a color:

Text as the color #AEBACD


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

Background using #AEBACD


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

Border color as #AEBACD


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

Text shadow using #AEBACD


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

Box shadow as #AEBACD


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

Related Tools:

CSS Fonts


Saved Palette


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