Enter a color:

Text as the color #BAEACC


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

Background using #BAEACC


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

Border color as #BAEACC


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

Text shadow using #BAEACC


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

Box shadow as #BAEACC


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

Related Tools:

CSS Fonts


Saved Palette


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