Color Hex Logo

#779ebc Color Hex

#779EBC
(119,158,188)
0 Favorites   0 Comments

Color spaces of #779ebc

RGB 119158188
HSL0.570.340.60
HSV206°37°74°
CMYK 0.370.160.00   0.26
XYZ28.911732.006552.2310
Yxy32.00650.25550.2829
Hunter Lab56.5743-7.7844-15.1362
CIE-Lab63.3483-5.7533-19.7546

#779ebc color RGB value is (119,158,188).

#779ebc hex color red value is 119, green value is 158 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #779ebc hue: 0.57 , saturation: 0.34 and the lightness value of 779ebc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011110 10111100
Octal 167 236 274
Decimal 119 158 188
Hex 77 9E BC

RGB Percentages of Color #779ebc

%25.59
%33.98
%40.43

CMYK Percentages of Color #779ebc

%37
%16
%0
%26

Triadic Colors of #779ebc

#779ebc #bc779e #9ebc77

Analogous Colors of #779ebc

#779ebc #777cbc #77bcb8

Monochromatic Colors of #779ebc

#779ebc

Complementary Color

#779ebc #bc9577

#779ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#779ebc Color CSS Codes

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

#779ebc Text Font Color

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

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


#779ebc Background Color

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

This div background color is #779ebc


#779ebc Border Color

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

This div border color is #779ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779ebc


Comments

No comments written yet.

Please login to write comment.