Enter a color:

Text as the color #BABEBA


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

Background using #BABEBA


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

Border color as #BABEBA


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

Text shadow using #BABEBA


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

Box shadow as #BABEBA


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

Related Tools:

CSS Fonts


Saved Palette


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