Color Hex Logo

#779ded Color Hex

#779DED
(119,157,237)
0 Favorites   0 Comments

Color spaces of #779ded

RGB 119157237
HSL0.610.770.70
HSV221°50°93°
CMYK 0.500.340.00   0.07
XYZ34.950834.150384.8703
Yxy34.15030.22700.2218
Hunter Lab58.43834.4905-45.2005
CIE-Lab65.08178.7242-44.2650

#779ded color RGB value is (119,157,237).

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

The process color (four color CMYK) of #779ded color hex is 0.50, 0.34, 0.00, 0.07. Web safe color of #779ded is #6699ff. Color #779ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10011101 11101101
Octal 167 235 355
Decimal 119 157 237
Hex 77 9D ED

RGB Percentages of Color #779ded

%23.20
%30.60
%46.20

CMYK Percentages of Color #779ded

%50
%34
%0
%7

Triadic Colors of #779ded

#779ded #ed779d #9ded77

Analogous Colors of #779ded

#779ded #8c77ed #77d8ed

Monochromatic Colors of #779ded

#779ded

Complementary Color

#779ded #edc777

#779ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#779ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#779ded Color CSS Codes

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

#779ded Text Font Color

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

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


#779ded Background Color

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

This div background color is #779ded


#779ded Border Color

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

This div border color is #779ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #779ded


Comments

No comments written yet.

Please login to write comment.