Enter a color:

Text as the color #AFBCCE


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

Background using #AFBCCE


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

Border color as #AFBCCE


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

Text shadow using #AFBCCE


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

Box shadow as #AFBCCE


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

Related Tools:

CSS Fonts


Saved Palette


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