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