Enter a color:

Text as the color #AFCADD


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

Background using #AFCADD


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

Border color as #AFCADD


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

Text shadow using #AFCADD


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

Box shadow as #AFCADD


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

Related Tools:

CSS Fonts


Saved Palette


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