Color Hex Logo

#7ed16d Color Hex

#7ED16D
(126,209,109)
0 Favorites   0 Comments

Color spaces of #7ed16d

RGB 126209109
HSL0.310.520.62
HSV110°48°82°
CMYK 0.400.000.48   0.18
XYZ34.165051.140722.5385
Yxy51.14070.31680.4742
Hunter Lab71.5127-39.869431.3726
CIE-Lab76.7642-44.336241.6291

#7ed16d color RGB value is (126,209,109).

#7ed16d hex color red value is 126, green value is 209 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #7ed16d hue: 0.31 , saturation: 0.52 and the lightness value of 7ed16d is 0.62.

The process color (four color CMYK) of #7ed16d color hex is 0.40, 0.00, 0.48, 0.18. Web safe color of #7ed16d is #66cc66. Color #7ed16d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11010001 01101101
Octal 176 321 155
Decimal 126 209 109
Hex 7E D1 6D

RGB Percentages of Color #7ed16d

%28.38
%47.07
%24.55

CMYK Percentages of Color #7ed16d

%40
%0
%48
%18

Triadic Colors of #7ed16d

#7ed16d #6d7ed1 #d16d7e

Analogous Colors of #7ed16d

#7ed16d #6dd18e #b0d16d

Monochromatic Colors of #7ed16d

#7ed16d

Complementary Color

#7ed16d #c06dd1

#7ed16d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ed16d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ed16d Color CSS Codes

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

#7ed16d Text Font Color

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

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


#7ed16d Background Color

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

This div background color is #7ed16d


#7ed16d Border Color

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

This div border color is #7ed16d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ed16d


Comments

No comments written yet.

Please login to write comment.