Enter a color:

Text as the color #BAEBCE


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

Background using #BAEBCE


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

Border color as #BAEBCE


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

Text shadow using #BAEBCE


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

Box shadow as #BAEBCE


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

Related Tools:

CSS Fonts


Saved Palette


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