Color Hex Logo

#7ed39e Color Hex

#7ED39E
(126,211,158)
0 Favorites   0 Comments

Color spaces of #7ed39e

RGB 126211158
HSL0.400.490.66
HSV143°40°83°
CMYK 0.400.000.25   0.17
XYZ38.070053.492840.6664
Yxy53.49280.28790.4045
Hunter Lab73.1388-35.080518.2309
CIE-Lab78.1651-37.315418.3228

#7ed39e color RGB value is (126,211,158).

#7ed39e hex color red value is 126, green value is 211 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #7ed39e hue: 0.40 , saturation: 0.49 and the lightness value of 7ed39e is 0.66.

The process color (four color CMYK) of #7ed39e color hex is 0.40, 0.00, 0.25, 0.17. Web safe color of #7ed39e is #66cc99. Color #7ed39e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11010011 10011110
Octal 176 323 236
Decimal 126 211 158
Hex 7E D3 9E

RGB Percentages of Color #7ed39e

%25.45
%42.63
%31.92

CMYK Percentages of Color #7ed39e

%40
%0
%25
%17

Triadic Colors of #7ed39e

#7ed39e #9e7ed3 #d39e7e

Analogous Colors of #7ed39e

#7ed39e #7ed3c9 #89d37e

Monochromatic Colors of #7ed39e

#7ed39e

Complementary Color

#7ed39e #d37eb3

#7ed39e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ed39e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ed39e Color CSS Codes

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

#7ed39e Text Font Color

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

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


#7ed39e Background Color

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

This div background color is #7ed39e


#7ed39e Border Color

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

This div border color is #7ed39e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ed39e


Comments

No comments written yet.

Please login to write comment.