Enter a color:

Text as the color #CCFABA


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

Background using #CCFABA


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

Border color as #CCFABA


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

Text shadow using #CCFABA


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

Box shadow as #CCFABA


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

Related Tools:

CSS Fonts


Saved Palette


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