Color Hex Logo

#779acc Color Hex

#779ACC
(119,154,204)
0 Favorites   0 Comments

Color spaces of #779acc

RGB 119154204
HSL0.600.450.63
HSV215°42°80°
CMYK 0.420.250.00   0.20
XYZ30.062431.392861.6017
Yxy31.39280.24430.2551
Hunter Lab56.0293-2.2774-25.9662
CIE-Lab62.83780.8501-29.4874

#779acc color RGB value is (119,154,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011010 11001100
Octal 167 232 314
Decimal 119 154 204
Hex 77 9A CC

RGB Percentages of Color #779acc

%24.95
%32.29
%42.77

CMYK Percentages of Color #779acc

%42
%25
%0
%20

Triadic Colors of #779acc

#779acc #cc779a #9acc77

Analogous Colors of #779acc

#779acc #7f77cc #77c5cc

Monochromatic Colors of #779acc

#779acc

Complementary Color

#779acc #cca977

#779acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#779acc Color CSS Codes

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

#779acc Text Font Color

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

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


#779acc Background Color

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

This div background color is #779acc


#779acc Border Color

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

This div border color is #779acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779acc


Comments

No comments written yet.

Please login to write comment.