color details

Color Details
#A8C2A5 Color Hex

#A8C2A5 color RGB value is (10, 140, 42).
#A8C2A5 hex color red value is 10, green value is 140, and blue value is 42.
Cylindrical-coordinate representations (HSL) of color #A8C2A5 hue: 134.77, saturation: 0.87 and lightness: 0.29.

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

Color Spaces
Color spaces of #A8C2A5Value
RGB168, 194, 165
HSL0.32, 0.19, 0.7
HSV114°, 15°, 76°
XYZ42.23, 49.62, 42.94
Base Numbers
Base Red Green Blue
Binary 10101000 11000010 10100101
Octal 250 302 245
Decimal 168 194 165
Hex A8 C2 A5

RGB Percentages for Color #A8C2A5

31.88%
36.81%
31.31%

CMYK Percentages of the Color #A8C2A5

13.4%
14.95%
23.92%
CSS Codes for Color #A8C2A5
.mybgColor {background-color: #A8C2A5;}
.myforeColor {color: #A8C2A5;}
.myborderColor {border:3px solid #A8C2A5;}
Text Font Color #A8C2A5

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

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

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

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

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

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

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

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

Shadow Div Box

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

This div box has a shadow with a specified color. #A8C2A5
Scroll to Top