Color Hex Logo

#779dde Color Hex

#779DDE
(119,157,222)
0 Favorites   0 Comments

Color spaces of #779dde

RGB 119157222
HSL0.610.610.67
HSV218°46°87°
CMYK 0.460.290.00   0.13
XYZ32.849533.309873.8053
Yxy33.30980.23470.2380
Hunter Lab57.71460.5964-35.4196
CIE-Lab64.41104.2876-37.0472

#779dde color RGB value is (119,157,222).

#779dde hex color red value is 119, green value is 157 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #779dde hue: 0.61 , saturation: 0.61 and the lightness value of 779dde is 0.67.

The process color (four color CMYK) of #779dde color hex is 0.46, 0.29, 0.00, 0.13. Web safe color of #779dde is #6699cc. Color #779dde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011101 11011110
Octal 167 235 336
Decimal 119 157 222
Hex 77 9D DE

RGB Percentages of Color #779dde

%23.90
%31.53
%44.58

CMYK Percentages of Color #779dde

%46
%29
%0
%13

Triadic Colors of #779dde

#779dde #de779d #9dde77

Analogous Colors of #779dde

#779dde #8577de #77d1de

Monochromatic Colors of #779dde

#779dde

Complementary Color

#779dde #deb877

#779dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#779dde Color CSS Codes

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

#779dde Text Font Color

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

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


#779dde Background Color

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

This div background color is #779dde


#779dde Border Color

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

This div border color is #779dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779dde


Comments

No comments written yet.

Please login to write comment.