Color Hex Logo

#7ef53a Color Hex

#7EF53A
(126,245,58)
0 Favorites   0 Comments

Color spaces of #7ef53a

RGB 12624558
HSL0.270.900.59
HSV98°76°96°
CMYK 0.490.000.76   0.04
XYZ42.020370.045915.3085
Yxy70.04590.32990.5499
Hunter Lab83.6934-56.843347.7406
CIE-Lab87.0194-63.149673.6226

#7ef53a color RGB value is (126,245,58).

#7ef53a hex color red value is 126, green value is 245 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #7ef53a hue: 0.27 , saturation: 0.90 and the lightness value of 7ef53a is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11110101 00111010
Octal 176 365 72
Decimal 126 245 58
Hex 7E F5 3A

RGB Percentages of Color #7ef53a

%29.37
%57.11
%13.52

CMYK Percentages of Color #7ef53a

%49
%0
%76
%4

Triadic Colors of #7ef53a

#7ef53a #3a7ef5 #f53a7e

Analogous Colors of #7ef53a

#7ef53a #3af554 #dcf53a

Monochromatic Colors of #7ef53a

#7ef53a

Complementary Color

#7ef53a #b13af5

#7ef53a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ef53a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ef53a Color CSS Codes

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

#7ef53a Text Font Color

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

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


#7ef53a Background Color

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

This div background color is #7ef53a


#7ef53a Border Color

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

This div border color is #7ef53a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ef53a


Comments

No comments written yet.

Please login to write comment.