Color Hex Logo

#7eb752 Color Hex

#7EB752
(126,183,82)
0 Favorites   0 Comments

Color spaces of #7eb752

RGB 12618382
HSL0.260.410.52
HSV94°55°72°
CMYK 0.310.000.55   0.28
XYZ27.060738.911814.0671
Yxy38.91180.33810.4862
Hunter Lab62.3793-31.728930.2951
CIE-Lab68.6873-36.101544.9063

#7eb752 color RGB value is (126,183,82).

#7eb752 hex color red value is 126, green value is 183 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #7eb752 hue: 0.26 , saturation: 0.41 and the lightness value of 7eb752 is 0.52.

The process color (four color CMYK) of #7eb752 color hex is 0.31, 0.00, 0.55, 0.28. Web safe color of #7eb752 is #66cc66. Color #7eb752 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10110111 01010010
Octal 176 267 122
Decimal 126 183 82
Hex 7E B7 52

RGB Percentages of Color #7eb752

%32.23
%46.80
%20.97

CMYK Percentages of Color #7eb752

%31
%0
%55
%28

Triadic Colors of #7eb752

#7eb752 #527eb7 #b7527e

Analogous Colors of #7eb752

#7eb752 #52b759 #b1b752

Monochromatic Colors of #7eb752

#7eb752

Complementary Color

#7eb752 #8b52b7

#7eb752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eb752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eb752 Color CSS Codes

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

#7eb752 Text Font Color

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

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


#7eb752 Background Color

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

This div background color is #7eb752


#7eb752 Border Color

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

This div border color is #7eb752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eb752


Comments

No comments written yet.

Please login to write comment.