Color Hex Logo

#89aba1 Color Hex

#89ABA1
(137,171,161)
0 Favorites   0 Comments

Color spaces of #89aba1

RGB 137171161
HSL0.450.170.60
HSV162°20°67°
CMYK 0.200.000.06   0.33
XYZ31.312537.017439.2129
Yxy37.01740.29120.3442
Hunter Lab60.8419-14.60784.3767
CIE-Lab67.2901-13.68261.3097

#89aba1 color RGB value is (137,171,161).

#89aba1 hex color red value is 137, green value is 171 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #89aba1 hue: 0.45 , saturation: 0.17 and the lightness value of 89aba1 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101011 10100001
Octal 211 253 241
Decimal 137 171 161
Hex 89 AB A1

RGB Percentages of Color #89aba1

%29.21
%36.46
%34.33

CMYK Percentages of Color #89aba1

%20
%0
%6
%33

Triadic Colors of #89aba1

#89aba1 #a189ab #aba189

Analogous Colors of #89aba1

#89aba1 #89a4ab #89ab90

Monochromatic Colors of #89aba1

#89aba1

Complementary Color

#89aba1 #ab8993

#89aba1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89aba1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#89aba1 Color CSS Codes

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

#89aba1 Text Font Color

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

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


#89aba1 Background Color

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

This div background color is #89aba1


#89aba1 Border Color

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

This div border color is #89aba1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89aba1


Comments

No comments written yet.

Please login to write comment.