#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 of #A8C2A5 | Value |
---|---|
RGB | 168, 194, 165 |
HSL | 0.32, 0.19, 0.7 |
HSV | 114°, 15°, 76° |
XYZ | 42.23, 49.62, 42.94 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 11000010 | 10100101 |
Octal | 250 | 302 | 245 |
Decimal | 168 | 194 | 165 |
Hex | A8 | C2 | A5 |
Shades of #A8C2A5
Tints of #A8C2A5
.mybgColor {background-color: #A8C2A5;} .myforeColor {color: #A8C2A5;} .myborderColor {border:3px solid #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,
<div style="background-color:#A8C2A5">Div content here</div>
<div style="border:3px solid #A8C2A5">Div here</div>
.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; }
<p style="text-shadow: 4px 4px 2px rgba(168, 194, 165, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #A8C2A5;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<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>