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