---
title: "How many way to give the color using CSS3?"  
description: "How many way to give the color using CSS3?"  
author: "Vijay Shukla"  
published: 2012-12-22  
updated: 2022-11-24  
canonical: https://www.mindstick.com/interview/1617/how-many-way-to-give-the-color-using-css3  
category: "css-css3"  
tags: ["css-css3"]  
reading_time: 1 minute  

---

# How many way to give the color using CSS3?

We can specify colors in HTML application following the different methods which are below:

- **Hexadecimal colors**

- **RGB colors**

- **RGBA colors**

- **HSL colors**

- **HSLA colors**

## Answers

### Answer by Vijay Shukla

We can specify colors in HTML application following the different methods which are below:

- **Hexadecimal colors**

- **RGB colors**

- **RGBA colors**

- **HSL colors**

- **HSLA colors**


---

Original Source: https://www.mindstick.com/interview/1617/how-many-way-to-give-the-color-using-css3

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
