Color Hex Logo

#77caaa Color Hex

#77CAAA
(119,202,170)
0 Favorites   0 Comments

Color spaces of #77caaa

RGB 119202170
HSL0.440.440.63
HSV157°41°79°
CMYK 0.410.000.16   0.21
XYZ35.984049.065345.6042
Yxy49.06530.27540.3755
Hunter Lab70.0466-30.883510.4316
CIE-Lab75.4919-32.65198.1057

#77caaa color RGB value is (119,202,170).

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

The process color (four color CMYK) of #77caaa color hex is 0.41, 0.00, 0.16, 0.21. Web safe color of #77caaa is #66cc99. Color #77caaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 11001010 10101010
Octal 167 312 252
Decimal 119 202 170
Hex 77 CA AA

RGB Percentages of Color #77caaa

%24.24
%41.14
%34.62

CMYK Percentages of Color #77caaa

%41
%0
%16
%21

Triadic Colors of #77caaa

#77caaa #aa77ca #caaa77

Analogous Colors of #77caaa

#77caaa #77c1ca #77ca81

Monochromatic Colors of #77caaa

#77caaa

Complementary Color

#77caaa #ca7797

#77caaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77caaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#77caaa Color CSS Codes

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

#77caaa Text Font Color

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

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


#77caaa Background Color

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

This div background color is #77caaa


#77caaa Border Color

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

This div border color is #77caaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77caaa


Comments

No comments written yet.

Please login to write comment.