Color Hex Logo

#7aeeaa Color Hex

#7AEEAA
(122,238,170)
0 Favorites   0 Comments

Color spaces of #7aeeaa

RGB 122238170
HSL0.400.770.71
HSV145°49°93°
CMYK 0.490.000.29   0.07
XYZ45.856368.188948.7751
Yxy68.18890.28160.4188
Hunter Lab82.5766-45.384622.7831
CIE-Lab86.1008-47.935523.0061

#7aeeaa color RGB value is (122,238,170).

#7aeeaa hex color red value is 122, green value is 238 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7aeeaa hue: 0.40 , saturation: 0.77 and the lightness value of 7aeeaa is 0.71.

The process color (four color CMYK) of #7aeeaa color hex is 0.49, 0.00, 0.29, 0.07. Web safe color of #7aeeaa is #66ff99. Color #7aeeaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101110 10101010
Octal 172 356 252
Decimal 122 238 170
Hex 7A EE AA

RGB Percentages of Color #7aeeaa

%23.02
%44.91
%32.08

CMYK Percentages of Color #7aeeaa

%49
%0
%29
%7

Triadic Colors of #7aeeaa

#7aeeaa #aa7aee #eeaa7a

Analogous Colors of #7aeeaa

#7aeeaa #7aeee4 #84ee7a

Monochromatic Colors of #7aeeaa

#7aeeaa

Complementary Color

#7aeeaa #ee7abe

#7aeeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aeeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aeeaa Color CSS Codes

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

#7aeeaa Text Font Color

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

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


#7aeeaa Background Color

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

This div background color is #7aeeaa


#7aeeaa Border Color

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

This div border color is #7aeeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aeeaa


Comments

No comments written yet.

Please login to write comment.