Enter a color:

Text as the color #AFCEBA


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

Background using #AFCEBA


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

Border color as #AFCEBA


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

Text shadow using #AFCEBA


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

Box shadow as #AFCEBA


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

Related Tools:

CSS Fonts


Saved Palette


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