Color Hex Logo

#7ecd9e Color Hex

#7ECD9E
(126,205,158)
0 Favorites   0 Comments

Color spaces of #7ecd9e

RGB 126205158
HSL0.400.440.65
HSV144°39°80°
CMYK 0.390.000.23   0.20
XYZ36.607150.566940.1787
Yxy50.56690.28740.3971
Hunter Lab71.1104-32.552816.2773
CIE-Lab76.4159-34.558715.8851

#7ecd9e color RGB value is (126,205,158).

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

The process color (four color CMYK) of #7ecd9e color hex is 0.39, 0.00, 0.23, 0.20. Web safe color of #7ecd9e is #66cc99. Color #7ecd9e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11001101 10011110
Octal 176 315 236
Decimal 126 205 158
Hex 7E CD 9E

RGB Percentages of Color #7ecd9e

%25.77
%41.92
%32.31

CMYK Percentages of Color #7ecd9e

%39
%0
%23
%20

Triadic Colors of #7ecd9e

#7ecd9e #9e7ecd #cd9e7e

Analogous Colors of #7ecd9e

#7ecd9e #7ecdc6 #86cd7e

Monochromatic Colors of #7ecd9e

#7ecd9e

Complementary Color

#7ecd9e #cd7ead

#7ecd9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ecd9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ecd9e Color CSS Codes

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

#7ecd9e Text Font Color

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

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


#7ecd9e Background Color

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

This div background color is #7ecd9e


#7ecd9e Border Color

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

This div border color is #7ecd9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ecd9e


Comments

No comments written yet.

Please login to write comment.