Color Hex Logo

#7ac8aa Color Hex

#7AC8AA
(122,200,170)
0 Favorites   0 Comments

Color spaces of #7ac8aa

RGB 122200170
HSL0.440.410.63
HSV157°39°78°
CMYK 0.390.000.15   0.22
XYZ35.936048.348445.4684
Yxy48.34840.27700.3726
Hunter Lab69.5330-29.43059.9027
CIE-Lab75.0441-30.88277.4823

#7ac8aa color RGB value is (122,200,170).

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

The process color (four color CMYK) of #7ac8aa color hex is 0.39, 0.00, 0.15, 0.22. Web safe color of #7ac8aa is #66cc99. Color #7ac8aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11001000 10101010
Octal 172 310 252
Decimal 122 200 170
Hex 7A C8 AA

RGB Percentages of Color #7ac8aa

%24.80
%40.65
%34.55

CMYK Percentages of Color #7ac8aa

%39
%0
%15
%22

Triadic Colors of #7ac8aa

#7ac8aa #aa7ac8 #c8aa7a

Analogous Colors of #7ac8aa

#7ac8aa #7abfc8 #7ac883

Monochromatic Colors of #7ac8aa

#7ac8aa

Complementary Color

#7ac8aa #c87a98

#7ac8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ac8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ac8aa Color CSS Codes

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

#7ac8aa Text Font Color

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

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


#7ac8aa Background Color

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

This div background color is #7ac8aa


#7ac8aa Border Color

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

This div border color is #7ac8aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ac8aa


Comments

No comments written yet.

Please login to write comment.