Color Hex Logo

#89ddaa Color Hex

#89DDAA
(137,221,170)
0 Favorites   0 Comments

Color spaces of #89ddaa

RGB 137221170
HSL0.400.550.70
HSV144°38°87°
CMYK 0.380.000.23   0.13
XYZ43.428759.933547.3096
Yxy59.93350.28820.3978
Hunter Lab77.4167-35.345617.9594
CIE-Lab81.8020-36.452217.1426

#89ddaa color RGB value is (137,221,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11011101 10101010
Octal 211 335 252
Decimal 137 221 170
Hex 89 DD AA

RGB Percentages of Color #89ddaa

%25.95
%41.86
%32.20

CMYK Percentages of Color #89ddaa

%38
%0
%23
%13

Triadic Colors of #89ddaa

#89ddaa #aa89dd #ddaa89

Analogous Colors of #89ddaa

#89ddaa #89ddd4 #92dd89

Monochromatic Colors of #89ddaa

#89ddaa

Complementary Color

#89ddaa #dd89bc

#89ddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89ddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#89ddaa Color CSS Codes

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

#89ddaa Text Font Color

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

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


#89ddaa Background Color

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

This div background color is #89ddaa


#89ddaa Border Color

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

This div border color is #89ddaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89ddaa


Comments

No comments written yet.

Please login to write comment.