Enter a color:

Text as the color #AFCB68


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

Background using #AFCB68


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

Border color as #AFCB68


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

Text shadow using #AFCB68


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

Box shadow as #AFCB68


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

Related Tools:

CSS Fonts


Saved Palette


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