Color Hex Logo

#799eaa Color Hex

#799EAA
(121,158,170)
0 Favorites   0 Comments

Color spaces of #799eaa

RGB 121158170
HSL0.540.220.57
HSV195°29°67°
CMYK 0.290.070.00   0.33
XYZ27.367731.420942.6526
Yxy31.42090.26980.3097
Hunter Lab56.0543-10.9451-5.8766
CIE-Lab62.8613-9.7503-10.3706

#799eaa color RGB value is (121,158,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011110 10101010
Octal 171 236 252
Decimal 121 158 170
Hex 79 9E AA

RGB Percentages of Color #799eaa

%26.95
%35.19
%37.86

CMYK Percentages of Color #799eaa

%29
%7
%0
%33

Triadic Colors of #799eaa

#799eaa #aa799e #9eaa79

Analogous Colors of #799eaa

#799eaa #7986aa #79aa9e

Monochromatic Colors of #799eaa

#799eaa

Complementary Color

#799eaa #aa8579

#799eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#799eaa Color CSS Codes

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

#799eaa Text Font Color

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

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


#799eaa Background Color

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

This div background color is #799eaa


#799eaa Border Color

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

This div border color is #799eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799eaa


Comments

No comments written yet.

Please login to write comment.