color details

Color Details
#ada6b3 Color Hex

#ada6b3 color RGB value is (10, 218, 107).
#ada6b3 hex color red value is 10, green value is 218, and blue value is 107.
Cylindrical-coordinate representations (HSL) of color #ada6b3 hue: 147.98, saturation: 0.91 and lightness: 0.45.

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

Color Spaces
Color spaces of #ada6b3Value
RGB173, 166, 179
HSL0.76, 0.08, 0.68
HSV272°, 7°, 70°
XYZ39.01, 39.41, 48.19
Base Numbers
Base Red Green Blue
Binary 10101101 10100110 10110011
Octal 255 246 263
Decimal 173 166 179
Hex AD A6 B3

RGB Percentages for Color #ada6b3

33.4%
32.05%
34.56%

CMYK Percentages of the Color #ada6b3

3.35%
7.26%
29.8%
CSS Codes for Color #ada6b3
.mybgColor {background-color: #ada6b3;}
.myforeColor {color: #ada6b3;}
.myborderColor {border:3px solid #ada6b3;}
Text Font Color #ada6b3

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top