Color Hex Logo

#7aeeae Color Hex

#7AEEAE
(122,238,174)
0 Favorites   0 Comments

Color spaces of #7aeeae

RGB 122238174
HSL0.410.770.71
HSV147°49°93°
CMYK 0.490.000.27   0.07
XYZ46.240668.342650.7987
Yxy68.34260.27960.4132
Hunter Lab82.6696-44.829221.4363
CIE-Lab86.1775-47.173521.0505

#7aeeae color RGB value is (122,238,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11101110 10101110
Octal 172 356 256
Decimal 122 238 174
Hex 7A EE AE

RGB Percentages of Color #7aeeae

%22.85
%44.57
%32.58

CMYK Percentages of Color #7aeeae

%49
%0
%27
%7

Triadic Colors of #7aeeae

#7aeeae #ae7aee #eeae7a

Analogous Colors of #7aeeae

#7aeeae #7aeee8 #80ee7a

Monochromatic Colors of #7aeeae

#7aeeae

Complementary Color

#7aeeae #ee7aba

#7aeeae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aeeae Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aeeae Color CSS Codes

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

#7aeeae Text Font Color

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

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


#7aeeae Background Color

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

This div background color is #7aeeae


#7aeeae Border Color

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

This div border color is #7aeeae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aeeae


Comments

No comments written yet.

Please login to write comment.