Color Hex Logo

#7eb360 Color Hex

#7EB360
(126,179,96)
0 Favorites   0 Comments

Color spaces of #7eb360

RGB 12617996
HSL0.270.350.54
HSV98°46°70°
CMYK 0.300.000.46   0.30
XYZ26.835637.520316.8941
Yxy37.52030.33030.4618
Hunter Lab61.2538-28.992426.5252
CIE-Lab67.6656-32.612036.7807

#7eb360 color RGB value is (126,179,96).

#7eb360 hex color red value is 126, green value is 179 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #7eb360 hue: 0.27 , saturation: 0.35 and the lightness value of 7eb360 is 0.54.

The process color (four color CMYK) of #7eb360 color hex is 0.30, 0.00, 0.46, 0.30. Web safe color of #7eb360 is #66cc66. Color #7eb360 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10110011 01100000
Octal 176 263 140
Decimal 126 179 96
Hex 7E B3 60

RGB Percentages of Color #7eb360

%31.42
%44.64
%23.94

CMYK Percentages of Color #7eb360

%30
%0
%46
%30

Triadic Colors of #7eb360

#7eb360 #607eb3 #b3607e

Analogous Colors of #7eb360

#7eb360 #60b36c #a8b360

Monochromatic Colors of #7eb360

#7eb360

Complementary Color

#7eb360 #9560b3

#7eb360 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eb360 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eb360 Color CSS Codes

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

#7eb360 Text Font Color

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

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


#7eb360 Background Color

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

This div background color is #7eb360


#7eb360 Border Color

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

This div border color is #7eb360


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eb360


Comments

No comments written yet.

Please login to write comment.