color details

Color Details
#9dafa0 Color Hex

#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
Color spaces of #9dafa0Value
RGB157, 175, 160
HSL0.36, 0.1, 0.65
HSV130°, 10°, 69°
XYZ35.58, 40.37, 39.17
Base Numbers
Base Red Green Blue
Binary 10011101 10101111 10100000
Octal 235 257 240
Decimal 157 175 160
Hex 9D AF A0

RGB Percentages for Color #9dafa0

31.91%
35.57%
32.52%

CMYK Percentages of the Color #9dafa0

10.29%
8.57%
31.37%
CSS Codes for Color #9dafa0
.mybgColor {background-color: #9dafa0;}
.myforeColor {color: #9dafa0;}
.myborderColor {border:3px solid #9dafa0;}
Text Font Color #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,

Background Color #9dafa0

<div style="background-color:#9dafa0">Div content here</div>

The background color of this div is #9dafa0
Border Color #9dafa0

<div style="border:3px solid #9dafa0">Div here</div>

The border color of this div is #9dafa0
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(157, 175, 160, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #9dafa0;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #9dafa0

Scroll to Top