Color Hex Logo

#89ccca Color Hex

#89CCCA
(137,204,202)
0 Favorites   0 Comments

Color spaces of #89ccca

RGB 137204202
HSL0.500.400.67
HSV178°33°80°
CMYK 0.330.000.01   0.20
XYZ42.570152.768463.8187
Yxy52.76840.26750.3315
Hunter Lab72.6419-22.5174-1.2393
CIE-Lab77.7381-21.4899-5.7584

#89ccca color RGB value is (137,204,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11001100 11001010
Octal 211 314 312
Decimal 137 204 202
Hex 89 CC CA

RGB Percentages of Color #89ccca

%25.23
%37.57
%37.20

CMYK Percentages of Color #89ccca

%33
%0
%1
%20

Triadic Colors of #89ccca

#89ccca #ca89cc #ccca89

Analogous Colors of #89ccca

#89ccca #89adcc #89cca9

Monochromatic Colors of #89ccca

#89ccca

Complementary Color

#89ccca #cc898b

#89ccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89ccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#89ccca Color CSS Codes

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

#89ccca Text Font Color

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

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


#89ccca Background Color

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

This div background color is #89ccca


#89ccca Border Color

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

This div border color is #89ccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89ccca


Comments

No comments written yet.

Please login to write comment.