Color Hex Logo

#7aea50 Color Hex

#7AEA50
(122,234,80)
0 Favorites   0 Comments

Color spaces of #7aea50

RGB 12223480
HSL0.290.790.62
HSV104°66°92°
CMYK 0.480.000.66   0.08
XYZ38.896863.562417.8081
Yxy63.56240.32340.5285
Hunter Lab79.7260-52.433842.5648
CIE-Lab83.7374-58.685162.5866

#7aea50 color RGB value is (122,234,80).

#7aea50 hex color red value is 122, green value is 234 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #7aea50 hue: 0.29 , saturation: 0.79 and the lightness value of 7aea50 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101010 01010000
Octal 172 352 120
Decimal 122 234 80
Hex 7A EA 50

RGB Percentages of Color #7aea50

%27.98
%53.67
%18.35

CMYK Percentages of Color #7aea50

%48
%0
%66
%8

Triadic Colors of #7aea50

#7aea50 #507aea #ea507a

Analogous Colors of #7aea50

#7aea50 #50ea73 #c7ea50

Monochromatic Colors of #7aea50

#7aea50

Complementary Color

#7aea50 #c050ea

#7aea50 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aea50 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aea50 Color CSS Codes

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

#7aea50 Text Font Color

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

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


#7aea50 Background Color

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

This div background color is #7aea50


#7aea50 Border Color

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

This div border color is #7aea50


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aea50


Comments

No comments written yet.

Please login to write comment.