Color spaces of #abca73
RGB | 171 | 202 | 115 |
---|---|---|---|
HSL | 0.23 | 0.45 | 0.62 |
HSV | 81° | 43° | 79° |
CMYK | 0.15 | 0.00 | 0.43 0.21 |
XYZ | 41.0096 | 52.1368 | 24.1216 |
Yxy | 52.1368 | 0.3497 | 0.4446 |
Hunter Lab | 72.2058 | -24.9803 | 30.7372 |
CIE-Lab | 77.3626 | -24.6042 | 39.9532 |
#abca73 color RGB value is (171,202,115).
#abca73 hex color red value is 171, green value is 202 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #abca73 hue: 0.23 , saturation: 0.45 and the lightness value of abca73 is 0.62.
The process color (four color CMYK) of #abca73 color hex is 0.15, 0.00, 0.43, 0.21. Web safe color of #abca73 is #99cc66. Color #abca73 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 11001010 | 01110011 |
Octal | 253 | 312 | 163 |
Decimal | 171 | 202 | 115 |
Hex | AB | CA | 73 |
Shades of #abca73
Tints of #abca73
RGB Percentages of Color #abca73
CMYK Percentages of Color #abca73
Complementary Color
#abca73 | #9273ca |
#abca73 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abca73 Color Preview on White Background
Lorem ipsum dolor sit amet.
#abca73 Color CSS Codes
.mybgcolor {background-color:#abca73; } .myforecolor {color:#abca73; } .mybordercolor {border:3px solid #abca73; }
#abca73 Text Font Color
<p style="color:#abca73">Text here</p>
This sample text font color is #abca73
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.
#abca73 Background Color
<div style="background-color:#abca73">
Div content here</div>
This div background color is #abca73
#abca73 Border Color
<div style="border:3px solid #abca73">
Div here</div>
This div border color is #abca73
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,202,115, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abca73; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abca73; -webkit-box-shadow: 1px 1px 3px 2px #abca73; box-shadow: 1px 1px 3px 2px #abca73; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,202,115, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abca73">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abca73; -webkit-box-shadow: 1px 1px 3px 2px #abca73; box-shadow: 1px 1px 3px 2px #abca73;">
Div content here</div>
This div box has shadow with color #abca73
Comments
No comments written yet.
Please login to write comment.