Color Hex Logo

#7ead5e Color Hex

#7EAD5E
(126,173,94)
0 Favorites   0 Comments

Color spaces of #7ead5e

RGB 12617394
HSL0.270.330.52
HSV96°46°68°
CMYK 0.270.000.46   0.32
XYZ25.568135.130916.0230
Yxy35.13090.33330.4579
Hunter Lab59.2713-26.724625.4619
CIE-Lab65.8505-30.036035.5310

#7ead5e color RGB value is (126,173,94).

#7ead5e hex color red value is 126, green value is 173 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #7ead5e hue: 0.27 , saturation: 0.33 and the lightness value of 7ead5e is 0.52.

The process color (four color CMYK) of #7ead5e color hex is 0.27, 0.00, 0.46, 0.32. Web safe color of #7ead5e is #669966. Color #7ead5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101101 01011110
Octal 176 255 136
Decimal 126 173 94
Hex 7E AD 5E

RGB Percentages of Color #7ead5e

%32.06
%44.02
%23.92

CMYK Percentages of Color #7ead5e

%27
%0
%46
%32

Triadic Colors of #7ead5e

#7ead5e #5e7ead #ad5e7e

Analogous Colors of #7ead5e

#7ead5e #5ead66 #a6ad5e

Monochromatic Colors of #7ead5e

#7ead5e

Complementary Color

#7ead5e #8d5ead

#7ead5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ead5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ead5e Color CSS Codes

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

#7ead5e Text Font Color

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

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


#7ead5e Background Color

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

This div background color is #7ead5e


#7ead5e Border Color

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

This div border color is #7ead5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ead5e


Comments

No comments written yet.

Please login to write comment.