What is the HEX code for cadetblue?
The CSS color cadetblue in HEX format is #5f9ea0. Use this value directly in CSS, SVG, and most design tools.
How do I use cadetblue in CSS?
To apply cadetblue in CSS:
- Text color: color: #5f9ea0;
- Background: background-color: #5f9ea0;
- Border: border-color: #5f9ea0;
What are all the color format values for cadetblue?
| Format | Value |
|---|---|
| HEX | #5f9ea0 |
| RGB | rgb(95, 158, 160) |
| HSL | hsl(181.8, 25.5%, 50%) |
| CMYK | cmyk(40.6%, 1.2%, 0%, 37.3%) |
How do I convert cadetblue to HEX?
Select cadetblue from the color name list in our color converter. The HEX value — #5f9ea0 — appears instantly alongside HEX, RGB, HSL and CMYK.
What color family does cadetblue belong to?
cadetblue belongs to the cyan color family. It is a medium, muted color with HSL values: hue 181.8°, saturation 25.5%, lightness 50%.
How do I create lighter and darker shades of cadetblue?
Lighter variant (lightness 65%): #8fbbbd. Darker variant (lightness 35%): #426f70. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.
What is HEX used for?
HEX color codes are used in CSS, HTML and design tools. They encode red, green and blue as two hexadecimal digits each (00–FF), forming a compact 6-character code like #ff0000.