<div style="color: #ACDCDC"></div>
.class { color: #ACDCDC; }
<div style="background-color: #ACDCDC"></div>
.class { background-color: #ACDCDC; }
<div style="border: 2px solid #ACDCDC"></div>
.class { border: 2px solid #ACDCDC; }
<div style="text-shadow: 3px 3px 2px #ACDCDC"></div>
.class { text-shadow: 3px 3px 2px #ACDCDC; }
<div style="box-shadow: 1px 1px 3px 2px #ACDCDC; -webkit-box-shadow: 1px 1px 3px 2px #ACDCDC;-moz-box-shadow:1px 1px 3px 2px #ACDCDC"></div>
.class { box-shadow: 1px 1px 3px 2px #ACDCDC; -webkit-box-shadow: 1px 1px 3px 2px #ACDCDC;-moz-box-shadow:1px 1px 3px 2px #ACDCDC; }