Enter a color:

Text as the color #AEBFCD


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

Background using #AEBFCD


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

Border color as #AEBFCD


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

Text shadow using #AEBFCD


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

Box shadow as #AEBFCD


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

Related Tools:

CSS Fonts


Saved Palette


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