Color Hex Logo

#7edd6e Color Hex

#7EDD6E
(126,221,110)
0 Favorites   0 Comments

Color spaces of #7edd6e

RGB 126221110
HSL0.310.620.65
HSV111°50°87°
CMYK 0.430.000.50   0.13
XYZ37.275157.274323.8423
Yxy57.27430.31480.4838
Hunter Lab75.6798-44.521834.2970
CIE-Lab80.3336-49.246045.5446

#7edd6e color RGB value is (126,221,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011101 01101110
Octal 176 335 156
Decimal 126 221 110
Hex 7E DD 6E

RGB Percentages of Color #7edd6e

%27.57
%48.36
%24.07

CMYK Percentages of Color #7edd6e

%43
%0
%50
%13

Triadic Colors of #7edd6e

#7edd6e #6e7edd #dd6e7e

Analogous Colors of #7edd6e

#7edd6e #6edd96 #b6dd6e

Monochromatic Colors of #7edd6e

#7edd6e

Complementary Color

#7edd6e #cd6edd

#7edd6e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edd6e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edd6e Color CSS Codes

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

#7edd6e Text Font Color

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

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


#7edd6e Background Color

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

This div background color is #7edd6e


#7edd6e Border Color

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

This div border color is #7edd6e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edd6e


Comments

No comments written yet.

Please login to write comment.