Color Hex Logo

#798499 Color Hex

#798499
(121,132,153)
0 Favorites   0 Comments

Color spaces of #798499

RGB 121132153
HSL0.610.140.54
HSV219°21°60°
CMYK 0.210.140.00   0.40
XYZ21.886222.867433.3973
Yxy22.86740.28010.2926
Hunter Lab47.8199-1.9889-7.9341
CIE-Lab54.93550.7084-12.5773

#798499 color RGB value is (121,132,153).

#798499 hex color red value is 121, green value is 132 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #798499 hue: 0.61 , saturation: 0.14 and the lightness value of 798499 is 0.54.

The process color (four color CMYK) of #798499 color hex is 0.21, 0.14, 0.00, 0.40. Web safe color of #798499 is #669999. Color #798499 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10000100 10011001
Octal 171 204 231
Decimal 121 132 153
Hex 79 84 99

RGB Percentages of Color #798499

%29.80
%32.51
%37.68

CMYK Percentages of Color #798499

%21
%14
%0
%40

Triadic Colors of #798499

#798499 #997984 #849979

Analogous Colors of #798499

#798499 #7e7999 #799499

Monochromatic Colors of #798499

#798499

Complementary Color

#798499 #998e79

#798499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#798499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#798499 Color CSS Codes

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

#798499 Text Font Color

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

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


#798499 Background Color

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

This div background color is #798499


#798499 Border Color

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

This div border color is #798499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #798499


Comments

No comments written yet.

Please login to write comment.