Color Hex Logo

#779dae Color Hex

#779DAE
(119,157,174)
0 Favorites   0 Comments

Color spaces of #779dae

RGB 119157174
HSL0.550.250.57
HSV199°32°68°
CMYK 0.320.100.00   0.32
XYZ27.304731.091944.6066
Yxy31.09190.26510.3019
Hunter Lab55.7601-10.1720-8.3983
CIE-Lab62.5851-8.8133-13.0482

#779dae color RGB value is (119,157,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011101 10101110
Octal 167 235 256
Decimal 119 157 174
Hex 77 9D AE

RGB Percentages of Color #779dae

%26.44
%34.89
%38.67

CMYK Percentages of Color #779dae

%32
%10
%0
%32

Triadic Colors of #779dae

#779dae #ae779d #9dae77

Analogous Colors of #779dae

#779dae #7782ae #77aea4

Monochromatic Colors of #779dae

#779dae

Complementary Color

#779dae #ae8877

#779dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#779dae Color CSS Codes

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

#779dae Text Font Color

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

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


#779dae Background Color

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

This div background color is #779dae


#779dae Border Color

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

This div border color is #779dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779dae


Comments

No comments written yet.

Please login to write comment.