Color Hex Logo

#89cdbc Color Hex

#89CDBC
(137,205,188)
0 Favorites   0 Comments

Color spaces of #89cdbc

RGB 137205188
HSL0.460.400.67
HSV165°33°80°
CMYK 0.330.000.08   0.20
XYZ41.224952.611855.5593
Yxy52.61180.27590.3522
Hunter Lab72.5340-25.48355.3591
CIE-Lab77.6452-25.16261.6381

#89cdbc color RGB value is (137,205,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11001101 10111100
Octal 211 315 274
Decimal 137 205 188
Hex 89 CD BC

RGB Percentages of Color #89cdbc

%25.85
%38.68
%35.47

CMYK Percentages of Color #89cdbc

%33
%0
%8
%20

Triadic Colors of #89cdbc

#89cdbc #bc89cd #cdbc89

Analogous Colors of #89cdbc

#89cdbc #89bccd #89cd9a

Monochromatic Colors of #89cdbc

#89cdbc

Complementary Color

#89cdbc #cd899a

#89cdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89cdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#89cdbc Color CSS Codes

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

#89cdbc Text Font Color

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

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


#89cdbc Background Color

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

This div background color is #89cdbc


#89cdbc Border Color

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

This div border color is #89cdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89cdbc


Comments

No comments written yet.

Please login to write comment.