Color spaces of #aab400
RGB | 170 | 180 | 0 |
---|---|---|---|
HSL | 0.18 | 1.00 | 0.35 |
HSV | 63° | 100° | 71° |
CMYK | 0.06 | 0.00 | 1.00 0.29 |
XYZ | 32.8988 | 41.1886 | 6.2162 |
Yxy | 41.1886 | 0.4097 | 0.5129 |
Hunter Lab | 64.1783 | -20.8103 | 39.1821 |
CIE-Lab | 70.3079 | -20.9546 | 71.7959 |
#aab400 color RGB value is (170,180,0).
#aab400 hex color red value is 170, green value is 180 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #aab400 hue: 0.18 , saturation: 1.00 and the lightness value of aab400 is 0.35.
The process color (four color CMYK) of #aab400 color hex is 0.06, 0.00, 1.00, 0.29. Web safe color of #aab400 is #99cc00. Color #aab400 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10110100 | 00000000 |
Octal | 252 | 264 | 0 |
Decimal | 170 | 180 | 0 |
Hex | AA | B4 | 0 |
Shades of #aab400
Tints of #aab400
RGB Percentages of Color #aab400
CMYK Percentages of Color #aab400
Complementary Color
#aab400 | #0a00b4 |
#aab400 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aab400 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aab400 Color CSS Codes
.mybgcolor {background-color:#aab400; } .myforecolor {color:#aab400; } .mybordercolor {border:3px solid #aab400; }
#aab400 Text Font Color
<p style="color:#aab400">Text here</p>
This sample text font color is #aab400
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.
#aab400 Background Color
<div style="background-color:#aab400">
Div content here</div>
This div background color is #aab400
#aab400 Border Color
<div style="border:3px solid #aab400">
Div here</div>
This div border color is #aab400
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,180,0, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aab400; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aab400; -webkit-box-shadow: 1px 1px 3px 2px #aab400; box-shadow: 1px 1px 3px 2px #aab400; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,180,0, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aab400">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aab400; -webkit-box-shadow: 1px 1px 3px 2px #aab400; box-shadow: 1px 1px 3px 2px #aab400;">
Div content here</div>
This div box has shadow with color #aab400
#aab400 Color Palettes
Comments
No comments written yet.
Please login to write comment.