Color Hex Logo

#7ec04a Color Hex

#7EC04A
(126,192,74)
0 Favorites   0 Comments

Color spaces of #7ec04a

RGB 12619274
HSL0.260.480.52
HSV94°61°75°
CMYK 0.340.000.61   0.25
XYZ28.689942.629313.1947
Yxy42.62930.33950.5044
Hunter Lab65.2911-35.823933.7218
CIE-Lab71.3026-40.901551.5504

#7ec04a color RGB value is (126,192,74).

#7ec04a hex color red value is 126, green value is 192 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #7ec04a hue: 0.26 , saturation: 0.48 and the lightness value of 7ec04a is 0.52.

The process color (four color CMYK) of #7ec04a color hex is 0.34, 0.00, 0.61, 0.25. Web safe color of #7ec04a is #66cc33. Color #7ec04a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11000000 01001010
Octal 176 300 112
Decimal 126 192 74
Hex 7E C0 4A

RGB Percentages of Color #7ec04a

%32.14
%48.98
%18.88

CMYK Percentages of Color #7ec04a

%34
%0
%61
%25

Triadic Colors of #7ec04a

#7ec04a #4a7ec0 #c04a7e

Analogous Colors of #7ec04a

#7ec04a #4ac051 #b9c04a

Monochromatic Colors of #7ec04a

#7ec04a

Complementary Color

#7ec04a #8c4ac0

#7ec04a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ec04a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ec04a Color CSS Codes

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

#7ec04a Text Font Color

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

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


#7ec04a Background Color

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

This div background color is #7ec04a


#7ec04a Border Color

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

This div border color is #7ec04a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ec04a


Comments

No comments written yet.

Please login to write comment.