Color Hex Logo

#7ed99b Color Hex

#7ED99B
(126,217,155)
0 Favorites   0 Comments

Color spaces of #7ed99b

RGB 126217155
HSL0.390.540.67
HSV139°42°85°
CMYK 0.420.000.29   0.15
XYZ39.333456.427939.8289
Yxy56.42790.29010.4162
Hunter Lab75.1185-37.991621.1466
CIE-Lab79.8567-40.574322.2351

#7ed99b color RGB value is (126,217,155).

#7ed99b hex color red value is 126, green value is 217 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #7ed99b hue: 0.39 , saturation: 0.54 and the lightness value of 7ed99b is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 11011001 10011011
Octal 176 331 233
Decimal 126 217 155
Hex 7E D9 9B

RGB Percentages of Color #7ed99b

%25.30
%43.57
%31.12

CMYK Percentages of Color #7ed99b

%42
%0
%29
%15

Triadic Colors of #7ed99b

#7ed99b #9b7ed9 #d99b7e

Analogous Colors of #7ed99b

#7ed99b #7ed9c9 #8fd97e

Monochromatic Colors of #7ed99b

#7ed99b

Complementary Color

#7ed99b #d97ebc

#7ed99b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ed99b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ed99b Color CSS Codes

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

#7ed99b Text Font Color

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

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


#7ed99b Background Color

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

This div background color is #7ed99b


#7ed99b Border Color

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

This div border color is #7ed99b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ed99b


Comments

No comments written yet.

Please login to write comment.