Color Hex Logo

#798697 Color Hex

#798697
(121,134,151)
0 Favorites   0 Comments

Color spaces of #798697

RGB 121134151
HSL0.590.130.53
HSV214°20°59°
CMYK 0.200.110.00   0.41
XYZ21.996223.349532.6257
Yxy23.34950.28210.2995
Hunter Lab48.3213-3.3079-6.2066
CIE-Lab55.4305-0.9128-10.6769

#798697 color RGB value is (121,134,151).

#798697 hex color red value is 121, green value is 134 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #798697 hue: 0.59 , saturation: 0.13 and the lightness value of 798697 is 0.53.

The process color (four color CMYK) of #798697 color hex is 0.20, 0.11, 0.00, 0.41. Web safe color of #798697 is #669999. Color #798697 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000110 10010111
Octal 171 206 227
Decimal 121 134 151
Hex 79 86 97

RGB Percentages of Color #798697

%29.80
%33.00
%37.19

CMYK Percentages of Color #798697

%20
%11
%0
%41

Triadic Colors of #798697

#798697 #977986 #869779

Analogous Colors of #798697

#798697 #7b7997 #799597

Monochromatic Colors of #798697

#798697

Complementary Color

#798697 #978a79

#798697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#798697 Color CSS Codes

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

#798697 Text Font Color

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

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


#798697 Background Color

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

This div background color is #798697


#798697 Border Color

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

This div border color is #798697


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,134,151, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #798697; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #798697;
  -webkit-box-shadow: 1px 1px 3px 2px #798697;
  box-shadow:         1px 1px 3px 2px #798697; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798697


Comments

No comments written yet.

Please login to write comment.