color details

Color Details
#ad868e Color Hex

#ad868e color RGB value is (10, 216, 104).
#ad868e hex color red value is 10, green value is 216, and blue value is 104.
Cylindrical-coordinate representations (HSL) of color #ad868e hue: 147.38, saturation: 0.91 and lightness: 0.44.

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

Color Spaces
Color spaces of #ad868eValue
RGB173, 134, 142
HSL0.97, 0.19, 0.6
HSV348°, 23°, 68°
XYZ30.64, 27.89, 29.35
Base Numbers
Base Red Green Blue
Binary 10101101 10000110 10001110
Octal 255 206 216
Decimal 173 134 142
Hex AD 86 8E

RGB Percentages for Color #ad868e

38.53%
29.84%
31.63%

CMYK Percentages of the Color #ad868e

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

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top