Color Hex Logo

#7ea845 Color Hex

#7EA845
(126,168,69)
0 Favorites   0 Comments

Color spaces of #7ea845

RGB 12616869
HSL0.240.420.46
HSV85°59°66°
CMYK 0.250.000.59   0.34
XYZ23.681032.870610.7268
Yxy32.87060.35200.4886
Hunter Lab57.3329-26.604229.0401
CIE-Lab64.0560-30.445945.6571

#7ea845 color RGB value is (126,168,69).

#7ea845 hex color red value is 126, green value is 168 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #7ea845 hue: 0.24 , saturation: 0.42 and the lightness value of 7ea845 is 0.46.

The process color (four color CMYK) of #7ea845 color hex is 0.25, 0.00, 0.59, 0.34. Web safe color of #7ea845 is #669933. Color #7ea845 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101000 01000101
Octal 176 250 105
Decimal 126 168 69
Hex 7E A8 45

RGB Percentages of Color #7ea845

%34.71
%46.28
%19.01

CMYK Percentages of Color #7ea845

%25
%0
%59
%34

Triadic Colors of #7ea845

#7ea845 #457ea8 #a8457e

Analogous Colors of #7ea845

#7ea845 #4da845 #a8a145

Monochromatic Colors of #7ea845

#7ea845

Complementary Color

#7ea845 #6f45a8

#7ea845 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ea845 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ea845 Color CSS Codes

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

#7ea845 Text Font Color

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

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


#7ea845 Background Color

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

This div background color is #7ea845


#7ea845 Border Color

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

This div border color is #7ea845


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ea845


Comments

No comments written yet.

Please login to write comment.