Color Hex Logo

#779dba Color Hex

#779DBA
(119,157,186)
0 Favorites   0 Comments

Color spaces of #779dba

RGB 119157186
HSL0.570.330.60
HSV206°36°73°
CMYK 0.360.160.00   0.27
XYZ28.527631.581151.0466
Yxy31.58110.25660.2841
Hunter Lab56.1971-7.7320-14.5181
CIE-Lab62.9951-5.7270-19.1709

#779dba color RGB value is (119,157,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011101 10111010
Octal 167 235 272
Decimal 119 157 186
Hex 77 9D BA

RGB Percentages of Color #779dba

%25.76
%33.98
%40.26

CMYK Percentages of Color #779dba

%36
%16
%0
%27

Triadic Colors of #779dba

#779dba #ba779d #9dba77

Analogous Colors of #779dba

#779dba #777cba #77bab6

Monochromatic Colors of #779dba

#779dba

Complementary Color

#779dba #ba9477

#779dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#779dba Color CSS Codes

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

#779dba Text Font Color

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

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


#779dba Background Color

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

This div background color is #779dba


#779dba Border Color

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

This div border color is #779dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779dba


Comments

No comments written yet.

Please login to write comment.