Enter a color:

Text as the color #CCFAFD


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

Background using #CCFAFD


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

Border color as #CCFAFD


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

Text shadow using #CCFAFD


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

Box shadow as #CCFAFD


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

Related Tools:

CSS Fonts


Saved Palette


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