Color Hex Logo

#7edd7a Color Hex

#7EDD7A
(126,221,122)
0 Favorites   0 Comments

Color spaces of #7edd7a

RGB 126221122
HSL0.330.590.67
HSV118°45°87°
CMYK 0.430.000.45   0.13
XYZ37.973557.553727.5199
Yxy57.55370.30860.4677
Hunter Lab75.8642-43.414831.5973
CIE-Lab80.4900-47.648539.9101

#7edd7a color RGB value is (126,221,122).

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

The process color (four color CMYK) of #7edd7a color hex is 0.43, 0.00, 0.45, 0.13. Web safe color of #7edd7a is #66cc66. Color #7edd7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011101 01111010
Octal 176 335 172
Decimal 126 221 122
Hex 7E DD 7A

RGB Percentages of Color #7edd7a

%26.87
%47.12
%26.01

CMYK Percentages of Color #7edd7a

%43
%0
%45
%13

Triadic Colors of #7edd7a

#7edd7a #7a7edd #dd7a7e

Analogous Colors of #7edd7a

#7edd7a #7adda8 #b0dd7a

Monochromatic Colors of #7edd7a

#7edd7a

Complementary Color

#7edd7a #d97add

#7edd7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edd7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edd7a Color CSS Codes

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

#7edd7a Text Font Color

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

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


#7edd7a Background Color

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

This div background color is #7edd7a


#7edd7a Border Color

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

This div border color is #7edd7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edd7a


Comments

No comments written yet.

Please login to write comment.