CSS Color Background

Non-Photo Blue

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

Preview

Non-Photo Blue solid color background preview (#A4DDED)

Color value: #A4DDED

Available Resolutions

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

Download all sizes

CSS Code

.hero { background-color: #A4DDED; }

HTML Code

<section class="hero non-photo-blue-bg"> <h2>Your content</h2> </section> <style> .non-photo-blue-bg { background-color: #A4DDED; } </style>