Enter a color:

Text as the color #BAEAAA


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

Background using #BAEAAA


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

Border color as #BAEAAA


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

Text shadow using #BAEAAA


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

Box shadow as #BAEAAA


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

Related Tools:

CSS Fonts


Saved Palette


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