Color spaces of #aab250
RGB | 170 | 178 | 80 |
---|---|---|---|
HSL | 0.18 | 0.39 | 0.51 |
HSV | 65° | 55° | 70° |
CMYK | 0.04 | 0.00 | 0.55 0.30 |
XYZ | 33.9459 | 40.9660 | 13.7075 |
Yxy | 40.9660 | 0.3831 | 0.4623 |
Hunter Lab | 64.0047 | -17.3379 | 32.1055 |
CIE-Lab | 70.1521 | -16.5975 | 48.3008 |
#aab250 color RGB value is (170,178,80).
#aab250 hex color red value is 170, green value is 178 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #aab250 hue: 0.18 , saturation: 0.39 and the lightness value of aab250 is 0.51.
The process color (four color CMYK) of #aab250 color hex is 0.04, 0.00, 0.55, 0.30. Web safe color of #aab250 is #999966. Color #aab250 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10110010 | 01010000 |
Octal | 252 | 262 | 120 |
Decimal | 170 | 178 | 80 |
Hex | AA | B2 | 50 |
Shades of #aab250
Tints of #aab250
RGB Percentages of Color #aab250
CMYK Percentages of Color #aab250
Complementary Color
#aab250 | #5850b2 |
#aab250 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aab250 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aab250 Color CSS Codes
.mybgcolor {background-color:#aab250; } .myforecolor {color:#aab250; } .mybordercolor {border:3px solid #aab250; }
#aab250 Text Font Color
<p style="color:#aab250">Text here</p>
This sample text font color is #aab250
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.
#aab250 Background Color
<div style="background-color:#aab250">
Div content here</div>
This div background color is #aab250
#aab250 Border Color
<div style="border:3px solid #aab250">
Div here</div>
This div border color is #aab250
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,178,80, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aab250; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aab250; -webkit-box-shadow: 1px 1px 3px 2px #aab250; box-shadow: 1px 1px 3px 2px #aab250; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,178,80, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aab250">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aab250; -webkit-box-shadow: 1px 1px 3px 2px #aab250; box-shadow: 1px 1px 3px 2px #aab250;">
Div content here</div>
This div box has shadow with color #aab250
Comments
No comments written yet.
Please login to write comment.