Color Hex Logo

#89ac55 Color Hex

#89AC55
(137,172,85)
0 Favorites   0 Comments

Color spaces of #89ac55

RGB 13717285
HSL0.230.340.50
HSV84°51°67°
CMYK 0.200.000.51   0.33
XYZ26.708735.479314.0348
Yxy35.47930.35040.4655
Hunter Lab59.5645-24.198527.7250
CIE-Lab66.1201-26.468540.5576

#89ac55 color RGB value is (137,172,85).

#89ac55 hex color red value is 137, green value is 172 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #89ac55 hue: 0.23 , saturation: 0.34 and the lightness value of 89ac55 is 0.50.

The process color (four color CMYK) of #89ac55 color hex is 0.20, 0.00, 0.51, 0.33. Web safe color of #89ac55 is #999966. Color #89ac55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101100 01010101
Octal 211 254 125
Decimal 137 172 85
Hex 89 AC 55

RGB Percentages of Color #89ac55

%34.77
%43.65
%21.57

CMYK Percentages of Color #89ac55

%20
%0
%51
%33

Triadic Colors of #89ac55

#89ac55 #5589ac #ac5589

Analogous Colors of #89ac55

#89ac55 #5eac55 #aca455

Monochromatic Colors of #89ac55

#89ac55

Complementary Color

#89ac55 #7855ac

#89ac55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89ac55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#89ac55 Color CSS Codes

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

#89ac55 Text Font Color

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

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


#89ac55 Background Color

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

This div background color is #89ac55


#89ac55 Border Color

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

This div border color is #89ac55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89ac55


Comments

No comments written yet.

Please login to write comment.