Color Hex Logo

#7ac6aa Color Hex

#7AC6AA
(122,198,170)
0 Favorites   0 Comments

Color spaces of #7ac6aa

RGB 122198170
HSL0.440.400.63
HSV158°38°78°
CMYK 0.380.000.14   0.22
XYZ35.475847.428045.3150
Yxy47.42800.27670.3699
Hunter Lab68.8680-28.56879.1949
CIE-Lab74.4627-29.92656.6481

#7ac6aa color RGB value is (122,198,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 11000110 10101010
Octal 172 306 252
Decimal 122 198 170
Hex 7A C6 AA

RGB Percentages of Color #7ac6aa

%24.90
%40.41
%34.69

CMYK Percentages of Color #7ac6aa

%38
%0
%14
%22

Triadic Colors of #7ac6aa

#7ac6aa #aa7ac6 #c6aa7a

Analogous Colors of #7ac6aa

#7ac6aa #7abcc6 #7ac684

Monochromatic Colors of #7ac6aa

#7ac6aa

Complementary Color

#7ac6aa #c67a96

#7ac6aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7ac6aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7ac6aa Color CSS Codes

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

#7ac6aa Text Font Color

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

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


#7ac6aa Background Color

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

This div background color is #7ac6aa


#7ac6aa Border Color

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

This div border color is #7ac6aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7ac6aa


Comments

No comments written yet.

Please login to write comment.