Enter a color:

Text as the color #AFECAE


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

Background using #AFECAE


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

Border color as #AFECAE


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

Text shadow using #AFECAE


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

Box shadow as #AFECAE


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

Related Tools:

CSS Fonts


Saved Palette


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