Enter a color:

Text as the color #ACDDBA


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

Background using #ACDDBA


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

Border color as #ACDDBA


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

Text shadow using #ACDDBA


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

Box shadow as #ACDDBA


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

Related Tools:

CSS Fonts


Saved Palette


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