Color Hex Logo

#799cac Color Hex

#799CAC
(121,156,172)
0 Favorites   0 Comments

Color spaces of #799cac

RGB 121156172
HSL0.550.240.57
HSV199°30°67°
CMYK 0.300.090.00   0.33
XYZ27.220030.820443.5440
Yxy30.82040.26800.3034
Hunter Lab55.5161-9.6332-7.6427
CIE-Lab62.3557-8.1660-12.2548

#799cac color RGB value is (121,156,172).

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

The process color (four color CMYK) of #799cac color hex is 0.30, 0.09, 0.00, 0.33. Web safe color of #799cac is #669999. Color #799cac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011100 10101100
Octal 171 234 254
Decimal 121 156 172
Hex 79 9C AC

RGB Percentages of Color #799cac

%26.95
%34.74
%38.31

CMYK Percentages of Color #799cac

%30
%9
%0
%33

Triadic Colors of #799cac

#799cac #ac799c #9cac79

Analogous Colors of #799cac

#799cac #7983ac #79aca3

Monochromatic Colors of #799cac

#799cac

Complementary Color

#799cac #ac8979

#799cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#799cac Color CSS Codes

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

#799cac Text Font Color

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

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


#799cac Background Color

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

This div background color is #799cac


#799cac Border Color

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

This div border color is #799cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799cac


Comments

No comments written yet.

Please login to write comment.