Color Hex Logo

#7aea7e Color Hex

#7AEA7E
(122,234,126)
0 Favorites   0 Comments

Color spaces of #7aea7e

RGB 122234126
HSL0.340.730.70
HSV122°48°92°
CMYK 0.480.000.46   0.08
XYZ41.214864.489630.0142
Yxy64.48960.30370.4752
Hunter Lab80.3054-48.923734.0541
CIE-Lab84.2200-53.533142.6308

#7aea7e color RGB value is (122,234,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101010 01111110
Octal 172 352 176
Decimal 122 234 126
Hex 7A EA 7E

RGB Percentages of Color #7aea7e

%25.31
%48.55
%26.14

CMYK Percentages of Color #7aea7e

%48
%0
%46
%8

Triadic Colors of #7aea7e

#7aea7e #7e7aea #ea7e7a

Analogous Colors of #7aea7e

#7aea7e #7aeab6 #aeea7a

Monochromatic Colors of #7aea7e

#7aea7e

Complementary Color

#7aea7e #ea7ae6

#7aea7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aea7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aea7e Color CSS Codes

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

#7aea7e Text Font Color

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

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


#7aea7e Background Color

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

This div background color is #7aea7e


#7aea7e Border Color

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

This div border color is #7aea7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aea7e


Comments

No comments written yet.

Please login to write comment.