Enter a color:

Text as the color Celadon #ACE1AF


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

Background using Celadon #ACE1AF


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

Border color as Celadon #ACE1AF


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

Text shadow using Celadon #ACE1AF


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

Box shadow as Celadon #ACE1AF


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

Related Tools:

CSS Fonts


Saved Palette


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