Color Hex Logo

#89cbac Color Hex

#89CBAC
(137,203,172)
0 Favorites   0 Comments

Color spaces of #89cbac

RGB 137203172
HSL0.420.390.67
HSV152°33°80°
CMYK 0.330.000.15   0.20
XYZ39.118951.008846.8136
Yxy51.00880.28570.3725
Hunter Lab71.4204-27.216511.1318
CIE-Lab76.6843-27.57878.8503

#89cbac color RGB value is (137,203,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11001011 10101100
Octal 211 313 254
Decimal 137 203 172
Hex 89 CB AC

RGB Percentages of Color #89cbac

%26.76
%39.65
%33.59

CMYK Percentages of Color #89cbac

%33
%0
%15
%20

Triadic Colors of #89cbac

#89cbac #ac89cb #cbac89

Analogous Colors of #89cbac

#89cbac #89c9cb #89cb8b

Monochromatic Colors of #89cbac

#89cbac

Complementary Color

#89cbac #cb89a8

#89cbac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89cbac Color Preview on White Background

Lorem ipsum dolor sit amet.

#89cbac Color CSS Codes

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

#89cbac Text Font Color

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

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


#89cbac Background Color

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

This div background color is #89cbac


#89cbac Border Color

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

This div border color is #89cbac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89cbac


Comments

No comments written yet.

Please login to write comment.