#9dafa0 color RGB value is (9, 218, 250).
#9dafa0 hex color red value is 9, green value is 218, and blue value is 250.
Cylindrical-coordinate representations (HSL) of color #9dafa0
hue: 187.97,
saturation: 0.96 and lightness: 0.51.
The process color (four-color CMYK) of #9dafa0 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #9dafa0 is #ff9999. Color #9dafa0 contains mainly RED.
| Color spaces of #9dafa0 | Value |
|---|---|
| RGB | 157, 175, 160 |
| HSL | 0.36, 0.1, 0.65 |
| HSV | 130°, 10°, 69° |
| XYZ | 35.58, 40.37, 39.17 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10011101 | 10101111 | 10100000 |
| Octal | 235 | 257 | 240 |
| Decimal | 157 | 175 | 160 |
| Hex | 9D | AF | A0 |
Shades of #9dafa0
Tints of #9dafa0
.mybgColor {background-color: #9dafa0;}
.myforeColor {color: #9dafa0;}
.myborderColor {border:3px solid #9dafa0;}
<p style="color:#9dafa0">Text here</p>
This sample text is styled with the font color #9dafa0. 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:#9dafa0">Div content here</div>
<div style="border:3px solid #9dafa0">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(157, 175, 160, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #9dafa0; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #9dafa0;
-webkit-box-shadow: 1px 1px 3px #9dafa0;
box-shadow: 1px 1px 3px #9dafa0; }
<p style="text-shadow: 4px 4px 2px rgba(157, 175, 160, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #9dafa0;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #9dafa0;
-webkit-box-shadow: 1px 1px 3px #9dafa0;
box-shadow: 1px 1px 3px #9dafa0;">Div content here</div>
