Color Hex Logo

#77aabe Color Hex

#77AABE
(119,170,190)
0 Favorites   0 Comments

Color spaces of #77aabe

RGB 119170190
HSL0.550.350.61
HSV197°37°75°
CMYK 0.370.110.00   0.25
XYZ31.276736.389154.0905
Yxy36.38910.25690.2989
Hunter Lab60.3234-13.0165-10.9375
CIE-Lab66.8162-11.7715-15.6117

#77aabe color RGB value is (119,170,190).

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

The process color (four color CMYK) of #77aabe color hex is 0.37, 0.11, 0.00, 0.25. Web safe color of #77aabe is #6699cc. Color #77aabe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101010 10111110
Octal 167 252 276
Decimal 119 170 190
Hex 77 AA BE

RGB Percentages of Color #77aabe

%24.84
%35.49
%39.67

CMYK Percentages of Color #77aabe

%37
%11
%0
%25

Triadic Colors of #77aabe

#77aabe #be77aa #aabe77

Analogous Colors of #77aabe

#77aabe #7787be #77beaf

Monochromatic Colors of #77aabe

#77aabe

Complementary Color

#77aabe #be8b77

#77aabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77aabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#77aabe Color CSS Codes

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

#77aabe Text Font Color

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

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


#77aabe Background Color

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

This div background color is #77aabe


#77aabe Border Color

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

This div border color is #77aabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77aabe


Comments

No comments written yet.

Please login to write comment.