Color Hex Logo

#798cad Color Hex

#798CAD
(121,140,173)
0 Favorites   0 Comments

Color spaces of #798cad

RGB 121140173
HSL0.610.240.58
HSV218°30°68°
CMYK 0.300.190.00   0.32
XYZ24.806125.838243.2150
Yxy25.83820.26430.2753
Hunter Lab50.8313-1.8452-14.8244
CIE-Lab57.88321.0670-19.5941

#798cad color RGB value is (121,140,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10001100 10101101
Octal 171 214 255
Decimal 121 140 173
Hex 79 8C AD

RGB Percentages of Color #798cad

%27.88
%32.26
%39.86

CMYK Percentages of Color #798cad

%30
%19
%0
%32

Triadic Colors of #798cad

#798cad #ad798c #8cad79

Analogous Colors of #798cad

#798cad #8079ad #79a6ad

Monochromatic Colors of #798cad

#798cad

Complementary Color

#798cad #ad9a79

#798cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#798cad Color CSS Codes

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

#798cad Text Font Color

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

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


#798cad Background Color

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

This div background color is #798cad


#798cad Border Color

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

This div border color is #798cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798cad


Comments

No comments written yet.

Please login to write comment.