Enter a color:

Text as the color #EBBFFD


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

Background using #EBBFFD


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

Border color as #EBBFFD


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

Text shadow using #EBBFFD


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

Box shadow as #EBBFFD


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

Related Tools:

CSS Fonts


Saved Palette


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