Color Hex Logo

#799aaa Color Hex

#799AAA
(121,154,170)
0 Favorites   0 Comments

Color spaces of #799aaa

RGB 121154170
HSL0.550.220.57
HSV200°29°67°
CMYK 0.290.090.00   0.33
XYZ26.696530.078442.4289
Yxy30.07840.26910.3032
Hunter Lab54.8438-9.0875-7.4780
CIE-Lab61.7218-7.5601-12.0791

#799aaa color RGB value is (121,154,170).

#799aaa hex color red value is 121, green value is 154 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #799aaa hue: 0.55 , saturation: 0.22 and the lightness value of 799aaa is 0.57.

The process color (four color CMYK) of #799aaa color hex is 0.29, 0.09, 0.00, 0.33. Web safe color of #799aaa is #669999. Color #799aaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011010 10101010
Octal 171 232 252
Decimal 121 154 170
Hex 79 9A AA

RGB Percentages of Color #799aaa

%27.19
%34.61
%38.20

CMYK Percentages of Color #799aaa

%29
%9
%0
%33

Triadic Colors of #799aaa

#799aaa #aa799a #9aaa79

Analogous Colors of #799aaa

#799aaa #7982aa #79aaa2

Monochromatic Colors of #799aaa

#799aaa

Complementary Color

#799aaa #aa8979

#799aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#799aaa Color CSS Codes

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

#799aaa Text Font Color

<p style="color:#799aaa">Text here</p>

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


#799aaa Background Color

<div style="background-color:#799aaa">
Div content here</div>

This div background color is #799aaa


#799aaa Border Color

<div style="border:3px solid #799aaa">
Div here</div>

This div border color is #799aaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,154,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #799aaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #799aaa;
  -webkit-box-shadow: 1px 1px 3px 2px #799aaa;
  box-shadow:         1px 1px 3px 2px #799aaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,154,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 #799aaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799aaa


Comments

No comments written yet.

Please login to write comment.