Color Hex Logo

#7ec45a Color Hex

#7EC45A
(126,196,90)
0 Favorites   0 Comments

Color spaces of #7ec45a

RGB 12619690
HSL0.280.470.56
HSV100°54°77°
CMYK 0.360.000.54   0.23
XYZ30.189644.653716.7007
Yxy44.65370.32980.4878
Hunter Lab66.8234-36.298031.9585
CIE-Lab72.6633-41.021245.8091

#7ec45a color RGB value is (126,196,90).

#7ec45a hex color red value is 126, green value is 196 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #7ec45a hue: 0.28 , saturation: 0.47 and the lightness value of 7ec45a is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11000100 01011010
Octal 176 304 132
Decimal 126 196 90
Hex 7E C4 5A

RGB Percentages of Color #7ec45a

%30.58
%47.57
%21.84

CMYK Percentages of Color #7ec45a

%36
%0
%54
%23

Triadic Colors of #7ec45a

#7ec45a #5a7ec4 #c45a7e

Analogous Colors of #7ec45a

#7ec45a #5ac46b #b3c45a

Monochromatic Colors of #7ec45a

#7ec45a

Complementary Color

#7ec45a #a05ac4

#7ec45a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ec45a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ec45a Color CSS Codes

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

#7ec45a Text Font Color

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

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


#7ec45a Background Color

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

This div background color is #7ec45a


#7ec45a Border Color

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

This div border color is #7ec45a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ec45a


Comments

No comments written yet.

Please login to write comment.