Color Hex Logo

#7eb942 Color Hex

#7EB942
(126,185,66)
0 Favorites   0 Comments

Color spaces of #7eb942

RGB 12618566
HSL0.250.470.49
HSV90°64°73°
CMYK 0.320.000.64   0.27
XYZ26.936539.526911.3640
Yxy39.52690.34610.5079
Hunter Lab62.8704-33.545933.2925
CIE-Lab69.1312-38.518952.6135

#7eb942 color RGB value is (126,185,66).

#7eb942 hex color red value is 126, green value is 185 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #7eb942 hue: 0.25 , saturation: 0.47 and the lightness value of 7eb942 is 0.49.

The process color (four color CMYK) of #7eb942 color hex is 0.32, 0.00, 0.64, 0.27. Web safe color of #7eb942 is #66cc33. Color #7eb942 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10111001 01000010
Octal 176 271 102
Decimal 126 185 66
Hex 7E B9 42

RGB Percentages of Color #7eb942

%33.42
%49.07
%17.51

CMYK Percentages of Color #7eb942

%32
%0
%64
%27

Triadic Colors of #7eb942

#7eb942 #427eb9 #b9427e

Analogous Colors of #7eb942

#7eb942 #42b942 #b9b942

Monochromatic Colors of #7eb942

#7eb942

Complementary Color

#7eb942 #7d42b9

#7eb942 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eb942 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eb942 Color CSS Codes

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

#7eb942 Text Font Color

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

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


#7eb942 Background Color

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

This div background color is #7eb942


#7eb942 Border Color

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

This div border color is #7eb942


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eb942


Comments

No comments written yet.

Please login to write comment.