Color Hex Logo

#7ae5aa Color Hex

#7AE5AA
(122,229,170)
0 Favorites   0 Comments

Color spaces of #7ae5aa

RGB 122229170
HSL0.410.670.69
HSV147°47°90°
CMYK 0.470.000.26   0.10
XYZ43.301063.078547.9234
Yxy63.07850.28060.4088
Hunter Lab79.4220-41.669919.8197
CIE-Lab83.4837-44.078519.3897

#7ae5aa color RGB value is (122,229,170).

#7ae5aa hex color red value is 122, green value is 229 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7ae5aa hue: 0.41 , saturation: 0.67 and the lightness value of 7ae5aa is 0.69.

The process color (four color CMYK) of #7ae5aa color hex is 0.47, 0.00, 0.26, 0.10. Web safe color of #7ae5aa is #66cc99. Color #7ae5aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11100101 10101010
Octal 172 345 252
Decimal 122 229 170
Hex 7A E5 AA

RGB Percentages of Color #7ae5aa

%23.42
%43.95
%32.63

CMYK Percentages of Color #7ae5aa

%47
%0
%26
%10

Triadic Colors of #7ae5aa

#7ae5aa #aa7ae5 #e5aa7a

Analogous Colors of #7ae5aa

#7ae5aa #7ae5e0 #80e57a

Monochromatic Colors of #7ae5aa

#7ae5aa

Complementary Color

#7ae5aa #e57ab5

#7ae5aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ae5aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ae5aa Color CSS Codes

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

#7ae5aa Text Font Color

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

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


#7ae5aa Background Color

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

This div background color is #7ae5aa


#7ae5aa Border Color

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

This div border color is #7ae5aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,229,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 #7ae5aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ae5aa


Comments

No comments written yet.

Please login to write comment.