Color spaces of #abae4b
RGB | 171 | 174 | 75 |
---|---|---|---|
HSL | 0.17 | 0.40 | 0.49 |
HSV | 62° | 57° | 68° |
CMYK | 0.02 | 0.00 | 0.57 0.32 |
XYZ | 33.2006 | 39.4380 | 12.5191 |
Yxy | 39.4380 | 0.3899 | 0.4631 |
Hunter Lab | 62.7997 | -15.5310 | 32.1403 |
CIE-Lab | 69.0674 | -14.5374 | 49.4153 |
#abae4b color RGB value is (171,174,75).
#abae4b hex color red value is 171, green value is 174 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #abae4b hue: 0.17 , saturation: 0.40 and the lightness value of abae4b is 0.49.
The process color (four color CMYK) of #abae4b color hex is 0.02, 0.00, 0.57, 0.32. Web safe color of #abae4b is #999933. Color #abae4b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10101110 | 01001011 |
Octal | 253 | 256 | 113 |
Decimal | 171 | 174 | 75 |
Hex | AB | AE | 4B |
Shades of #abae4b
Tints of #abae4b
RGB Percentages of Color #abae4b
CMYK Percentages of Color #abae4b
Complementary Color
#abae4b | #4e4bae |
#abae4b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abae4b Color Preview on White Background
Lorem ipsum dolor sit amet.
#abae4b Color CSS Codes
.mybgcolor {background-color:#abae4b; } .myforecolor {color:#abae4b; } .mybordercolor {border:3px solid #abae4b; }
#abae4b Text Font Color
<p style="color:#abae4b">Text here</p>
This sample text font color is #abae4b
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.
#abae4b Background Color
<div style="background-color:#abae4b">
Div content here</div>
This div background color is #abae4b
#abae4b Border Color
<div style="border:3px solid #abae4b">
Div here</div>
This div border color is #abae4b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,174,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abae4b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abae4b; -webkit-box-shadow: 1px 1px 3px 2px #abae4b; box-shadow: 1px 1px 3px 2px #abae4b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,174,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abae4b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abae4b; -webkit-box-shadow: 1px 1px 3px 2px #abae4b; box-shadow: 1px 1px 3px 2px #abae4b;">
Div content here</div>
This div box has shadow with color #abae4b
Comments
No comments written yet.
Please login to write comment.