CSS Color Background

Khaki (X11) (Light Khaki)

Pure CSS color background: #F0E68C. Use this solid color for personal and commercial creative projects.

Preview

Khaki (X11) (Light Khaki) solid color background preview (#F0E68C)

Color value: #F0E68C

Available Resolutions

Choose any resolution to download this same solid color as JPG.

Download all sizes

CSS Code

.hero { background-color: #F0E68C; }

HTML Code

<section class="hero khaki-x11-gui-light-khaki-bg"> <h2>Your content</h2> </section> <style> .khaki-x11-gui-light-khaki-bg { background-color: #F0E68C; } </style>