Color spaces of #abbba2
RGB | 171 | 187 | 162 |
---|---|---|---|
HSL | 0.27 | 0.16 | 0.68 |
HSV | 98° | 13° | 73° |
CMYK | 0.09 | 0.00 | 0.13 0.27 |
XYZ | 41.0865 | 46.8072 | 41.0516 |
Yxy | 46.8072 | 0.3186 | 0.3630 |
Hunter Lab | 68.4158 | -12.5310 | 12.3152 |
CIE-Lab | 74.0663 | -10.1600 | 10.8026 |
#abbba2 color RGB value is (171,187,162).
#abbba2 hex color red value is 171, green value is 187 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #abbba2 hue: 0.27 , saturation: 0.16 and the lightness value of abbba2 is 0.68.
The process color (four color CMYK) of #abbba2 color hex is 0.09, 0.00, 0.13, 0.27. Web safe color of #abbba2 is #99cc99. Color #abbba2 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10111011 | 10100010 |
Octal | 253 | 273 | 242 |
Decimal | 171 | 187 | 162 |
Hex | AB | BB | A2 |
Shades of #abbba2
Tints of #abbba2
RGB Percentages of Color #abbba2
CMYK Percentages of Color #abbba2
Complementary Color
#abbba2 | #b2a2bb |
#abbba2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abbba2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abbba2 Color CSS Codes
.mybgcolor {background-color:#abbba2; } .myforecolor {color:#abbba2; } .mybordercolor {border:3px solid #abbba2; }
#abbba2 Text Font Color
<p style="color:#abbba2">Text here</p>
This sample text font color is #abbba2
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#abbba2 Background Color
<div style="background-color:#abbba2">
Div content here</div>
This div background color is #abbba2
#abbba2 Border Color
<div style="border:3px solid #abbba2">
Div here</div>
This div border color is #abbba2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,187,162, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abbba2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abbba2; -webkit-box-shadow: 1px 1px 3px 2px #abbba2; box-shadow: 1px 1px 3px 2px #abbba2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,187,162, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abbba2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abbba2; -webkit-box-shadow: 1px 1px 3px 2px #abbba2; box-shadow: 1px 1px 3px 2px #abbba2;">
Div content here</div>
This div box has shadow with color #abbba2
Comments
No comments written yet.
Please login to write comment.