color details

Color Details
#aba2aa Color Hex

#aba2aa color RGB value is (10, 186, 42).
#aba2aa hex color red value is 10, green value is 186, and blue value is 42.
Cylindrical-coordinate representations (HSL) of color #aba2aa hue: 130.91, saturation: 0.9 and lightness: 0.38.

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

Color Spaces
Color spaces of #aba2aaValue
RGB171, 162, 170
HSL0.85, 0.05, 0.65
HSV307°, 5°, 67°
XYZ36.97, 37.4, 43.29
Base Numbers
Base Red Green Blue
Binary 10101011 10100010 10101010
Octal 253 242 252
Decimal 171 162 170
Hex AB A2 AA

RGB Percentages for Color #aba2aa

34%
32.21%
33.8%

CMYK Percentages of the Color #aba2aa

5.26%
0.58%
32.94%
CSS Codes for Color #aba2aa
.mybgColor {background-color: #aba2aa;}
.myforeColor {color: #aba2aa;}
.myborderColor {border:3px solid #aba2aa;}
Text Font Color #aba2aa

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

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

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

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

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

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

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

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

Shadow Div Box

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

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

Scroll to Top