Color Hex Logo

#798aac Color Hex

#798AAC
(121,138,172)
0 Favorites   0 Comments

Color spaces of #798aac

RGB 121138172
HSL0.610.240.57
HSV220°30°67°
CMYK 0.300.200.00   0.33
XYZ24.420025.220542.6107
Yxy25.22050.26470.2734
Hunter Lab50.2200-1.0876-15.1524
CIE-Lab57.28961.9588-19.9291

#798aac color RGB value is (121,138,172).

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

The process color (four color CMYK) of #798aac color hex is 0.30, 0.20, 0.00, 0.33. Web safe color of #798aac is #669999. Color #798aac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001010 10101100
Octal 171 212 254
Decimal 121 138 172
Hex 79 8A AC

RGB Percentages of Color #798aac

%28.07
%32.02
%39.91

CMYK Percentages of Color #798aac

%30
%20
%0
%33

Triadic Colors of #798aac

#798aac #ac798a #8aac79

Analogous Colors of #798aac

#798aac #8279ac #79a4ac

Monochromatic Colors of #798aac

#798aac

Complementary Color

#798aac #ac9b79

#798aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#798aac Color CSS Codes

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

#798aac Text Font Color

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

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


#798aac Background Color

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

This div background color is #798aac


#798aac Border Color

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

This div border color is #798aac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,138,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798aac


Comments

No comments written yet.

Please login to write comment.