Color Hex Logo

#89becc Color Hex

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

Color spaces of #89becc

RGB 137190204
HSL0.530.400.67
HSV193°33°80°
CMYK 0.330.070.00   0.20
XYZ39.629146.504964.0144
Yxy46.50490.26390.3097
Hunter Lab68.1945-15.6107-7.9196
CIE-Lab73.8720-13.8465-12.5950

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

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

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

Base Numbers

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

RGB Percentages of Color #89becc

%25.80
%35.78
%38.42

CMYK Percentages of Color #89becc

%33
%7
%0
%20

Triadic Colors of #89becc

#89becc #cc89be #becc89

Analogous Colors of #89becc

#89becc #899dcc #89ccb9

Monochromatic Colors of #89becc

#89becc

Complementary Color

#89becc #cc9789

#89becc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89becc Color Preview on White Background

Lorem ipsum dolor sit amet.

#89becc Color CSS Codes

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

#89becc Text Font Color

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

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


#89becc Background Color

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

This div background color is #89becc


#89becc Border Color

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

This div border color is #89becc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89becc


Comments

No comments written yet.

Please login to write comment.