Color Hex Logo

#779cbe Color Hex

#779CBE
(119,156,190)
0 Favorites   0 Comments

Color spaces of #779cbe

RGB 119156190
HSL0.580.350.61
HSV209°37°75°
CMYK 0.370.180.00   0.25
XYZ28.790531.416653.2618
Yxy31.41660.25370.2769
Hunter Lab56.0505-6.4014-17.1048
CIE-Lab62.8578-4.1096-21.6235

#779cbe color RGB value is (119,156,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011100 10111110
Octal 167 234 276
Decimal 119 156 190
Hex 77 9C BE

RGB Percentages of Color #779cbe

%25.59
%33.55
%40.86

CMYK Percentages of Color #779cbe

%37
%18
%0
%25

Triadic Colors of #779cbe

#779cbe #be779c #9cbe77

Analogous Colors of #779cbe

#779cbe #7779be #77bebd

Monochromatic Colors of #779cbe

#779cbe

Complementary Color

#779cbe #be9977

#779cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#779cbe Color CSS Codes

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

#779cbe Text Font Color

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

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


#779cbe Background Color

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

This div background color is #779cbe


#779cbe Border Color

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

This div border color is #779cbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,156,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 #779cbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779cbe


Comments

No comments written yet.

Please login to write comment.