Color spaces of #aaef91
RGB | 170 | 239 | 145 |
---|---|---|---|
HSL | 0.29 | 0.75 | 0.75 |
HSV | 104° | 39° | 94° |
CMYK | 0.29 | 0.00 | 0.39 0.06 |
XYZ | 52.5549 | 72.3234 | 37.9779 |
Yxy | 72.3234 | 0.3227 | 0.4441 |
Hunter Lab | 85.0432 | -38.5163 | 33.0530 |
CIE-Lab | 88.1240 | -38.4222 | 38.7401 |
#aaef91 color RGB value is (170,239,145).
#aaef91 hex color red value is 170, green value is 239 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #aaef91 hue: 0.29 , saturation: 0.75 and the lightness value of aaef91 is 0.75.
The process color (four color CMYK) of #aaef91 color hex is 0.29, 0.00, 0.39, 0.06. Web safe color of #aaef91 is #99ff99. Color #aaef91 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11101111 | 10010001 |
Octal | 252 | 357 | 221 |
Decimal | 170 | 239 | 145 |
Hex | AA | EF | 91 |
Shades of #aaef91
Tints of #aaef91
RGB Percentages of Color #aaef91
CMYK Percentages of Color #aaef91
Complementary Color
#aaef91 | #d691ef |
#aaef91 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaef91 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaef91 Color CSS Codes
.mybgcolor {background-color:#aaef91; } .myforecolor {color:#aaef91; } .mybordercolor {border:3px solid #aaef91; }
#aaef91 Text Font Color
<p style="color:#aaef91">Text here</p>
This sample text font color is #aaef91
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.
#aaef91 Background Color
<div style="background-color:#aaef91">
Div content here</div>
This div background color is #aaef91
#aaef91 Border Color
<div style="border:3px solid #aaef91">
Div here</div>
This div border color is #aaef91
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,239,145, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaef91; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaef91; -webkit-box-shadow: 1px 1px 3px 2px #aaef91; box-shadow: 1px 1px 3px 2px #aaef91; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,239,145, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaef91">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaef91; -webkit-box-shadow: 1px 1px 3px 2px #aaef91; box-shadow: 1px 1px 3px 2px #aaef91;">
Div content here</div>
This div box has shadow with color #aaef91
Comments
No comments written yet.
Please login to write comment.