Color Hex Logo

#779ecc Color Hex

#779ECC
(119,158,204)
0 Favorites   0 Comments

Color spaces of #779ecc

RGB 119158204
HSL0.590.450.63
HSV212°42°80°
CMYK 0.420.230.00   0.20
XYZ30.733732.735361.8254
Yxy32.73530.24530.2613
Hunter Lab57.2148-4.2421-24.0175
CIE-Lab63.9460-1.4094-27.7768

#779ecc color RGB value is (119,158,204).

#779ecc hex color red value is 119, green value is 158 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #779ecc hue: 0.59 , saturation: 0.45 and the lightness value of 779ecc is 0.63.

The process color (four color CMYK) of #779ecc color hex is 0.42, 0.23, 0.00, 0.20. Web safe color of #779ecc is #6699cc. Color #779ecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011110 11001100
Octal 167 236 314
Decimal 119 158 204
Hex 77 9E CC

RGB Percentages of Color #779ecc

%24.74
%32.85
%42.41

CMYK Percentages of Color #779ecc

%42
%23
%0
%20

Triadic Colors of #779ecc

#779ecc #cc779e #9ecc77

Analogous Colors of #779ecc

#779ecc #7b77cc #77c9cc

Monochromatic Colors of #779ecc

#779ecc

Complementary Color

#779ecc #cca577

#779ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#779ecc Color CSS Codes

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

#779ecc Text Font Color

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

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


#779ecc Background Color

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

This div background color is #779ecc


#779ecc Border Color

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

This div border color is #779ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779ecc


Comments

No comments written yet.

Please login to write comment.