Color spaces of #7fda10
RGB | 127 | 218 | 16 |
---|---|---|---|
HSL | 0.24 | 0.86 | 0.46 |
HSV | 87° | 93° | 85° |
CMYK | 0.42 | 0.00 | 0.93 0.15 |
XYZ | 33.9173 | 54.6922 | 9.2592 |
Yxy | 54.6922 | 0.3466 | 0.5588 |
Hunter Lab | 73.9542 | -47.5551 | 44.3447 |
CIE-Lab | 78.8636 | -54.2469 | 75.6083 |
#7fda10 color RGB value is (127,218,16).
#7fda10 hex color red value is 127, green value is 218 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #7fda10 hue: 0.24 , saturation: 0.86 and the lightness value of 7fda10 is 0.46.
The process color (four color CMYK) of #7fda10 color hex is 0.42, 0.00, 0.93, 0.15. Web safe color of #7fda10 is #66cc00. Color #7fda10 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 01111111 | 11011010 | 00010000 |
Octal | 177 | 332 | 20 |
Decimal | 127 | 218 | 16 |
Hex | 7F | DA | 10 |
Shades of #7fda10
Tints of #7fda10
RGB Percentages of Color #7fda10
CMYK Percentages of Color #7fda10
Complementary Color
#7fda10 | #6b10da |
#7fda10 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#7fda10 Color Preview on White Background
Lorem ipsum dolor sit amet.
#7fda10 Color CSS Codes
.mybgcolor {background-color:#7fda10; } .myforecolor {color:#7fda10; } .mybordercolor {border:3px solid #7fda10; }
#7fda10 Text Font Color
<p style="color:#7fda10">Text here</p>
This sample text font color is #7fda10
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.
#7fda10 Background Color
<div style="background-color:#7fda10">
Div content here</div>
This div background color is #7fda10
#7fda10 Border Color
<div style="border:3px solid #7fda10">
Div here</div>
This div border color is #7fda10
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(127,218,16, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #7fda10; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #7fda10; -webkit-box-shadow: 1px 1px 3px 2px #7fda10; box-shadow: 1px 1px 3px 2px #7fda10; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(127,218,16, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #7fda10">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #7fda10; -webkit-box-shadow: 1px 1px 3px 2px #7fda10; box-shadow: 1px 1px 3px 2px #7fda10;">
Div content here</div>
This div box has shadow with color #7fda10
Comments
No comments written yet.
Please login to write comment.