Enter a color:

Text as the color #AFCAED


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

Background using #AFCAED


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

Border color as #AFCAED


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

Text shadow using #AFCAED


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

Box shadow as #AFCAED


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

Related Tools:

CSS Fonts


Saved Palette


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