Color Hex Logo

#799aab Color Hex

#799AAB
(121,154,171)
0 Favorites   0 Comments

Color spaces of #799aab

RGB 121154171
HSL0.560.230.57
HSV200°29°67°
CMYK 0.290.100.00   0.33
XYZ26.791430.116442.9291
Yxy30.11640.26840.3017
Hunter Lab54.8784-8.8943-7.9652
CIE-Lab61.7545-7.3136-12.5945

#799aab color RGB value is (121,154,171).

#799aab hex color red value is 121, green value is 154 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #799aab hue: 0.56 , saturation: 0.23 and the lightness value of 799aab is 0.57.

The process color (four color CMYK) of #799aab color hex is 0.29, 0.10, 0.00, 0.33. Web safe color of #799aab is #669999. Color #799aab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011010 10101011
Octal 171 232 253
Decimal 121 154 171
Hex 79 9A AB

RGB Percentages of Color #799aab

%27.13
%34.53
%38.34

CMYK Percentages of Color #799aab

%29
%10
%0
%33

Triadic Colors of #799aab

#799aab #ab799a #9aab79

Analogous Colors of #799aab

#799aab #7981ab #79aba3

Monochromatic Colors of #799aab

#799aab

Complementary Color

#799aab #ab8a79

#799aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#799aab Color CSS Codes

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

#799aab Text Font Color

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

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


#799aab Background Color

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

This div background color is #799aab


#799aab Border Color

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

This div border color is #799aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799aab


Comments

No comments written yet.

Please login to write comment.