Color Hex Logo

#7ef64f Color Hex

#7EF64F
(126,246,79)
0 Favorites   0 Comments

Color spaces of #7ef64f

RGB 12624679
HSL0.290.900.64
HSV103°68°96°
CMYK 0.490.000.68   0.04
XYZ42.971270.911718.8196
Yxy70.91170.32380.5344
Hunter Lab84.2091-56.278845.6958
CIE-Lab87.4421-62.119966.9412

#7ef64f color RGB value is (126,246,79).

#7ef64f hex color red value is 126, green value is 246 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #7ef64f hue: 0.29 , saturation: 0.90 and the lightness value of 7ef64f is 0.64.

The process color (four color CMYK) of #7ef64f color hex is 0.49, 0.00, 0.68, 0.04. Web safe color of #7ef64f is #66ff66. Color #7ef64f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11110110 01001111
Octal 176 366 117
Decimal 126 246 79
Hex 7E F6 4F

RGB Percentages of Color #7ef64f

%27.94
%54.55
%17.52

CMYK Percentages of Color #7ef64f

%49
%0
%68
%4

Triadic Colors of #7ef64f

#7ef64f #4f7ef6 #f64f7e

Analogous Colors of #7ef64f

#7ef64f #4ff674 #d2f64f

Monochromatic Colors of #7ef64f

#7ef64f

Complementary Color

#7ef64f #c74ff6

#7ef64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ef64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ef64f Color CSS Codes

.mybgcolor {background-color:#7ef64f; } 
.myforecolor {color:#7ef64f; }
.mybordercolor {border:3px solid #7ef64f; }

#7ef64f Text Font Color

<p style="color:#7ef64f">Text here</p>

This sample text font color is #7ef64f
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.


#7ef64f Background Color

<div style="background-color:#7ef64f">
Div content here</div>

This div background color is #7ef64f


#7ef64f Border Color

<div style="border:3px solid #7ef64f">
Div here</div>

This div border color is #7ef64f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(126,246,79, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7ef64f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7ef64f;
  -webkit-box-shadow: 1px 1px 3px 2px #7ef64f;
  box-shadow:         1px 1px 3px 2px #7ef64f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,246,79, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7ef64f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7ef64f;
  -webkit-box-shadow: 1px 1px 3px 2px #7ef64f;
  box-shadow:         1px 1px 3px 2px #7ef64f;">
Div content here</div>

This div box has shadow with color #7ef64f


Comments

No comments written yet.

Please login to write comment.