Color spaces of #7fefaa
RGB | 127 | 239 | 170 |
---|---|---|---|
HSL | 0.40 | 0.78 | 0.72 |
HSV | 143° | 47° | 94° |
CMYK | 0.47 | 0.00 | 0.29 0.06 |
XYZ | 46.8746 | 69.1473 | 48.9064 |
Yxy | 69.1473 | 0.2842 | 0.4193 |
Hunter Lab | 83.1549 | -44.9001 | 23.3378 |
CIE-Lab | 86.5769 | -47.1062 | 23.6898 |
#7fefaa color RGB value is (127,239,170).
#7fefaa hex color red value is 127, green value is 239 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7fefaa hue: 0.40 , saturation: 0.78 and the lightness value of 7fefaa is 0.72.
The process color (four color CMYK) of #7fefaa color hex is 0.47, 0.00, 0.29, 0.06. Web safe color of #7fefaa is #66ff99. Color #7fefaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111111 | 11101111 | 10101010 |
Octal | 177 | 357 | 252 |
Decimal | 127 | 239 | 170 |
Hex | 7F | EF | AA |
Shades of #7fefaa
Tints of #7fefaa
RGB Percentages of Color #7fefaa
CMYK Percentages of Color #7fefaa
Complementary Color
#7fefaa | #ef7fc4 |
#7fefaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7fefaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#7fefaa Color CSS Codes
.mybgcolor {background-color:#7fefaa; } .myforecolor {color:#7fefaa; } .mybordercolor {border:3px solid #7fefaa; }
#7fefaa Text Font Color
<p style="color:#7fefaa">Text here</p>
This sample text font color is #7fefaa
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.
#7fefaa Background Color
<div style="background-color:#7fefaa">
Div content here</div>
This div background color is #7fefaa
#7fefaa Border Color
<div style="border:3px solid #7fefaa">
Div here</div>
This div border color is #7fefaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(127,239,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7fefaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7fefaa; -webkit-box-shadow: 1px 1px 3px 2px #7fefaa; box-shadow: 1px 1px 3px 2px #7fefaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(127,239,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 #7fefaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7fefaa; -webkit-box-shadow: 1px 1px 3px 2px #7fefaa; box-shadow: 1px 1px 3px 2px #7fefaa;">
Div content here</div>
This div box has shadow with color #7fefaa
Comments
No comments written yet.
Please login to write comment.