Color Hex Logo

#77a9da Color Hex

#77A9DA
(119,169,218)
0 Favorites   0 Comments

Color spaces of #77a9da

RGB 119169218
HSL0.580.570.66
HSV210°45°85°
CMYK 0.450.220.00   0.15
XYZ34.450637.359871.7251
Yxy37.35980.24000.2603
Hunter Lab61.1227-6.3566-26.7887
CIE-Lab67.5461-3.6153-29.9755

#77a9da color RGB value is (119,169,218).

#77a9da hex color red value is 119, green value is 169 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #77a9da hue: 0.58 , saturation: 0.57 and the lightness value of 77a9da is 0.66.

The process color (four color CMYK) of #77a9da color hex is 0.45, 0.22, 0.00, 0.15. Web safe color of #77a9da is #6699cc. Color #77a9da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101001 11011010
Octal 167 251 332
Decimal 119 169 218
Hex 77 A9 DA

RGB Percentages of Color #77a9da

%23.52
%33.40
%43.08

CMYK Percentages of Color #77a9da

%45
%22
%0
%15

Triadic Colors of #77a9da

#77a9da #da77a9 #a9da77

Analogous Colors of #77a9da

#77a9da #7778da #77dada

Monochromatic Colors of #77a9da

#77a9da

Complementary Color

#77a9da #daa877

#77a9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77a9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#77a9da Color CSS Codes

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

#77a9da Text Font Color

<p style="color:#77a9da">Text here</p>

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


#77a9da Background Color

<div style="background-color:#77a9da">
Div content here</div>

This div background color is #77a9da


#77a9da Border Color

<div style="border:3px solid #77a9da">
Div here</div>

This div border color is #77a9da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,169,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #77a9da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #77a9da;
  -webkit-box-shadow: 1px 1px 3px 2px #77a9da;
  box-shadow:         1px 1px 3px 2px #77a9da; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77a9da

#77a9da Color Palettes


Comments

No comments written yet.

Please login to write comment.