Color Hex Logo

#77aabc Color Hex

#77AABC
(119,170,188)
0 Favorites   0 Comments

Color spaces of #77aabc

RGB 119170188
HSL0.540.340.60
HSV196°37°74°
CMYK 0.370.100.00   0.26
XYZ31.059636.302252.9470
Yxy36.30220.25820.3017
Hunter Lab60.2513-13.4229-9.9263
CIE-Lab66.7502-12.2876-14.6013

#77aabc color RGB value is (119,170,188).

#77aabc hex color red value is 119, green value is 170 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #77aabc hue: 0.54 , saturation: 0.34 and the lightness value of 77aabc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101010 10111100
Octal 167 252 274
Decimal 119 170 188
Hex 77 AA BC

RGB Percentages of Color #77aabc

%24.95
%35.64
%39.41

CMYK Percentages of Color #77aabc

%37
%10
%0
%26

Triadic Colors of #77aabc

#77aabc #bc77aa #aabc77

Analogous Colors of #77aabc

#77aabc #7788bc #77bcac

Monochromatic Colors of #77aabc

#77aabc

Complementary Color

#77aabc #bc8977

#77aabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77aabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#77aabc Color CSS Codes

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

#77aabc Text Font Color

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

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


#77aabc Background Color

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

This div background color is #77aabc


#77aabc Border Color

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

This div border color is #77aabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77aabc


Comments

No comments written yet.

Please login to write comment.