Color Hex Logo

#7ec65e Color Hex

#7EC65E
(126,198,94)
0 Favorites   0 Comments

Color spaces of #7ec65e

RGB 12619894
HSL0.280.480.57
HSV102°53°78°
CMYK 0.360.000.53   0.22
XYZ30.818645.631917.7732
Yxy45.63190.32710.4843
Hunter Lab67.5514-36.778931.6864
CIE-Lab73.3060-41.438744.6730

#7ec65e color RGB value is (126,198,94).

#7ec65e hex color red value is 126, green value is 198 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #7ec65e hue: 0.28 , saturation: 0.48 and the lightness value of 7ec65e is 0.57.

The process color (four color CMYK) of #7ec65e color hex is 0.36, 0.00, 0.53, 0.22. Web safe color of #7ec65e is #66cc66. Color #7ec65e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11000110 01011110
Octal 176 306 136
Decimal 126 198 94
Hex 7E C6 5E

RGB Percentages of Color #7ec65e

%30.14
%47.37
%22.49

CMYK Percentages of Color #7ec65e

%36
%0
%53
%22

Triadic Colors of #7ec65e

#7ec65e #5e7ec6 #c65e7e

Analogous Colors of #7ec65e

#7ec65e #5ec672 #b2c65e

Monochromatic Colors of #7ec65e

#7ec65e

Complementary Color

#7ec65e #a65ec6

#7ec65e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ec65e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ec65e Color CSS Codes

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

#7ec65e Text Font Color

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

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


#7ec65e Background Color

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

This div background color is #7ec65e


#7ec65e Border Color

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

This div border color is #7ec65e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ec65e


Comments

No comments written yet.

Please login to write comment.