Enter a color:

Text as the color #AFCABD


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

Background using #AFCABD


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

Border color as #AFCABD


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

Text shadow using #AFCABD


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

Box shadow as #AFCABD


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

Related Tools:

CSS Fonts


Saved Palette


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