Color Hex Logo

#779abd Color Hex

#779ABD
(119,154,189)
0 Favorites   0 Comments

Color spaces of #779abd

RGB 119154189
HSL0.580.350.60
HSV210°37°74°
CMYK 0.370.190.00   0.26
XYZ28.348730.707352.5771
Yxy30.70730.25390.2751
Hunter Lab55.4142-5.6580-17.4646
CIE-Lab62.2598-3.2585-21.9763

#779abd color RGB value is (119,154,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011010 10111101
Octal 167 232 275
Decimal 119 154 189
Hex 77 9A BD

RGB Percentages of Color #779abd

%25.76
%33.33
%40.91

CMYK Percentages of Color #779abd

%37
%19
%0
%26

Triadic Colors of #779abd

#779abd #bd779a #9abd77

Analogous Colors of #779abd

#779abd #7777bd #77bdbd

Monochromatic Colors of #779abd

#779abd

Complementary Color

#779abd #bd9a77

#779abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#779abd Color CSS Codes

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

#779abd Text Font Color

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

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


#779abd Background Color

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

This div background color is #779abd


#779abd Border Color

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

This div border color is #779abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779abd


Comments

No comments written yet.

Please login to write comment.