Enter a color:

Text as the color #EBBEBA


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

Background using #EBBEBA


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

Border color as #EBBEBA


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

Text shadow using #EBBEBA


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

Box shadow as #EBBEBA


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

Related Tools:

CSS Fonts


Saved Palette


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