Color Hex Logo

#7edb8a Color Hex

#7EDB8A
(126,219,138)
0 Favorites   0 Comments

Color spaces of #7edb8a

RGB 126219138
HSL0.350.560.68
HSV128°42°86°
CMYK 0.420.000.37   0.14
XYZ38.523156.933633.0037
Yxy56.93360.29990.4432
Hunter Lab75.4544-40.912226.8846
CIE-Lab80.1422-44.381331.4146

#7edb8a color RGB value is (126,219,138).

#7edb8a hex color red value is 126, green value is 219 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #7edb8a hue: 0.35 , saturation: 0.56 and the lightness value of 7edb8a is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011011 10001010
Octal 176 333 212
Decimal 126 219 138
Hex 7E DB 8A

RGB Percentages of Color #7edb8a

%26.09
%45.34
%28.57

CMYK Percentages of Color #7edb8a

%42
%0
%37
%14

Triadic Colors of #7edb8a

#7edb8a #8a7edb #db8a7e

Analogous Colors of #7edb8a

#7edb8a #7edbb9 #a1db7e

Monochromatic Colors of #7edb8a

#7edb8a

Complementary Color

#7edb8a #db7ecf

#7edb8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7edb8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7edb8a Color CSS Codes

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

#7edb8a Text Font Color

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

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


#7edb8a Background Color

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

This div background color is #7edb8a


#7edb8a Border Color

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

This div border color is #7edb8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7edb8a


Comments

No comments written yet.

Please login to write comment.