Color Hex Logo

#7eaa2e Color Hex

#7EAA2E
(126,170,46)
0 Favorites   0 Comments

Color spaces of #7eaa2e

RGB 12617046
HSL0.230.570.42
HSV81°73°67°
CMYK 0.260.000.73   0.33
XYZ23.472133.38237.7911
Yxy33.38230.36310.5164
Hunter Lab57.7774-28.594832.4491
CIE-Lab64.4693-33.155155.7086

#7eaa2e color RGB value is (126,170,46).

#7eaa2e hex color red value is 126, green value is 170 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #7eaa2e hue: 0.23 , saturation: 0.57 and the lightness value of 7eaa2e is 0.42.

The process color (four color CMYK) of #7eaa2e color hex is 0.26, 0.00, 0.73, 0.33. Web safe color of #7eaa2e is #669933. Color #7eaa2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101010 00101110
Octal 176 252 56
Decimal 126 170 46
Hex 7E AA 2E

RGB Percentages of Color #7eaa2e

%36.84
%49.71
%13.45

CMYK Percentages of Color #7eaa2e

%26
%0
%73
%33

Triadic Colors of #7eaa2e

#7eaa2e #2e7eaa #aa2e7e

Analogous Colors of #7eaa2e

#7eaa2e #40aa2e #aa982e

Monochromatic Colors of #7eaa2e

#7eaa2e

Complementary Color

#7eaa2e #5a2eaa

#7eaa2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eaa2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eaa2e Color CSS Codes

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

#7eaa2e Text Font Color

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

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


#7eaa2e Background Color

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

This div background color is #7eaa2e


#7eaa2e Border Color

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

This div border color is #7eaa2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eaa2e


Comments

No comments written yet.

Please login to write comment.