Color Hex Logo

#799abb Color Hex

#799ABB
(121,154,187)
0 Favorites   0 Comments

Color spaces of #799abb

RGB 121154187
HSL0.580.330.60
HSV210°35°73°
CMYK 0.350.180.00   0.27
XYZ28.410430.764051.4544
Yxy30.76400.25680.2781
Hunter Lab55.4653-5.6331-16.1768
CIE-Lab62.3079-3.2238-20.7684

#799abb color RGB value is (121,154,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011010 10111011
Octal 171 232 273
Decimal 121 154 187
Hex 79 9A BB

RGB Percentages of Color #799abb

%26.19
%33.33
%40.48

CMYK Percentages of Color #799abb

%35
%18
%0
%27

Triadic Colors of #799abb

#799abb #bb799a #9abb79

Analogous Colors of #799abb

#799abb #7979bb #79bbbb

Monochromatic Colors of #799abb

#799abb

Complementary Color

#799abb #bb9a79

#799abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#799abb Color CSS Codes

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

#799abb Text Font Color

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

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


#799abb Background Color

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

This div background color is #799abb


#799abb Border Color

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

This div border color is #799abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799abb


Comments

No comments written yet.

Please login to write comment.