Color spaces of #aab841
RGB | 170 | 184 | 65 |
---|---|---|---|
HSL | 0.19 | 0.48 | 0.49 |
HSV | 67° | 65° | 72° |
CMYK | 0.08 | 0.00 | 0.65 0.28 |
XYZ | 34.6722 | 43.2087 | 11.5137 |
Yxy | 43.2087 | 0.3879 | 0.4833 |
Hunter Lab | 65.7333 | -20.8803 | 35.6282 |
CIE-Lab | 71.6964 | -20.7417 | 56.6245 |
#aab841 color RGB value is (170,184,65).
#aab841 hex color red value is 170, green value is 184 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #aab841 hue: 0.19 , saturation: 0.48 and the lightness value of aab841 is 0.49.
The process color (four color CMYK) of #aab841 color hex is 0.08, 0.00, 0.65, 0.28. Web safe color of #aab841 is #99cc33. Color #aab841 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10111000 | 01000001 |
Octal | 252 | 270 | 101 |
Decimal | 170 | 184 | 65 |
Hex | AA | B8 | 41 |
Shades of #aab841
Tints of #aab841
RGB Percentages of Color #aab841
CMYK Percentages of Color #aab841
Complementary Color
#aab841 | #4f41b8 |
#aab841 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aab841 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aab841 Color CSS Codes
.mybgcolor {background-color:#aab841; } .myforecolor {color:#aab841; } .mybordercolor {border:3px solid #aab841; }
#aab841 Text Font Color
<p style="color:#aab841">Text here</p>
This sample text font color is #aab841
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.
#aab841 Background Color
<div style="background-color:#aab841">
Div content here</div>
This div background color is #aab841
#aab841 Border Color
<div style="border:3px solid #aab841">
Div here</div>
This div border color is #aab841
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,184,65, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aab841; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aab841; -webkit-box-shadow: 1px 1px 3px 2px #aab841; box-shadow: 1px 1px 3px 2px #aab841; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,184,65, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aab841">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aab841; -webkit-box-shadow: 1px 1px 3px 2px #aab841; box-shadow: 1px 1px 3px 2px #aab841;">
Div content here</div>
This div box has shadow with color #aab841
Comments
No comments written yet.
Please login to write comment.