Color Hex Logo

#799aba Color Hex

#799ABA
(121,154,186)
0 Favorites   0 Comments

Color spaces of #799aba

RGB 121154186
HSL0.580.320.60
HSV210°35°73°
CMYK 0.350.170.00   0.27
XYZ28.303730.721350.8924
Yxy30.72130.25750.2795
Hunter Lab55.4268-5.8459-15.6408
CIE-Lab62.2717-3.4867-20.2617

#799aba color RGB value is (121,154,186).

#799aba hex color red value is 121, green value is 154 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #799aba hue: 0.58 , saturation: 0.32 and the lightness value of 799aba is 0.60.

The process color (four color CMYK) of #799aba color hex is 0.35, 0.17, 0.00, 0.27. Web safe color of #799aba is #6699cc. Color #799aba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011010 10111010
Octal 171 232 272
Decimal 121 154 186
Hex 79 9A BA

RGB Percentages of Color #799aba

%26.25
%33.41
%40.35

CMYK Percentages of Color #799aba

%35
%17
%0
%27

Triadic Colors of #799aba

#799aba #ba799a #9aba79

Analogous Colors of #799aba

#799aba #797aba #79baba

Monochromatic Colors of #799aba

#799aba

Complementary Color

#799aba #ba9979

#799aba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799aba Color Preview on White Background

Lorem ipsum dolor sit amet.

#799aba Color CSS Codes

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

#799aba Text Font Color

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

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


#799aba Background Color

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

This div background color is #799aba


#799aba Border Color

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

This div border color is #799aba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799aba


Comments

No comments written yet.

Please login to write comment.