Color Hex Logo

#7ea15e Color Hex

#7EA15E
(126,161,94)
0 Favorites   0 Comments

Color spaces of #7ea15e

RGB 12616194
HSL0.250.260.50
HSV91°42°63°
CMYK 0.220.000.42   0.37
XYZ23.369430.733515.2901
Yxy30.73350.33680.4429
Hunter Lab55.4378-21.770822.4539
CIE-Lab62.2820-24.185531.0137

#7ea15e color RGB value is (126,161,94).

#7ea15e hex color red value is 126, green value is 161 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #7ea15e hue: 0.25 , saturation: 0.26 and the lightness value of 7ea15e is 0.50.

The process color (four color CMYK) of #7ea15e color hex is 0.22, 0.00, 0.42, 0.37. Web safe color of #7ea15e is #669966. Color #7ea15e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10100001 01011110
Octal 176 241 136
Decimal 126 161 94
Hex 7E A1 5E

RGB Percentages of Color #7ea15e

%33.07
%42.26
%24.67

CMYK Percentages of Color #7ea15e

%22
%0
%42
%37

Triadic Colors of #7ea15e

#7ea15e #5e7ea1 #a15e7e

Analogous Colors of #7ea15e

#7ea15e #5ea160 #a0a15e

Monochromatic Colors of #7ea15e

#7ea15e

Complementary Color

#7ea15e #815ea1

#7ea15e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ea15e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ea15e Color CSS Codes

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

#7ea15e Text Font Color

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

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


#7ea15e Background Color

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

This div background color is #7ea15e


#7ea15e Border Color

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

This div border color is #7ea15e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,161,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 #7ea15e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ea15e


Comments

No comments written yet.

Please login to write comment.