Color Hex Logo

#798faa Color Hex

#798FAA
(121,143,170)
0 Favorites   0 Comments

Color spaces of #798faa

RGB 121143170
HSL0.590.220.57
HSV213°29°67°
CMYK 0.290.160.00   0.33
XYZ24.963326.612141.8512
Yxy26.61210.26720.2848
Hunter Lab51.5869-3.8996-11.9897
CIE-Lab58.6136-1.4078-16.7721

#798faa color RGB value is (121,143,170).

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

The process color (four color CMYK) of #798faa color hex is 0.29, 0.16, 0.00, 0.33. Web safe color of #798faa is #669999. Color #798faa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001111 10101010
Octal 171 217 252
Decimal 121 143 170
Hex 79 8F AA

RGB Percentages of Color #798faa

%27.88
%32.95
%39.17

CMYK Percentages of Color #798faa

%29
%16
%0
%33

Triadic Colors of #798faa

#798faa #aa798f #8faa79

Analogous Colors of #798faa

#798faa #7c79aa #79a8aa

Monochromatic Colors of #798faa

#798faa

Complementary Color

#798faa #aa9479

#798faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#798faa Color CSS Codes

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

#798faa Text Font Color

<p style="color:#798faa">Text here</p>

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


#798faa Background Color

<div style="background-color:#798faa">
Div content here</div>

This div background color is #798faa


#798faa Border Color

<div style="border:3px solid #798faa">
Div here</div>

This div border color is #798faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798faa


Comments

No comments written yet.

Please login to write comment.