Enter a color:

Text as the color #AFEDCA


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

Background using #AFEDCA


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

Border color as #AFEDCA


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

Text shadow using #AFEDCA


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

Box shadow as #AFEDCA


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

Related Tools:

CSS Fonts


Saved Palette


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