Color Hex Logo

#7ef429 Color Hex

#7EF429
(126,244,41)
0 Favorites   0 Comments

Color spaces of #7ef429

RGB 12624441
HSL0.260.900.56
HSV95°83°96°
CMYK 0.480.000.83   0.04
XYZ41.355169.297113.2939
Yxy69.29710.33370.5591
Hunter Lab83.2449-57.001848.8030
CIE-Lab86.6510-63.582377.7656

#7ef429 color RGB value is (126,244,41).

#7ef429 hex color red value is 126, green value is 244 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #7ef429 hue: 0.26 , saturation: 0.90 and the lightness value of 7ef429 is 0.56.

The process color (four color CMYK) of #7ef429 color hex is 0.48, 0.00, 0.83, 0.04. Web safe color of #7ef429 is #66ff33. Color #7ef429 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11110100 00101001
Octal 176 364 51
Decimal 126 244 41
Hex 7E F4 29

RGB Percentages of Color #7ef429

%30.66
%59.37
%9.98

CMYK Percentages of Color #7ef429

%48
%0
%83
%4

Triadic Colors of #7ef429

#7ef429 #297ef4 #f4297e

Analogous Colors of #7ef429

#7ef429 #29f43a #e4f429

Monochromatic Colors of #7ef429

#7ef429

Complementary Color

#7ef429 #9f29f4

#7ef429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ef429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ef429 Color CSS Codes

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

#7ef429 Text Font Color

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

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


#7ef429 Background Color

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

This div background color is #7ef429


#7ef429 Border Color

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

This div border color is #7ef429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ef429


Comments

No comments written yet.

Please login to write comment.