Color Hex Logo

#7a9aab Color Hex

#7A9AAB
(122,154,171)
0 Favorites   0 Comments

Color spaces of #7a9aab

RGB 122154171
HSL0.560.230.57
HSV201°29°67°
CMYK 0.290.100.00   0.33
XYZ26.932330.189142.9357
Yxy30.18910.26920.3017
Hunter Lab54.9446-8.6574-7.8701
CIE-Lab61.8170-7.0093-12.4942

#7a9aab color RGB value is (122,154,171).

#7a9aab hex color red value is 122, green value is 154 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #7a9aab hue: 0.56 , saturation: 0.23 and the lightness value of 7a9aab is 0.57.

The process color (four color CMYK) of #7a9aab color hex is 0.29, 0.10, 0.00, 0.33. Web safe color of #7a9aab is #669999. Color #7a9aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 10011010 10101011
Octal 172 232 253
Decimal 122 154 171
Hex 7A 9A AB

RGB Percentages of Color #7a9aab

%27.29
%34.45
%38.26

CMYK Percentages of Color #7a9aab

%29
%10
%0
%33

Triadic Colors of #7a9aab

#7a9aab #ab7a9a #9aab7a

Analogous Colors of #7a9aab

#7a9aab #7a82ab #7aaba4

Monochromatic Colors of #7a9aab

#7a9aab

Complementary Color

#7a9aab #ab8b7a

#7a9aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7a9aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#7a9aab Color CSS Codes

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

#7a9aab Text Font Color

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

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


#7a9aab Background Color

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

This div background color is #7a9aab


#7a9aab Border Color

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

This div border color is #7a9aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7a9aab


Comments

No comments written yet.

Please login to write comment.