Enter a color:

Text as the color #ACDCEA


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

Background using #ACDCEA


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

Border color as #ACDCEA


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

Text shadow using #ACDCEA


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

Box shadow as #ACDCEA


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

Related Tools:

CSS Fonts


Saved Palette


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