Color Hex Logo

#7eeb7a Color Hex

#7EEB7A
(126,235,122)
0 Favorites   0 Comments

Color spaces of #7eeb7a

RGB 126235122
HSL0.330.740.70
HSV118°48°92°
CMYK 0.460.000.48   0.08
XYZ41.825465.257428.8039
Yxy65.25740.30780.4802
Hunter Lab80.7821-48.949135.4068
CIE-Lab84.6162-53.381045.0874

#7eeb7a color RGB value is (126,235,122).

#7eeb7a hex color red value is 126, green value is 235 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #7eeb7a hue: 0.33 , saturation: 0.74 and the lightness value of 7eeb7a is 0.70.

The process color (four color CMYK) of #7eeb7a color hex is 0.46, 0.00, 0.48, 0.08. Web safe color of #7eeb7a is #66ff66. Color #7eeb7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 11101011 01111010
Octal 176 353 172
Decimal 126 235 122
Hex 7E EB 7A

RGB Percentages of Color #7eeb7a

%26.09
%48.65
%25.26

CMYK Percentages of Color #7eeb7a

%46
%0
%48
%8

Triadic Colors of #7eeb7a

#7eeb7a #7a7eeb #eb7a7e

Analogous Colors of #7eeb7a

#7eeb7a #7aebaf #b7eb7a

Monochromatic Colors of #7eeb7a

#7eeb7a

Complementary Color

#7eeb7a #e77aeb

#7eeb7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7eeb7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#7eeb7a Color CSS Codes

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

#7eeb7a Text Font Color

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

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


#7eeb7a Background Color

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

This div background color is #7eeb7a


#7eeb7a Border Color

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

This div border color is #7eeb7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7eeb7a


Comments

No comments written yet.

Please login to write comment.