Color Hex Logo

#89aca6 Color Hex

#89ACA6
(137,172,166)
0 Favorites   0 Comments

Color spaces of #89aca6

RGB 137172166
HSL0.470.170.61
HSV170°20°67°
CMYK 0.200.000.03   0.33
XYZ31.952037.576641.6454
Yxy37.57660.28740.3380
Hunter Lab61.2998-14.23292.6298
CIE-Lab67.7074-13.1463-0.8543

#89aca6 color RGB value is (137,172,166).

#89aca6 hex color red value is 137, green value is 172 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #89aca6 hue: 0.47 , saturation: 0.17 and the lightness value of 89aca6 is 0.61.

The process color (four color CMYK) of #89aca6 color hex is 0.20, 0.00, 0.03, 0.33. Web safe color of #89aca6 is #999999. Color #89aca6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101100 10100110
Octal 211 254 246
Decimal 137 172 166
Hex 89 AC A6

RGB Percentages of Color #89aca6

%28.84
%36.21
%34.95

CMYK Percentages of Color #89aca6

%20
%0
%3
%33

Triadic Colors of #89aca6

#89aca6 #a689ac #aca689

Analogous Colors of #89aca6

#89aca6 #89a1ac #89ac95

Monochromatic Colors of #89aca6

#89aca6

Complementary Color

#89aca6 #ac898f

#89aca6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89aca6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#89aca6 Color CSS Codes

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

#89aca6 Text Font Color

<p style="color:#89aca6">Text here</p>

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


#89aca6 Background Color

<div style="background-color:#89aca6">
Div content here</div>

This div background color is #89aca6


#89aca6 Border Color

<div style="border:3px solid #89aca6">
Div here</div>

This div border color is #89aca6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,172,166, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #89aca6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #89aca6;
  -webkit-box-shadow: 1px 1px 3px 2px #89aca6;
  box-shadow:         1px 1px 3px 2px #89aca6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89aca6


Comments

No comments written yet.

Please login to write comment.