Color Hex Logo

#779fbe Color Hex

#779FBE
(119,159,190)
0 Favorites   0 Comments

Color spaces of #779fbe

RGB 119159190
HSL0.570.350.61
HSV206°37°75°
CMYK 0.370.160.00   0.25
XYZ29.300132.435953.4317
Yxy32.43590.25440.2816
Hunter Lab56.9525-7.8349-15.7579
CIE-Lab63.7015-5.7769-20.3361

#779fbe color RGB value is (119,159,190).

#779fbe hex color red value is 119, green value is 159 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #779fbe hue: 0.57 , saturation: 0.35 and the lightness value of 779fbe is 0.61.

The process color (four color CMYK) of #779fbe color hex is 0.37, 0.16, 0.00, 0.25. Web safe color of #779fbe is #6699cc. Color #779fbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011111 10111110
Octal 167 237 276
Decimal 119 159 190
Hex 77 9F BE

RGB Percentages of Color #779fbe

%25.43
%33.97
%40.60

CMYK Percentages of Color #779fbe

%37
%16
%0
%25

Triadic Colors of #779fbe

#779fbe #be779f #9fbe77

Analogous Colors of #779fbe

#779fbe #777cbe #77beba

Monochromatic Colors of #779fbe

#779fbe

Complementary Color

#779fbe #be9677

#779fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#779fbe Color CSS Codes

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

#779fbe Text Font Color

<p style="color:#779fbe">Text here</p>

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


#779fbe Background Color

<div style="background-color:#779fbe">
Div content here</div>

This div background color is #779fbe


#779fbe Border Color

<div style="border:3px solid #779fbe">
Div here</div>

This div border color is #779fbe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,159,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #779fbe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #779fbe;
  -webkit-box-shadow: 1px 1px 3px 2px #779fbe;
  box-shadow:         1px 1px 3px 2px #779fbe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,159,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779fbe


Comments

No comments written yet.

Please login to write comment.