Color spaces of #abaca3
RGB | 171 | 172 | 163 |
---|---|---|---|
HSL | 0.19 | 0.05 | 0.66 |
HSV | 67° | 5° | 67° |
CMYK | 0.01 | 0.00 | 0.05 0.33 |
XYZ | 38.1580 | 40.8073 | 40.5158 |
Yxy | 40.8073 | 0.3194 | 0.3415 |
Hunter Lab | 63.8806 | -5.1671 | 7.1122 |
CIE-Lab | 70.0407 | -2.0129 | 4.4933 |
#abaca3 color RGB value is (171,172,163).
#abaca3 hex color red value is 171, green value is 172 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #abaca3 hue: 0.19 , saturation: 0.05 and the lightness value of abaca3 is 0.66.
The process color (four color CMYK) of #abaca3 color hex is 0.01, 0.00, 0.05, 0.33. Web safe color of #abaca3 is #999999. Color #abaca3 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10101100 | 10100011 |
Octal | 253 | 254 | 243 |
Decimal | 171 | 172 | 163 |
Hex | AB | AC | A3 |
Shades of #abaca3
Tints of #abaca3
RGB Percentages of Color #abaca3
CMYK Percentages of Color #abaca3
Complementary Color
#abaca3 | #a4a3ac |
#abaca3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abaca3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abaca3 Color CSS Codes
.mybgcolor {background-color:#abaca3; } .myforecolor {color:#abaca3; } .mybordercolor {border:3px solid #abaca3; }
#abaca3 Text Font Color
<p style="color:#abaca3">Text here</p>
This sample text font color is #abaca3
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.
#abaca3 Background Color
<div style="background-color:#abaca3">
Div content here</div>
This div background color is #abaca3
#abaca3 Border Color
<div style="border:3px solid #abaca3">
Div here</div>
This div border color is #abaca3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,172,163, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abaca3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abaca3; -webkit-box-shadow: 1px 1px 3px 2px #abaca3; box-shadow: 1px 1px 3px 2px #abaca3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,172,163, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abaca3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abaca3; -webkit-box-shadow: 1px 1px 3px 2px #abaca3; box-shadow: 1px 1px 3px 2px #abaca3;">
Div content here</div>
This div box has shadow with color #abaca3
Comments
No comments written yet.
Please login to write comment.