Color Hex Logo

#7ed59e Color Hex

#7ED59E
(126,213,158)
0 Favorites   0 Comments

Color spaces of #7ed59e

RGB 126213158
HSL0.390.510.66
HSV142°41°84°
CMYK 0.410.000.26   0.16
XYZ38.570054.492740.8331
Yxy54.49270.28810.4070
Hunter Lab73.8192-35.918518.8771
CIE-Lab78.7482-38.222219.1316

#7ed59e color RGB value is (126,213,158).

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

The process color (four color CMYK) of #7ed59e color hex is 0.41, 0.00, 0.26, 0.16. Web safe color of #7ed59e is #66cc99. Color #7ed59e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11010101 10011110
Octal 176 325 236
Decimal 126 213 158
Hex 7E D5 9E

RGB Percentages of Color #7ed59e

%25.35
%42.86
%31.79

CMYK Percentages of Color #7ed59e

%41
%0
%26
%16

Triadic Colors of #7ed59e

#7ed59e #9e7ed5 #d59e7e

Analogous Colors of #7ed59e

#7ed59e #7ed5ca #8ad57e

Monochromatic Colors of #7ed59e

#7ed59e

Complementary Color

#7ed59e #d57eb5

#7ed59e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ed59e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ed59e Color CSS Codes

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

#7ed59e Text Font Color

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

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


#7ed59e Background Color

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

This div background color is #7ed59e


#7ed59e Border Color

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

This div border color is #7ed59e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(126,213,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 #7ed59e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ed59e

#7ed59e Color Palettes


Comments

No comments written yet.

Please login to write comment.