#a9e5c5 color RGB value is (10, 158, 92).
#a9e5c5 hex color red value is 10, green value is 158, and blue value is 92.
Cylindrical-coordinate representations (HSL) of color #a9e5c5
hue: 153.24,
saturation: 0.88 and lightness: 0.33.
The process color (four-color CMYK) of #a9e5c5 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #a9e5c5 is #ff9999. Color #a9e5c5 contains mainly RED.
| Color spaces of #a9e5c5 | Value |
|---|---|
| RGB | 169, 229, 197 |
| HSL | 0.41, 0.54, 0.78 |
| HSV | 148°, 26°, 90° |
| XYZ | 54.46, 68.5, 63.17 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10101001 | 11100101 | 11000101 |
| Octal | 251 | 345 | 305 |
| Decimal | 169 | 229 | 197 |
| Hex | A9 | E5 | C5 |
Shades of #a9e5c5
Tints of #a9e5c5
.mybgColor {background-color: #a9e5c5;}
.myforeColor {color: #a9e5c5;}
.myborderColor {border:3px solid #a9e5c5;}
<p style="color:#a9e5c5">Text here</p>
This sample text is styled with the font color #a9e5c5. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#a9e5c5">Div content here</div>
<div style="border:3px solid #a9e5c5">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(169, 229, 197, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #a9e5c5; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #a9e5c5;
-webkit-box-shadow: 1px 1px 3px #a9e5c5;
box-shadow: 1px 1px 3px #a9e5c5; }
<p style="text-shadow: 4px 4px 2px rgba(169, 229, 197, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #a9e5c5;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #a9e5c5;
-webkit-box-shadow: 1px 1px 3px #a9e5c5;
box-shadow: 1px 1px 3px #a9e5c5;">Div content here</div>
