Enter a color:

Text as the color #AFCEDC


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

Background using #AFCEDC


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

Border color as #AFCEDC


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

Text shadow using #AFCEDC


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

Box shadow as #AFCEDC


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

Related Tools:

CSS Fonts


Saved Palette


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