color details

Color Details
#ad9aa8 Color Hex

#ad9aa8 color RGB value is (10, 217, 170).
#ad9aa8 hex color red value is 10, green value is 217, and blue value is 170.
Cylindrical-coordinate representations (HSL) of color #ad9aa8 hue: 166.38, saturation: 0.91 and lightness: 0.45.

The process color (four-color CMYK) of #ad9aa8 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #ad9aa8 is #ff9999. Color #ad9aa8 contains mainly RED.

Color Spaces
Color spaces of #ad9aa8Value
RGB173, 154, 168
HSL0.88, 0.1, 0.64
HSV316°, 11°, 68°
XYZ35.86, 34.82, 41.87
Base Numbers
Base Red Green Blue
Binary 10101101 10011010 10101000
Octal 255 232 250
Decimal 173 154 168
Hex AD 9A A8

RGB Percentages for Color #ad9aa8

34.95%
31.11%
33.94%

CMYK Percentages of the Color #ad9aa8

10.98%
2.89%
32.16%
CSS Codes for Color #ad9aa8
.mybgColor {background-color: #ad9aa8;}
.myforeColor {color: #ad9aa8;}
.myborderColor {border:3px solid #ad9aa8;}
Text Font Color #ad9aa8

<p style="color:#ad9aa8">Text here</p>

This sample text is styled with the font color #ad9aa8. 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 #ad9aa8

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

The background color of this div is #ad9aa8
Border Color #ad9aa8

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

The border color of this div is #ad9aa8
Css3 Examples
            .textShadowRgb {
                text-shadow: 4px 4px 2px rgba(173, 154, 168, 0.8);            }
            .textShadowHex {
                text-shadow: 4px 4px 2px #ad9aa8;            }
            .divShadow {
                -moz-box-shadow: 1px 1px 3px #ad9aa8;
-webkit-box-shadow: 1px 1px 3px #ad9aa8;
box-shadow: 1px 1px 3px #ad9aa8;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173, 154, 168, 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 #ad9aa8;">Text here</p>

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

Shadow Div Box

<div style="-moz-box-shadow: 1px 1px 3px #ad9aa8; -webkit-box-shadow: 1px 1px 3px #ad9aa8; box-shadow: 1px 1px 3px #ad9aa8;">Div content here</div>

This div box has a shadow with a specified color. #ad9aa8

Scroll to Top