Enter a color:

Text as the color #EBEFBB


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

Background using #EBEFBB


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

Border color as #EBEFBB


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

Text shadow using #EBEFBB


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

Box shadow as #EBEFBB


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

Related Tools:

CSS Fonts


Saved Palette


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