Color Hex Logo

#7aeeab Color Hex

#7AEEAB
(122,238,171)
0 Favorites   0 Comments

Color spaces of #7aeeab

RGB 122238171
HSL0.400.770.71
HSV145°49°93°
CMYK 0.490.000.28   0.07
XYZ45.951368.226949.2753
Yxy68.22690.28110.4174
Hunter Lab82.5996-45.247222.4499
CIE-Lab86.1198-47.746622.5174

#7aeeab color RGB value is (122,238,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101110 10101011
Octal 172 356 253
Decimal 122 238 171
Hex 7A EE AB

RGB Percentages of Color #7aeeab

%22.98
%44.82
%32.20

CMYK Percentages of Color #7aeeab

%49
%0
%28
%7

Triadic Colors of #7aeeab

#7aeeab #ab7aee #eeab7a

Analogous Colors of #7aeeab

#7aeeab #7aeee5 #83ee7a

Monochromatic Colors of #7aeeab

#7aeeab

Complementary Color

#7aeeab #ee7abd

#7aeeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aeeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aeeab Color CSS Codes

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

#7aeeab Text Font Color

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

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


#7aeeab Background Color

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

This div background color is #7aeeab


#7aeeab Border Color

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

This div border color is #7aeeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aeeab


Comments

No comments written yet.

Please login to write comment.