Color Hex Logo

#7eb60e Color Hex

#7EB60E
(126,182,14)
0 Favorites   0 Comments

Color spaces of #7eb60e

RGB 12618214
HSL0.220.860.38
HSV80°92°71°
CMYK 0.310.000.92   0.29
XYZ25.411437.92326.3961
Yxy37.92320.36440.5439
Hunter Lab61.5818-34.111136.9492
CIE-Lab67.9640-39.806867.0188

#7eb60e color RGB value is (126,182,14).

#7eb60e hex color red value is 126, green value is 182 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #7eb60e hue: 0.22 , saturation: 0.86 and the lightness value of 7eb60e is 0.38.

The process color (four color CMYK) of #7eb60e color hex is 0.31, 0.00, 0.92, 0.29. Web safe color of #7eb60e is #66cc00. Color #7eb60e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10110110 00001110
Octal 176 266 16
Decimal 126 182 14
Hex 7E B6 E

RGB Percentages of Color #7eb60e

%39.13
%56.52
%4.35

CMYK Percentages of Color #7eb60e

%31
%0
%92
%29

Triadic Colors of #7eb60e

#7eb60e #0e7eb6 #b60e7e

Analogous Colors of #7eb60e

#7eb60e #2ab60e #b69a0e

Monochromatic Colors of #7eb60e

#7eb60e

Complementary Color

#7eb60e #460eb6

#7eb60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eb60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eb60e Color CSS Codes

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

#7eb60e Text Font Color

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

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


#7eb60e Background Color

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

This div background color is #7eb60e


#7eb60e Border Color

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

This div border color is #7eb60e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eb60e


Comments

No comments written yet.

Please login to write comment.