Enter a color:

Text as the color #BAEAC7


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

Background using #BAEAC7


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

Border color as #BAEAC7


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

Text shadow using #BAEAC7


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

Box shadow as #BAEAC7


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

Related Tools:

CSS Fonts


Saved Palette


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