Color spaces of #aab813
RGB | 170 | 184 | 19 |
---|---|---|---|
HSL | 0.18 | 0.81 | 0.40 |
HSV | 65° | 90° | 72° |
CMYK | 0.08 | 0.00 | 0.90 0.28 |
XYZ | 33.8356 | 42.8740 | 7.1083 |
Yxy | 42.8740 | 0.4037 | 0.5115 |
Hunter Lab | 65.4782 | -22.3478 | 39.3983 |
CIE-Lab | 71.4694 | -22.6600 | 70.2779 |
#aab813 color RGB value is (170,184,19).
#aab813 hex color red value is 170, green value is 184 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #aab813 hue: 0.18 , saturation: 0.81 and the lightness value of aab813 is 0.40.
The process color (four color CMYK) of #aab813 color hex is 0.08, 0.00, 0.90, 0.28. Web safe color of #aab813 is #99cc00. Color #aab813 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10111000 | 00010011 |
Octal | 252 | 270 | 23 |
Decimal | 170 | 184 | 19 |
Hex | AA | B8 | 13 |
Shades of #aab813
Tints of #aab813
RGB Percentages of Color #aab813
CMYK Percentages of Color #aab813
Complementary Color
#aab813 | #2113b8 |
#aab813 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aab813 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aab813 Color CSS Codes
.mybgcolor {background-color:#aab813; } .myforecolor {color:#aab813; } .mybordercolor {border:3px solid #aab813; }
#aab813 Text Font Color
<p style="color:#aab813">Text here</p>
This sample text font color is #aab813
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.
#aab813 Background Color
<div style="background-color:#aab813">
Div content here</div>
This div background color is #aab813
#aab813 Border Color
<div style="border:3px solid #aab813">
Div here</div>
This div border color is #aab813
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,184,19, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aab813; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aab813; -webkit-box-shadow: 1px 1px 3px 2px #aab813; box-shadow: 1px 1px 3px 2px #aab813; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,184,19, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aab813">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aab813; -webkit-box-shadow: 1px 1px 3px 2px #aab813; box-shadow: 1px 1px 3px 2px #aab813;">
Div content here</div>
This div box has shadow with color #aab813
Comments
No comments written yet.
Please login to write comment.