color details

Color Details
#ad954c Color Hex

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

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

Color Spaces
Color spaces of #ad954cValue
RGB173, 149, 76
HSL0.13, 0.39, 0.49
HSV45°, 56°, 68°
XYZ29.29, 30.9, 11.26
Base Numbers
Base Red Green Blue
Binary 10101101 10010101 1001100
Octal 255 225 114
Decimal 173 149 76
Hex AD 95 4C

RGB Percentages for Color #ad954c

43.47%
37.44%
19.1%

CMYK Percentages of the Color #ad954c

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

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top