Color Hex Logo

#89cbaa Color Hex

#89CBAA
(137,203,170)
0 Favorites   0 Comments

Color spaces of #89cbaa

RGB 137203170
HSL0.420.390.67
HSV150°33°80°
CMYK 0.330.000.16   0.20
XYZ38.928250.932545.8094
Yxy50.93250.28690.3754
Hunter Lab71.3670-27.526811.8996
CIE-Lab76.6381-27.98489.8577

#89cbaa color RGB value is (137,203,170).

#89cbaa hex color red value is 137, green value is 203 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #89cbaa hue: 0.42 , saturation: 0.39 and the lightness value of 89cbaa is 0.67.

The process color (four color CMYK) of #89cbaa color hex is 0.33, 0.00, 0.16, 0.20. Web safe color of #89cbaa is #99cc99. Color #89cbaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 11001011 10101010
Octal 211 313 252
Decimal 137 203 170
Hex 89 CB AA

RGB Percentages of Color #89cbaa

%26.86
%39.80
%33.33

CMYK Percentages of Color #89cbaa

%33
%0
%16
%20

Triadic Colors of #89cbaa

#89cbaa #aa89cb #cbaa89

Analogous Colors of #89cbaa

#89cbaa #89cbcb #89cb89

Monochromatic Colors of #89cbaa

#89cbaa

Complementary Color

#89cbaa #cb89aa

#89cbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89cbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#89cbaa Color CSS Codes

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

#89cbaa Text Font Color

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

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


#89cbaa Background Color

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

This div background color is #89cbaa


#89cbaa Border Color

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

This div border color is #89cbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89cbaa


Comments

No comments written yet.

Please login to write comment.