Color Hex Logo

#7edc8b Color Hex

#7EDC8B
(126,220,139)
0 Favorites   0 Comments

Color spaces of #7edc8b

RGB 126220139
HSL0.360.570.68
HSV128°43°86°
CMYK 0.430.000.37   0.14
XYZ38.857657.486133.4740
Yxy57.48610.29930.4428
Hunter Lab75.8196-41.202926.8974
CIE-Lab80.4522-44.649631.3139

#7edc8b color RGB value is (126,220,139).

#7edc8b hex color red value is 126, green value is 220 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #7edc8b hue: 0.36 , saturation: 0.57 and the lightness value of 7edc8b is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011100 10001011
Octal 176 334 213
Decimal 126 220 139
Hex 7E DC 8B

RGB Percentages of Color #7edc8b

%25.98
%45.36
%28.66

CMYK Percentages of Color #7edc8b

%43
%0
%37
%14

Triadic Colors of #7edc8b

#7edc8b #8b7edc #dc8b7e

Analogous Colors of #7edc8b

#7edc8b #7edcba #a0dc7e

Monochromatic Colors of #7edc8b

#7edc8b

Complementary Color

#7edc8b #dc7ecf

#7edc8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edc8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edc8b Color CSS Codes

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

#7edc8b Text Font Color

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

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


#7edc8b Background Color

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

This div background color is #7edc8b


#7edc8b Border Color

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

This div border color is #7edc8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edc8b


Comments

No comments written yet.

Please login to write comment.