Color Hex Logo

#89acaa Color Hex

#89ACAA
(137,172,170)
0 Favorites   0 Comments

Color spaces of #89acaa

RGB 137172170
HSL0.490.170.61
HSV177°20°67°
CMYK 0.200.000.01   0.33
XYZ32.324837.725743.6083
Yxy37.72570.28440.3319
Hunter Lab61.4213-13.54610.8997
CIE-Lab67.8180-12.2760-2.9097

#89acaa color RGB value is (137,172,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101100 10101010
Octal 211 254 252
Decimal 137 172 170
Hex 89 AC AA

RGB Percentages of Color #89acaa

%28.60
%35.91
%35.49

CMYK Percentages of Color #89acaa

%20
%0
%1
%33

Triadic Colors of #89acaa

#89acaa #aa89ac #acaa89

Analogous Colors of #89acaa

#89acaa #899dac #89ac99

Monochromatic Colors of #89acaa

#89acaa

Complementary Color

#89acaa #ac898b

#89acaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89acaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#89acaa Color CSS Codes

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

#89acaa Text Font Color

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

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


#89acaa Background Color

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

This div background color is #89acaa


#89acaa Border Color

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

This div border color is #89acaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,172,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 #89acaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89acaa


Comments

No comments written yet.

Please login to write comment.