Enter a color:

Text as the color #AFBEDC


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

Background using #AFBEDC


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

Border color as #AFBEDC


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

Text shadow using #AFBEDC


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

Box shadow as #AFBEDC


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

Related Tools:

CSS Fonts


Saved Palette


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