Color Hex Logo

#77aada Color Hex

#77AADA
(119,170,218)
0 Favorites   0 Comments

Color spaces of #77aada

RGB 119170218
HSL0.580.570.66
HSV209°45°85°
CMYK 0.450.220.00   0.15
XYZ34.637437.733371.7873
Yxy37.73330.24030.2617
Hunter Lab61.4274-6.8463-26.2902
CIE-Lab67.8236-4.1682-29.5473

#77aada color RGB value is (119,170,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101010 11011010
Octal 167 252 332
Decimal 119 170 218
Hex 77 AA DA

RGB Percentages of Color #77aada

%23.47
%33.53
%43.00

CMYK Percentages of Color #77aada

%45
%22
%0
%15

Triadic Colors of #77aada

#77aada #da77aa #aada77

Analogous Colors of #77aada

#77aada #7779da #77dad9

Monochromatic Colors of #77aada

#77aada

Complementary Color

#77aada #daa777

#77aada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77aada Color Preview on White Background

Lorem ipsum dolor sit amet.

#77aada Color CSS Codes

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

#77aada Text Font Color

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

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


#77aada Background Color

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

This div background color is #77aada


#77aada Border Color

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

This div border color is #77aada


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,170,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 #77aada">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77aada


Comments

No comments written yet.

Please login to write comment.