Color spaces of #7ffebf
RGB | 127 | 254 | 191 |
---|---|---|---|
HSL | 0.42 | 0.98 | 0.75 |
HSV | 150° | 50° | 100° |
CMYK | 0.50 | 0.00 | 0.25 0.00 |
XYZ | 53.5982 | 79.1572 | 61.7442 |
Yxy | 79.1572 | 0.2756 | 0.4070 |
Hunter Lab | 88.9703 | -48.1647 | 21.1328 |
CIE-Lab | 91.3054 | -49.4370 | 19.4671 |
#7ffebf color RGB value is (127,254,191).
#7ffebf hex color red value is 127, green value is 254 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #7ffebf hue: 0.42 , saturation: 0.98 and the lightness value of 7ffebf is 0.75.
The process color (four color CMYK) of #7ffebf color hex is 0.50, 0.00, 0.25, 0.00. Web safe color of #7ffebf is #66ffcc. Color #7ffebf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111111 | 11111110 | 10111111 |
Octal | 177 | 376 | 277 |
Decimal | 127 | 254 | 191 |
Hex | 7F | FE | BF |
Shades of #7ffebf
Tints of #7ffebf
RGB Percentages of Color #7ffebf
CMYK Percentages of Color #7ffebf
Complementary Color
#7ffebf | #fe7fbe |
#7ffebf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7ffebf Color Preview on White Background
Lorem ipsum dolor sit amet.
#7ffebf Color CSS Codes
.mybgcolor {background-color:#7ffebf; } .myforecolor {color:#7ffebf; } .mybordercolor {border:3px solid #7ffebf; }
#7ffebf Text Font Color
<p style="color:#7ffebf">Text here</p>
This sample text font color is #7ffebf
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.
#7ffebf Background Color
<div style="background-color:#7ffebf">
Div content here</div>
This div background color is #7ffebf
#7ffebf Border Color
<div style="border:3px solid #7ffebf">
Div here</div>
This div border color is #7ffebf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(127,254,191, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7ffebf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7ffebf; -webkit-box-shadow: 1px 1px 3px 2px #7ffebf; box-shadow: 1px 1px 3px 2px #7ffebf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(127,254,191, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7ffebf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7ffebf; -webkit-box-shadow: 1px 1px 3px 2px #7ffebf; box-shadow: 1px 1px 3px 2px #7ffebf;">
Div content here</div>
This div box has shadow with color #7ffebf
Comments
No comments written yet.
Please login to write comment.