Color Hex Logo

#7aadac Color Hex

#7AADAC
(122,173,172)
0 Favorites   0 Comments

Color spaces of #7aadac

RGB 122173172
HSL0.500.240.58
HSV179°29°68°
CMYK 0.290.000.01   0.32
XYZ30.416037.003344.5690
Yxy37.00330.27160.3304
Hunter Lab60.8303-17.2007-0.8592
CIE-Lab67.2795-16.9646-4.9128

#7aadac color RGB value is (122,173,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111010 10101101 10101100
Octal 172 255 254
Decimal 122 173 172
Hex 7A AD AC

RGB Percentages of Color #7aadac

%26.12
%37.04
%36.83

CMYK Percentages of Color #7aadac

%29
%0
%1
%32

Triadic Colors of #7aadac

#7aadac #ac7aad #adac7a

Analogous Colors of #7aadac

#7aadac #7a95ad #7aad93

Monochromatic Colors of #7aadac

#7aadac

Complementary Color

#7aadac #ad7a7b

#7aadac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7aadac Color Preview on White Background

Lorem ipsum dolor sit amet.

#7aadac Color CSS Codes

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

#7aadac Text Font Color

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

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


#7aadac Background Color

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

This div background color is #7aadac


#7aadac Border Color

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

This div border color is #7aadac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7aadac


Comments

No comments written yet.

Please login to write comment.