Color Hex Logo

#798baa Color Hex

#798BAA
(121,139,170)
0 Favorites   0 Comments

Color spaces of #798baa

RGB 121139170
HSL0.610.220.57
HSV218°29°67°
CMYK 0.290.180.00   0.33
XYZ24.373525.432541.6545
Yxy25.43250.26650.2781
Hunter Lab50.4306-1.9833-13.6707
CIE-Lab57.49440.8742-18.4735

#798baa color RGB value is (121,139,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001011 10101010
Octal 171 213 252
Decimal 121 139 170
Hex 79 8B AA

RGB Percentages of Color #798baa

%28.14
%32.33
%39.53

CMYK Percentages of Color #798baa

%29
%18
%0
%33

Triadic Colors of #798baa

#798baa #aa798b #8baa79

Analogous Colors of #798baa

#798baa #8079aa #79a4aa

Monochromatic Colors of #798baa

#798baa

Complementary Color

#798baa #aa9879

#798baa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798baa Color Preview on White Background

Lorem ipsum dolor sit amet.

#798baa Color CSS Codes

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

#798baa Text Font Color

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

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


#798baa Background Color

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

This div background color is #798baa


#798baa Border Color

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

This div border color is #798baa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798baa


Comments

No comments written yet.

Please login to write comment.