Color Hex Logo

#7ef53c Color Hex

#7EF53C
(126,245,60)
0 Favorites   0 Comments

Color spaces of #7ef53c

RGB 12624560
HSL0.270.900.60
HSV99°76°96°
CMYK 0.490.000.76   0.04
XYZ42.072270.066715.5818
Yxy70.06670.32940.5486
Hunter Lab83.7059-56.767747.5573
CIE-Lab87.0296-63.036873.0249

#7ef53c color RGB value is (126,245,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11110101 00111100
Octal 176 365 74
Decimal 126 245 60
Hex 7E F5 3C

RGB Percentages of Color #7ef53c

%29.23
%56.84
%13.92

CMYK Percentages of Color #7ef53c

%49
%0
%76
%4

Triadic Colors of #7ef53c

#7ef53c #3c7ef5 #f53c7e

Analogous Colors of #7ef53c

#7ef53c #3cf556 #dbf53c

Monochromatic Colors of #7ef53c

#7ef53c

Complementary Color

#7ef53c #b33cf5

#7ef53c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ef53c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ef53c Color CSS Codes

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

#7ef53c Text Font Color

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

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


#7ef53c Background Color

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

This div background color is #7ef53c


#7ef53c Border Color

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

This div border color is #7ef53c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ef53c


Comments

No comments written yet.

Please login to write comment.