Color Hex Logo

#7efe5c Color Hex

#7EFE5C
(126,254,92)
0 Favorites   0 Comments

Color spaces of #7efe5c

RGB 12625492
HSL0.300.990.68
HSV107°64°100°
CMYK 0.500.000.64   0.00
XYZ45.977876.091922.3892
Yxy76.09190.31830.5267
Hunter Lab87.2307-58.569445.8437
CIE-Lab89.9020-63.973964.5423

#7efe5c color RGB value is (126,254,92).

#7efe5c hex color red value is 126, green value is 254 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #7efe5c hue: 0.30 , saturation: 0.99 and the lightness value of 7efe5c is 0.68.

The process color (four color CMYK) of #7efe5c color hex is 0.50, 0.00, 0.64, 0.00. Web safe color of #7efe5c is #66ff66. Color #7efe5c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11111110 01011100
Octal 176 376 134
Decimal 126 254 92
Hex 7E FE 5C

RGB Percentages of Color #7efe5c

%26.69
%53.81
%19.49

CMYK Percentages of Color #7efe5c

%50
%0
%64
%0

Triadic Colors of #7efe5c

#7efe5c #5c7efe #fe5c7e

Analogous Colors of #7efe5c

#7efe5c #5cfe8b #cffe5c

Monochromatic Colors of #7efe5c

#7efe5c

Complementary Color

#7efe5c #dc5cfe

#7efe5c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7efe5c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7efe5c Color CSS Codes

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

#7efe5c Text Font Color

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

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


#7efe5c Background Color

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

This div background color is #7efe5c


#7efe5c Border Color

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

This div border color is #7efe5c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7efe5c

Related Colors


Comments

No comments written yet.

Please login to write comment.