Color Hex Logo

#89cccd Color Hex

#89CCCD
(137,204,205)
0 Favorites   0 Comments

Color spaces of #89cccd

RGB 137204205
HSL0.500.400.67
HSV181°33°80°
CMYK 0.330.000.00   0.20
XYZ42.928852.911965.7080
Yxy52.91190.26570.3275
Hunter Lab72.7406-21.9519-2.6394
CIE-Lab77.8230-20.7844-7.2477

#89cccd color RGB value is (137,204,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11001100 11001101
Octal 211 314 315
Decimal 137 204 205
Hex 89 CC CD

RGB Percentages of Color #89cccd

%25.09
%37.36
%37.55

CMYK Percentages of Color #89cccd

%33
%0
%0
%20

Triadic Colors of #89cccd

#89cccd #cd89cc #cccd89

Analogous Colors of #89cccd

#89cccd #89aacd #89cdac

Monochromatic Colors of #89cccd

#89cccd

Complementary Color

#89cccd #cd8a89

#89cccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89cccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#89cccd Color CSS Codes

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

#89cccd Text Font Color

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

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


#89cccd Background Color

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

This div background color is #89cccd


#89cccd Border Color

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

This div border color is #89cccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89cccd


Comments

No comments written yet.

Please login to write comment.