Color Hex Logo

#89faaa Color Hex

#89FAAA
(137,250,170)
0 Favorites   0 Comments

Color spaces of #89faaa

RGB 137250170
HSL0.380.920.76
HSV138°45°98°
CMYK 0.450.000.32   0.02
XYZ51.757876.591950.0860
Yxy76.59190.29010.4292
Hunter Lab87.5168-47.588827.3300
CIE-Lab90.1334-49.168928.6000

#89faaa color RGB value is (137,250,170).

#89faaa hex color red value is 137, green value is 250 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #89faaa hue: 0.38 , saturation: 0.92 and the lightness value of 89faaa is 0.76.

The process color (four color CMYK) of #89faaa color hex is 0.45, 0.00, 0.32, 0.02. Web safe color of #89faaa is #99ff99. Color #89faaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11111010 10101010
Octal 211 372 252
Decimal 137 250 170
Hex 89 FA AA

RGB Percentages of Color #89faaa

%24.60
%44.88
%30.52

CMYK Percentages of Color #89faaa

%45
%0
%32
%2

Triadic Colors of #89faaa

#89faaa #aa89fa #faaa89

Analogous Colors of #89faaa

#89faaa #89fae3 #a1fa89

Monochromatic Colors of #89faaa

#89faaa

Complementary Color

#89faaa #fa89d9

#89faaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89faaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#89faaa Color CSS Codes

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

#89faaa Text Font Color

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

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


#89faaa Background Color

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

This div background color is #89faaa


#89faaa Border Color

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

This div border color is #89faaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89faaa


Comments

No comments written yet.

Please login to write comment.