Color Hex Logo

#89bced Color Hex

#89BCED
(137,188,237)
0 Favorites   0 Comments

Color spaces of #89bced

RGB 137188237
HSL0.580.740.73
HSV209°42°93°
CMYK 0.420.210.00   0.07
XYZ43.585847.399286.9725
Yxy47.39920.24490.2664
Hunter Lab68.8471-7.4774-26.7064
CIE-Lab74.4444-4.2745-29.6298

#89bced color RGB value is (137,188,237).

#89bced hex color red value is 137, green value is 188 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #89bced hue: 0.58 , saturation: 0.74 and the lightness value of 89bced is 0.73.

The process color (four color CMYK) of #89bced color hex is 0.42, 0.21, 0.00, 0.07. Web safe color of #89bced is #99ccff. Color #89bced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111100 11101101
Octal 211 274 355
Decimal 137 188 237
Hex 89 BC ED

RGB Percentages of Color #89bced

%24.38
%33.45
%42.17

CMYK Percentages of Color #89bced

%42
%21
%0
%7

Triadic Colors of #89bced

#89bced #ed89bc #bced89

Analogous Colors of #89bced

#89bced #898aed #89edec

Monochromatic Colors of #89bced

#89bced

Complementary Color

#89bced #edba89

#89bced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89bced Color Preview on White Background

Lorem ipsum dolor sit amet.

#89bced Color CSS Codes

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

#89bced Text Font Color

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

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


#89bced Background Color

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

This div background color is #89bced


#89bced Border Color

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

This div border color is #89bced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89bced


Comments

No comments written yet.

Please login to write comment.