Enter a color:

Text as the color #AFACCE


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

Background using #AFACCE


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

Border color as #AFACCE


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

Text shadow using #AFACCE


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

Box shadow as #AFACCE


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

Related Tools:

CSS Fonts


Saved Palette


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