Color Hex Logo

#7aacaa Color Hex

#7AACAA
(122,172,170)
0 Favorites   0 Comments

Color spaces of #7aacaa

RGB 122172170
HSL0.490.230.58
HSV178°29°67°
CMYK 0.290.000.01   0.33
XYZ30.034336.544943.5011
Yxy36.54490.27280.3320
Hunter Lab60.4524-17.1083-0.3480
CIE-Lab66.9342-16.9128-4.3125

#7aacaa color RGB value is (122,172,170).

#7aacaa hex color red value is 122, green value is 172 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #7aacaa hue: 0.49 , saturation: 0.23 and the lightness value of 7aacaa is 0.58.

The process color (four color CMYK) of #7aacaa color hex is 0.29, 0.00, 0.01, 0.33. Web safe color of #7aacaa is #669999. Color #7aacaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101100 10101010
Octal 172 254 252
Decimal 122 172 170
Hex 7A AC AA

RGB Percentages of Color #7aacaa

%26.29
%37.07
%36.64

CMYK Percentages of Color #7aacaa

%29
%0
%1
%33

Triadic Colors of #7aacaa

#7aacaa #aa7aac #acaa7a

Analogous Colors of #7aacaa

#7aacaa #7a95ac #7aac91

Monochromatic Colors of #7aacaa

#7aacaa

Complementary Color

#7aacaa #ac7a7c

#7aacaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aacaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aacaa Color CSS Codes

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

#7aacaa Text Font Color

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

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


#7aacaa Background Color

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

This div background color is #7aacaa


#7aacaa Border Color

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

This div border color is #7aacaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aacaa


Comments

No comments written yet.

Please login to write comment.