Enter a color:

Text as the color #AEBDDE


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

Background using #AEBDDE


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

Border color as #AEBDDE


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

Text shadow using #AEBDDE


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

Box shadow as #AEBDDE


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

Related Tools:

CSS Fonts


Saved Palette


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