Color Hex Logo

#89ccbe Color Hex

#89CCBE
(137,204,190)
0 Favorites   0 Comments

Color spaces of #89ccbe

RGB 137204190
HSL0.470.400.67
HSV167°33°80°
CMYK 0.330.000.07   0.20
XYZ41.203752.221856.6234
Yxy52.22180.27460.3480
Hunter Lab72.2647-24.68644.1282
CIE-Lab77.4133-24.22760.2243

#89ccbe color RGB value is (137,204,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11001100 10111110
Octal 211 314 276
Decimal 137 204 190
Hex 89 CC BE

RGB Percentages of Color #89ccbe

%25.80
%38.42
%35.78

CMYK Percentages of Color #89ccbe

%33
%0
%7
%20

Triadic Colors of #89ccbe

#89ccbe #be89cc #ccbe89

Analogous Colors of #89ccbe

#89ccbe #89b9cc #89cc9d

Monochromatic Colors of #89ccbe

#89ccbe

Complementary Color

#89ccbe #cc8997

#89ccbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89ccbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#89ccbe Color CSS Codes

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

#89ccbe Text Font Color

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

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


#89ccbe Background Color

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

This div background color is #89ccbe


#89ccbe Border Color

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

This div border color is #89ccbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89ccbe


Comments

No comments written yet.

Please login to write comment.