Color Hex Logo

#779dad Color Hex

#779DAD
(119,157,173)
0 Favorites   0 Comments

Color spaces of #779dad

RGB 119157173
HSL0.550.250.57
HSV198°31°68°
CMYK 0.310.090.00   0.32
XYZ27.207531.053044.0950
Yxy31.05300.26580.3034
Hunter Lab55.7252-10.3676-7.9081
CIE-Lab62.5523-9.0639-12.5347

#779dad color RGB value is (119,157,173).

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

The process color (four color CMYK) of #779dad color hex is 0.31, 0.09, 0.00, 0.32. Web safe color of #779dad is #669999. Color #779dad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011101 10101101
Octal 167 235 255
Decimal 119 157 173
Hex 77 9D AD

RGB Percentages of Color #779dad

%26.50
%34.97
%38.53

CMYK Percentages of Color #779dad

%31
%9
%0
%32

Triadic Colors of #779dad

#779dad #ad779d #9dad77

Analogous Colors of #779dad

#779dad #7782ad #77ada2

Monochromatic Colors of #779dad

#779dad

Complementary Color

#779dad #ad8777

#779dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#779dad Color CSS Codes

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

#779dad Text Font Color

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

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


#779dad Background Color

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

This div background color is #779dad


#779dad Border Color

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

This div border color is #779dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779dad


Comments

No comments written yet.

Please login to write comment.