Color Hex Logo

#89ac94 Color Hex

#89AC94
(137,172,148)
0 Favorites   0 Comments

Color spaces of #89ac94

RGB 137172148
HSL0.390.170.61
HSV139°20°67°
CMYK 0.200.000.14   0.33
XYZ30.414336.961533.5483
Yxy36.96150.30140.3662
Hunter Lab60.7960-17.09509.8399
CIE-Lab67.2481-16.83588.4484

#89ac94 color RGB value is (137,172,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101100 10010100
Octal 211 254 224
Decimal 137 172 148
Hex 89 AC 94

RGB Percentages of Color #89ac94

%29.98
%37.64
%32.39

CMYK Percentages of Color #89ac94

%20
%0
%14
%33

Triadic Colors of #89ac94

#89ac94 #9489ac #ac9489

Analogous Colors of #89ac94

#89ac94 #89aca6 #90ac89

Monochromatic Colors of #89ac94

#89ac94

Complementary Color

#89ac94 #ac89a1

#89ac94 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89ac94 Color Preview on White Background

Lorem ipsum dolor sit amet.

#89ac94 Color CSS Codes

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

#89ac94 Text Font Color

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

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


#89ac94 Background Color

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

This div background color is #89ac94


#89ac94 Border Color

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

This div border color is #89ac94


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89ac94


Comments

No comments written yet.

Please login to write comment.