Color Hex Logo

#779ebd Color Hex

#779EBD
(119,158,189)
0 Favorites   0 Comments

Color spaces of #779ebd

RGB 119158189
HSL0.570.350.60
HSV207°37°74°
CMYK 0.370.160.00   0.26
XYZ29.019932.049852.8008
Yxy32.04980.25490.2815
Hunter Lab56.6125-7.5719-15.6692
CIE-Lab63.3840-5.4885-20.2602

#779ebd color RGB value is (119,158,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011110 10111101
Octal 167 236 275
Decimal 119 158 189
Hex 77 9E BD

RGB Percentages of Color #779ebd

%25.54
%33.91
%40.56

CMYK Percentages of Color #779ebd

%37
%16
%0
%26

Triadic Colors of #779ebd

#779ebd #bd779e #9ebd77

Analogous Colors of #779ebd

#779ebd #777bbd #77bdb9

Monochromatic Colors of #779ebd

#779ebd

Complementary Color

#779ebd #bd9677

#779ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#779ebd Color CSS Codes

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

#779ebd Text Font Color

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

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


#779ebd Background Color

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

This div background color is #779ebd


#779ebd Border Color

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

This div border color is #779ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779ebd


Comments

No comments written yet.

Please login to write comment.