#a2acb2 color RGB value is (10, 42, 203).
#a2acb2 hex color red value is 10, green value is 42, and blue value is 203.
Cylindrical-coordinate representations (HSL) of color #a2acb2
hue: 230.05,
saturation: 0.91 and lightness: 0.42.
The process color (four-color CMYK) of #a2acb2 color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #a2acb2 is #ff9999. Color #a2acb2 contains mainly RED.
| Color spaces of #a2acb2 | Value |
|---|---|
| RGB | 162, 172, 178 |
| HSL | 0.56, 0.09, 0.67 |
| HSV | 203°, 9°, 70° |
| XYZ | 37.69, 40.4, 47.92 |
| Base | Red | Green | Blue |
|---|---|---|---|
| Binary | 10100010 | 10101100 | 10110010 |
| Octal | 242 | 254 | 262 |
| Decimal | 162 | 172 | 178 |
| Hex | A2 | AC | B2 |
Shades of #a2acb2
Tints of #a2acb2
.mybgColor {background-color: #a2acb2;}
.myforeColor {color: #a2acb2;}
.myborderColor {border:3px solid #a2acb2;}
<p style="color:#a2acb2">Text here</p>
This sample text is styled with the font color #a2acb2. 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:#a2acb2">Div content here</div>
<div style="border:3px solid #a2acb2">Div here</div>
.textShadowRgb {
text-shadow: 4px 4px 2px rgba(162, 172, 178, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #a2acb2; }
.divShadow {
-moz-box-shadow: 1px 1px 3px #a2acb2;
-webkit-box-shadow: 1px 1px 3px #a2acb2;
box-shadow: 1px 1px 3px #a2acb2; }
<p style="text-shadow: 4px 4px 2px rgba(162, 172, 178, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #a2acb2;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #a2acb2;
-webkit-box-shadow: 1px 1px 3px #a2acb2;
box-shadow: 1px 1px 3px #a2acb2;">Div content here</div>
