Enter a color:

Text as the color #ACDDCD


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

Background using #ACDDCD


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

Border color as #ACDDCD


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

Text shadow using #ACDDCD


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

Box shadow as #ACDDCD


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

Related Tools:

CSS Fonts


Saved Palette


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