Enter a color:

Text as the color #BBAEAF


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

Background using #BBAEAF


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

Border color as #BBAEAF


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

Text shadow using #BBAEAF


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

Box shadow as #BBAEAF


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

Related Tools:

CSS Fonts


Saved Palette


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