Color spaces of #7eeeaa
RGB | 126 | 238 | 170 |
---|---|---|---|
HSL | 0.40 | 0.77 | 0.71 |
HSV | 144° | 47° | 93° |
CMYK | 0.47 | 0.00 | 0.29 0.07 |
XYZ | 46.4344 | 68.4870 | 48.8022 |
Yxy | 68.4870 | 0.2836 | 0.4183 |
Hunter Lab | 82.7569 | -44.6692 | 22.9662 |
CIE-Lab | 86.2494 | -46.9349 | 23.2339 |
#7eeeaa color RGB value is (126,238,170).
#7eeeaa hex color red value is 126, green value is 238 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7eeeaa hue: 0.40 , saturation: 0.77 and the lightness value of 7eeeaa is 0.71.
The process color (four color CMYK) of #7eeeaa color hex is 0.47, 0.00, 0.29, 0.07. Web safe color of #7eeeaa is #66ff99. Color #7eeeaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111110 | 11101110 | 10101010 |
Octal | 176 | 356 | 252 |
Decimal | 126 | 238 | 170 |
Hex | 7E | EE | AA |
Shades of #7eeeaa
Tints of #7eeeaa
RGB Percentages of Color #7eeeaa
CMYK Percentages of Color #7eeeaa
Complementary Color
#7eeeaa | #ee7ec2 |
#7eeeaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7eeeaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#7eeeaa Color CSS Codes
.mybgcolor {background-color:#7eeeaa; } .myforecolor {color:#7eeeaa; } .mybordercolor {border:3px solid #7eeeaa; }
#7eeeaa Text Font Color
<p style="color:#7eeeaa">Text here</p>
This sample text font color is #7eeeaa
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.
#7eeeaa Background Color
<div style="background-color:#7eeeaa">
Div content here</div>
This div background color is #7eeeaa
#7eeeaa Border Color
<div style="border:3px solid #7eeeaa">
Div here</div>
This div border color is #7eeeaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(126,238,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7eeeaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7eeeaa; -webkit-box-shadow: 1px 1px 3px 2px #7eeeaa; box-shadow: 1px 1px 3px 2px #7eeeaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(126,238,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7eeeaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7eeeaa; -webkit-box-shadow: 1px 1px 3px 2px #7eeeaa; box-shadow: 1px 1px 3px 2px #7eeeaa;">
Div content here</div>
This div box has shadow with color #7eeeaa
Comments
No comments written yet.
Please login to write comment.