Color Hex Logo

#77acab Color Hex

#77ACAB
(119,172,171)
0 Favorites   0 Comments

Color spaces of #77acab

RGB 119172171
HSL0.500.240.57
HSV179°31°67°
CMYK 0.310.000.01   0.33
XYZ29.711036.367343.9817
Yxy36.36730.27000.3304
Hunter Lab60.3053-17.5916-1.0275
CIE-Lab66.7996-17.5592-5.0850

#77acab color RGB value is (119,172,171).

#77acab hex color red value is 119, green value is 172 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #77acab hue: 0.50 , saturation: 0.24 and the lightness value of 77acab is 0.57.

The process color (four color CMYK) of #77acab color hex is 0.31, 0.00, 0.01, 0.33. Web safe color of #77acab is #669999. Color #77acab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10101100 10101011
Octal 167 254 253
Decimal 119 172 171
Hex 77 AC AB

RGB Percentages of Color #77acab

%25.76
%37.23
%37.01

CMYK Percentages of Color #77acab

%31
%0
%1
%33

Triadic Colors of #77acab

#77acab #ab77ac #acab77

Analogous Colors of #77acab

#77acab #7793ac #77ac91

Monochromatic Colors of #77acab

#77acab

Complementary Color

#77acab #ac7778

#77acab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#77acab Color Preview on White Background

Lorem ipsum dolor sit amet.

#77acab Color CSS Codes

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

#77acab Text Font Color

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

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


#77acab Background Color

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

This div background color is #77acab


#77acab Border Color

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

This div border color is #77acab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #77acab


Comments

No comments written yet.

Please login to write comment.