Enter a color:

Text as the color #AFDBAF


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

Background using #AFDBAF


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

Border color as #AFDBAF


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

Text shadow using #AFDBAF


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

Box shadow as #AFDBAF


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

Related Tools:

CSS Fonts


Saved Palette


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