Enter a color:

Text as the color #BAEBDA


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

Background using #BAEBDA


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

Border color as #BAEBDA


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

Text shadow using #BAEBDA


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

Box shadow as #BAEBDA


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

Related Tools:

CSS Fonts


Saved Palette


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