Enter a color:

Text as the color #AFBBEC


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

Background using #AFBBEC


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

Border color as #AFBBEC


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

Text shadow using #AFBBEC


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

Box shadow as #AFBBEC


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

Related Tools:

CSS Fonts


Saved Palette


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