Color Hex Logo

#77aacc Color Hex

#77AACC
(119,170,204)
1 Favorites   0 Comments

Color spaces of #77aacc

RGB 119170204
HSL0.570.450.63
HSV204°42°80°
CMYK 0.420.170.00   0.20
XYZ32.881637.031062.5414
Yxy37.03100.24820.2796
Hunter Lab60.8531-10.0415-18.3378
CIE-Lab67.3003-8.0521-22.6304

#77aacc color RGB value is (119,170,204).

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

The process color (four color CMYK) of #77aacc color hex is 0.42, 0.17, 0.00, 0.20. Web safe color of #77aacc is #6699cc. Color #77aacc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101010 11001100
Octal 167 252 314
Decimal 119 170 204
Hex 77 AA CC

RGB Percentages of Color #77aacc

%24.14
%34.48
%41.38

CMYK Percentages of Color #77aacc

%42
%17
%0
%20

Triadic Colors of #77aacc

#77aacc #cc77aa #aacc77

Analogous Colors of #77aacc

#77aacc #7780cc #77ccc4

Monochromatic Colors of #77aacc

#77aacc

Complementary Color

#77aacc #cc9977

#77aacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77aacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#77aacc Color CSS Codes

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

#77aacc Text Font Color

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

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


#77aacc Background Color

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

This div background color is #77aacc


#77aacc Border Color

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

This div border color is #77aacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77aacc


Comments

No comments written yet.

Please login to write comment.