Color Hex Logo

#7ede9e Color Hex

#7EDE9E
(126,222,158)
0 Favorites   0 Comments

Color spaces of #7ede9e

RGB 126222158
HSL0.390.590.68
HSV140°43°87°
CMYK 0.430.000.29   0.13
XYZ40.897059.146841.6087
Yxy59.14680.28870.4175
Hunter Lab76.9070-39.665821.7574
CIE-Lab81.3722-42.233322.7484

#7ede9e color RGB value is (126,222,158).

#7ede9e hex color red value is 126, green value is 222 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #7ede9e hue: 0.39 , saturation: 0.59 and the lightness value of 7ede9e is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011110 10011110
Octal 176 336 236
Decimal 126 222 158
Hex 7E DE 9E

RGB Percentages of Color #7ede9e

%24.90
%43.87
%31.23

CMYK Percentages of Color #7ede9e

%43
%0
%29
%13

Triadic Colors of #7ede9e

#7ede9e #9e7ede #de9e7e

Analogous Colors of #7ede9e

#7ede9e #7edece #8ede7e

Monochromatic Colors of #7ede9e

#7ede9e

Complementary Color

#7ede9e #de7ebe

#7ede9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ede9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ede9e Color CSS Codes

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

#7ede9e Text Font Color

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

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


#7ede9e Background Color

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

This div background color is #7ede9e


#7ede9e Border Color

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

This div border color is #7ede9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ede9e


Comments

No comments written yet.

Please login to write comment.