#a9ddcf color RGB value is (10, 157, 220).
#a9ddcf hex color red value is 10, green value is 157, and blue value is 220.
Cylindrical-coordinate representations (HSL) of color #a9ddcf
hue: 198,
saturation: 0.91 and lightness: 0.45.
The process color (four-color CMYK) of #a9ddcf color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #a9ddcf is #ff9999. Color #a9ddcf contains mainly RED.
| Color spaces of #a9ddcf | Value |
|---|---|
| RGB | 169, 221, 207 |
| HSL | 0.46, 0.43, 0.76 |
| HSV | 164°, 24°, 87° |
| XYZ | 53.48, 64.65, 68.68 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10101001 | 11011101 | 11001111 |
| Octal | 251 | 335 | 317 |
| Decimal | 169 | 221 | 207 |
| Hex | A9 | DD | CF |
Shades of #a9ddcf
Tints of #a9ddcf
.mybgColor {background-color: #a9ddcf;}
.myforeColor {color: #a9ddcf;}
.myborderColor {border:3px solid #a9ddcf;}
<p style="color:#a9ddcf">Text here</p>
This sample text is styled with the font color #a9ddcf. 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:#a9ddcf">Div content here</div>
<div style="border:3px solid #a9ddcf">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(169, 221, 207, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #a9ddcf; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #a9ddcf;
-webkit-box-shadow: 1px 1px 3px #a9ddcf;
box-shadow: 1px 1px 3px #a9ddcf; }
<p style="text-shadow: 4px 4px 2px rgba(169, 221, 207, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #a9ddcf;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #a9ddcf;
-webkit-box-shadow: 1px 1px 3px #a9ddcf;
box-shadow: 1px 1px 3px #a9ddcf;">Div content here</div>
