Color Hex Logo

#89deac Color Hex

#89DEAC
(137,222,172)
0 Favorites   0 Comments

Color spaces of #89deac

RGB 137222172
HSL0.400.560.70
HSV145°38°87°
CMYK 0.380.000.23   0.13
XYZ43.884260.539548.4021
Yxy60.53950.28720.3961
Hunter Lab77.8071-35.486217.5820
CIE-Lab82.1306-36.526616.5519

#89deac color RGB value is (137,222,172).

#89deac hex color red value is 137, green value is 222 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #89deac hue: 0.40 , saturation: 0.56 and the lightness value of 89deac is 0.70.

The process color (four color CMYK) of #89deac color hex is 0.38, 0.00, 0.23, 0.13. Web safe color of #89deac is #99cc99. Color #89deac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11011110 10101100
Octal 211 336 254
Decimal 137 222 172
Hex 89 DE AC

RGB Percentages of Color #89deac

%25.80
%41.81
%32.39

CMYK Percentages of Color #89deac

%38
%0
%23
%13

Triadic Colors of #89deac

#89deac #ac89de #deac89

Analogous Colors of #89deac

#89deac #89ded7 #91de89

Monochromatic Colors of #89deac

#89deac

Complementary Color

#89deac #de89bb

#89deac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89deac Color Preview on White Background

Lorem ipsum dolor sit amet.

#89deac Color CSS Codes

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

#89deac Text Font Color

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

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


#89deac Background Color

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

This div background color is #89deac


#89deac Border Color

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

This div border color is #89deac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89deac


Comments

No comments written yet.

Please login to write comment.