Color Hex Logo

#779fdf Color Hex

#779FDF
(119,159,223)
0 Favorites   0 Comments

Color spaces of #779fdf

RGB 119159223
HSL0.600.620.67
HSV217°47°87°
CMYK 0.470.290.00   0.13
XYZ33.325234.045974.6271
Yxy34.04590.23470.2398
Hunter Lab58.3489-0.1625-34.9866
CIE-Lab64.99903.4387-36.6830

#779fdf color RGB value is (119,159,223).

#779fdf hex color red value is 119, green value is 159 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #779fdf hue: 0.60 , saturation: 0.62 and the lightness value of 779fdf is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011111 11011111
Octal 167 237 337
Decimal 119 159 223
Hex 77 9F DF

RGB Percentages of Color #779fdf

%23.75
%31.74
%44.51

CMYK Percentages of Color #779fdf

%47
%29
%0
%13

Triadic Colors of #779fdf

#779fdf #df779f #9fdf77

Analogous Colors of #779fdf

#779fdf #8377df #77d3df

Monochromatic Colors of #779fdf

#779fdf

Complementary Color

#779fdf #dfb777

#779fdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779fdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#779fdf Color CSS Codes

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

#779fdf Text Font Color

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

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


#779fdf Background Color

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

This div background color is #779fdf


#779fdf Border Color

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

This div border color is #779fdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779fdf


Comments

No comments written yet.

Please login to write comment.