Color spaces of #aabe77
RGB | 170 | 190 | 119 |
---|---|---|---|
HSL | 0.21 | 0.35 | 0.61 |
HSV | 77° | 37° | 75° |
CMYK | 0.11 | 0.00 | 0.37 0.25 |
XYZ | 38.3208 | 46.7049 | 24.4480 |
Yxy | 46.7049 | 0.3500 | 0.4266 |
Hunter Lab | 68.3410 | -19.5065 | 26.6285 |
CIE-Lab | 74.0006 | -18.5576 | 33.6134 |
#aabe77 color RGB value is (170,190,119).
#aabe77 hex color red value is 170, green value is 190 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #aabe77 hue: 0.21 , saturation: 0.35 and the lightness value of aabe77 is 0.61.
The process color (four color CMYK) of #aabe77 color hex is 0.11, 0.00, 0.37, 0.25. Web safe color of #aabe77 is #99cc66. Color #aabe77 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 10111110 | 01110111 |
Octal | 252 | 276 | 167 |
Decimal | 170 | 190 | 119 |
Hex | AA | BE | 77 |
Shades of #aabe77
Tints of #aabe77
RGB Percentages of Color #aabe77
CMYK Percentages of Color #aabe77
Complementary Color
#aabe77 | #8b77be |
#aabe77 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aabe77 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aabe77 Color CSS Codes
.mybgcolor {background-color:#aabe77; } .myforecolor {color:#aabe77; } .mybordercolor {border:3px solid #aabe77; }
#aabe77 Text Font Color
<p style="color:#aabe77">Text here</p>
This sample text font color is #aabe77
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.
#aabe77 Background Color
<div style="background-color:#aabe77">
Div content here</div>
This div background color is #aabe77
#aabe77 Border Color
<div style="border:3px solid #aabe77">
Div here</div>
This div border color is #aabe77
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,190,119, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aabe77; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aabe77; -webkit-box-shadow: 1px 1px 3px 2px #aabe77; box-shadow: 1px 1px 3px 2px #aabe77; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,190,119, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aabe77">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aabe77; -webkit-box-shadow: 1px 1px 3px 2px #aabe77; box-shadow: 1px 1px 3px 2px #aabe77;">
Div content here</div>
This div box has shadow with color #aabe77
Comments
No comments written yet.
Please login to write comment.