Color Hex Logo

#7ed47a Color Hex

#7ED47A
(126,212,122)
0 Favorites   0 Comments

Color spaces of #7ed47a

RGB 126212122
HSL0.330.510.65
HSV117°42°83°
CMYK 0.410.000.42   0.17
XYZ35.660552.927726.7489
Yxy52.92770.30920.4589
Hunter Lab72.7514-39.819829.1265
CIE-Lab77.8323-43.826936.5199

#7ed47a color RGB value is (126,212,122).

#7ed47a hex color red value is 126, green value is 212 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #7ed47a hue: 0.33 , saturation: 0.51 and the lightness value of 7ed47a is 0.65.

The process color (four color CMYK) of #7ed47a color hex is 0.41, 0.00, 0.42, 0.17. Web safe color of #7ed47a is #66cc66. Color #7ed47a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11010100 01111010
Octal 176 324 172
Decimal 126 212 122
Hex 7E D4 7A

RGB Percentages of Color #7ed47a

%27.39
%46.09
%26.52

CMYK Percentages of Color #7ed47a

%41
%0
%42
%17

Triadic Colors of #7ed47a

#7ed47a #7a7ed4 #d47a7e

Analogous Colors of #7ed47a

#7ed47a #7ad4a3 #abd47a

Monochromatic Colors of #7ed47a

#7ed47a

Complementary Color

#7ed47a #d07ad4

#7ed47a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ed47a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ed47a Color CSS Codes

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

#7ed47a Text Font Color

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

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


#7ed47a Background Color

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

This div background color is #7ed47a


#7ed47a Border Color

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

This div border color is #7ed47a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ed47a


Comments

No comments written yet.

Please login to write comment.