Color Hex Logo

#7ead60 Color Hex

#7EAD60
(126,173,96)
0 Favorites   0 Comments

Color spaces of #7ead60

RGB 12617396
HSL0.270.320.53
HSV97°45°68°
CMYK 0.270.000.45   0.32
XYZ25.659135.167316.5019
Yxy35.16730.33180.4548
Hunter Lab59.3020-26.544325.0129
CIE-Lab65.8787-29.775334.5381

#7ead60 color RGB value is (126,173,96).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111110 10101101 01100000
Octal 176 255 140
Decimal 126 173 96
Hex 7E AD 60

RGB Percentages of Color #7ead60

%31.90
%43.80
%24.30

CMYK Percentages of Color #7ead60

%27
%0
%45
%32

Triadic Colors of #7ead60

#7ead60 #607ead #ad607e

Analogous Colors of #7ead60

#7ead60 #60ad69 #a5ad60

Monochromatic Colors of #7ead60

#7ead60

Complementary Color

#7ead60 #8f60ad

#7ead60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ead60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ead60 Color CSS Codes

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

#7ead60 Text Font Color

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

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


#7ead60 Background Color

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

This div background color is #7ead60


#7ead60 Border Color

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

This div border color is #7ead60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ead60


Comments

No comments written yet.

Please login to write comment.