Color Hex Logo

#89dbaa Color Hex

#89DBAA
(137,219,170)
0 Favorites   0 Comments

Color spaces of #89dbaa

RGB 137219170
HSL0.400.530.70
HSV144°37°86°
CMYK 0.370.000.22   0.14
XYZ42.903758.883747.1346
Yxy58.88370.28810.3954
Hunter Lab76.7357-34.486417.2964
CIE-Lab81.2276-35.534516.3393

#89dbaa color RGB value is (137,219,170).

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

The process color (four color CMYK) of #89dbaa color hex is 0.37, 0.00, 0.22, 0.14. Web safe color of #89dbaa is #99cc99. Color #89dbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11011011 10101010
Octal 211 333 252
Decimal 137 219 170
Hex 89 DB AA

RGB Percentages of Color #89dbaa

%26.05
%41.63
%32.32

CMYK Percentages of Color #89dbaa

%37
%0
%22
%14

Triadic Colors of #89dbaa

#89dbaa #aa89db #dbaa89

Analogous Colors of #89dbaa

#89dbaa #89dbd3 #91db89

Monochromatic Colors of #89dbaa

#89dbaa

Complementary Color

#89dbaa #db89ba

#89dbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89dbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#89dbaa Color CSS Codes

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

#89dbaa Text Font Color

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

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


#89dbaa Background Color

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

This div background color is #89dbaa


#89dbaa Border Color

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

This div border color is #89dbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89dbaa


Comments

No comments written yet.

Please login to write comment.