color details

Color Details
#a2acb2 Color Hex

#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
Color spaces of #a2acb2Value
RGB162, 172, 178
HSL0.56, 0.09, 0.67
HSV203°, 9°, 70°
XYZ37.69, 40.4, 47.92
Base Numbers
Base Red Green Blue
Binary 10100010 10101100 10110010
Octal 242 254 262
Decimal 162 172 178
Hex A2 AC B2

RGB Percentages for Color #a2acb2

31.64%
33.59%
34.77%

CMYK Percentages of the Color #a2acb2

8.99%
3.37%
30.2%
CSS Codes for Color #a2acb2
.mybgColor {background-color: #a2acb2;}
.myforeColor {color: #a2acb2;}
.myborderColor {border:3px solid #a2acb2;}
Text Font Color #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,

Background Color #a2acb2

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

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

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

The border color of this div is #a2acb2
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162, 172, 178, 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 #a2acb2;">Text here</p>

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

Shadow Div Box

<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>

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

Scroll to Top