Color Hex Logo

#799fbb Color Hex

#799FBB
(121,159,187)
0 Favorites   0 Comments

Color spaces of #799fbb

RGB 121159187
HSL0.570.330.60
HSV205°35°73°
CMYK 0.350.150.00   0.27
XYZ29.252932.449151.7352
Yxy32.44910.25790.2861
Hunter Lab56.9641-8.0217-13.9727
CIE-Lab63.7123-6.0050-18.6299

#799fbb color RGB value is (121,159,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 10011111 10111011
Octal 171 237 273
Decimal 121 159 187
Hex 79 9F BB

RGB Percentages of Color #799fbb

%25.91
%34.05
%40.04

CMYK Percentages of Color #799fbb

%35
%15
%0
%27

Triadic Colors of #799fbb

#799fbb #bb799f #9fbb79

Analogous Colors of #799fbb

#799fbb #797ebb #79bbb6

Monochromatic Colors of #799fbb

#799fbb

Complementary Color

#799fbb #bb9579

#799fbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#799fbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#799fbb Color CSS Codes

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

#799fbb Text Font Color

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

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


#799fbb Background Color

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

This div background color is #799fbb


#799fbb Border Color

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

This div border color is #799fbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #799fbb


Comments

No comments written yet.

Please login to write comment.