Color Hex Logo

#7eb616 Color Hex

#7EB616
(126,182,22)
0 Favorites   0 Comments

Color spaces of #7eb616

RGB 12618222
HSL0.230.780.40
HSV81°88°71°
CMYK 0.310.000.88   0.29
XYZ25.477037.94946.7413
Yxy37.94940.36310.5408
Hunter Lab61.6031-33.983736.6340
CIE-Lab67.9833-39.613165.6779

#7eb616 color RGB value is (126,182,22).

#7eb616 hex color red value is 126, green value is 182 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #7eb616 hue: 0.23 , saturation: 0.78 and the lightness value of 7eb616 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10110110 00010110
Octal 176 266 26
Decimal 126 182 22
Hex 7E B6 16

RGB Percentages of Color #7eb616

%38.18
%55.15
%6.67

CMYK Percentages of Color #7eb616

%31
%0
%88
%29

Triadic Colors of #7eb616

#7eb616 #167eb6 #b6167e

Analogous Colors of #7eb616

#7eb616 #2eb616 #b69e16

Monochromatic Colors of #7eb616

#7eb616

Complementary Color

#7eb616 #4e16b6

#7eb616 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eb616 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eb616 Color CSS Codes

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

#7eb616 Text Font Color

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

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


#7eb616 Background Color

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

This div background color is #7eb616


#7eb616 Border Color

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

This div border color is #7eb616


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eb616


Comments

No comments written yet.

Please login to write comment.