Color Hex Logo

#77aade Color Hex

#77AADE
(119,170,222)
0 Favorites   0 Comments

Color spaces of #77aade

RGB 119170222
HSL0.580.610.67
HSV210°46°87°
CMYK 0.460.230.00   0.13
XYZ35.167337.945374.5779
Yxy37.94530.23810.2569
Hunter Lab61.5998-5.8939-28.6617
CIE-Lab67.9803-3.0316-31.5041

#77aade color RGB value is (119,170,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101010 11011110
Octal 167 252 336
Decimal 119 170 222
Hex 77 AA DE

RGB Percentages of Color #77aade

%23.29
%33.27
%43.44

CMYK Percentages of Color #77aade

%46
%23
%0
%13

Triadic Colors of #77aade

#77aade #de77aa #aade77

Analogous Colors of #77aade

#77aade #7877de #77dede

Monochromatic Colors of #77aade

#77aade

Complementary Color

#77aade #deab77

#77aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#77aade Color CSS Codes

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

#77aade Text Font Color

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

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


#77aade Background Color

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

This div background color is #77aade


#77aade Border Color

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

This div border color is #77aade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77aade


Comments

No comments written yet.

Please login to write comment.