Color Hex Logo

#798aad Color Hex

#798AAD
(121,138,173)
0 Favorites   0 Comments

Color spaces of #798aad

RGB 121138173
HSL0.610.240.58
HSV220°30°68°
CMYK 0.300.200.00   0.32
XYZ24.516525.259043.1185
Yxy25.25900.26390.2719
Hunter Lab50.2583-0.8781-15.6863
CIE-Lab57.32692.2162-20.4437

#798aad color RGB value is (121,138,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001010 10101101
Octal 171 212 255
Decimal 121 138 173
Hex 79 8A AD

RGB Percentages of Color #798aad

%28.01
%31.94
%40.05

CMYK Percentages of Color #798aad

%30
%20
%0
%32

Triadic Colors of #798aad

#798aad #ad798a #8aad79

Analogous Colors of #798aad

#798aad #8279ad #79a4ad

Monochromatic Colors of #798aad

#798aad

Complementary Color

#798aad #ad9c79

#798aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#798aad Color CSS Codes

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

#798aad Text Font Color

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

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


#798aad Background Color

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

This div background color is #798aad


#798aad Border Color

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

This div border color is #798aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798aad


Comments

No comments written yet.

Please login to write comment.