Enter a color:

Text as the color #BAEBCA


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

Background using #BAEBCA


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

Border color as #BAEBCA


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

Text shadow using #BAEBCA


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

Box shadow as #BAEBCA


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

Related Tools:

CSS Fonts


Saved Palette


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