Enter a color:

Text as the color #AFBDDE


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

Background using #AFBDDE


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

Border color as #AFBDDE


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

Text shadow using #AFBDDE


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

Box shadow as #AFBDDE


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

Related Tools:

CSS Fonts


Saved Palette


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