Color Hex Logo

#89ccbd Color Hex

#89CCBD
(137,204,189)
0 Favorites   0 Comments

Color spaces of #89ccbd

RGB 137204189
HSL0.460.400.67
HSV167°33°80°
CMYK 0.330.000.07   0.20
XYZ41.094752.178256.0496
Yxy52.17820.27520.3494
Hunter Lab72.2345-24.86044.5587
CIE-Lab77.3873-24.44950.7246

#89ccbd color RGB value is (137,204,189).

#89ccbd hex color red value is 137, green value is 204 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #89ccbd hue: 0.46 , saturation: 0.40 and the lightness value of 89ccbd is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11001100 10111101
Octal 211 314 275
Decimal 137 204 189
Hex 89 CC BD

RGB Percentages of Color #89ccbd

%25.85
%38.49
%35.66

CMYK Percentages of Color #89ccbd

%33
%0
%7
%20

Triadic Colors of #89ccbd

#89ccbd #bd89cc #ccbd89

Analogous Colors of #89ccbd

#89ccbd #89bacc #89cc9c

Monochromatic Colors of #89ccbd

#89ccbd

Complementary Color

#89ccbd #cc8998

#89ccbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89ccbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#89ccbd Color CSS Codes

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

#89ccbd Text Font Color

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

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


#89ccbd Background Color

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

This div background color is #89ccbd


#89ccbd Border Color

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

This div border color is #89ccbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,204,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #89ccbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89ccbd


Comments

No comments written yet.

Please login to write comment.