Color Hex Logo

#779acd Color Hex

#779ACD
(119,154,205)
0 Favorites   0 Comments

Color spaces of #779acd

RGB 119154205
HSL0.600.460.64
HSV216°42°80°
CMYK 0.420.250.00   0.20
XYZ30.182831.440962.2355
Yxy31.44090.24370.2538
Hunter Lab56.0722-2.0425-26.5565
CIE-Lab62.87811.1308-29.9834

#779acd color RGB value is (119,154,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011010 11001101
Octal 167 232 315
Decimal 119 154 205
Hex 77 9A CD

RGB Percentages of Color #779acd

%24.90
%32.22
%42.89

CMYK Percentages of Color #779acd

%42
%25
%0
%20

Triadic Colors of #779acd

#779acd #cd779a #9acd77

Analogous Colors of #779acd

#779acd #7f77cd #77c5cd

Monochromatic Colors of #779acd

#779acd

Complementary Color

#779acd #cdaa77

#779acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#779acd Color CSS Codes

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

#779acd Text Font Color

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

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


#779acd Background Color

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

This div background color is #779acd


#779acd Border Color

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

This div border color is #779acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779acd


Comments

No comments written yet.

Please login to write comment.