Color Hex Logo

#89bdee Color Hex

#89BDEE
(137,189,238)
0 Favorites   0 Comments

Color spaces of #89bdee

RGB 137189238
HSL0.580.750.74
HSV209°42°93°
CMYK 0.420.210.00   0.07
XYZ43.946747.886687.8157
Yxy47.88660.24460.2666
Hunter Lab69.2001-7.7409-26.7995
CIE-Lab74.7533-4.5449-29.6948

#89bdee color RGB value is (137,189,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111101 11101110
Octal 211 275 356
Decimal 137 189 238
Hex 89 BD EE

RGB Percentages of Color #89bdee

%24.29
%33.51
%42.20

CMYK Percentages of Color #89bdee

%42
%21
%0
%7

Triadic Colors of #89bdee

#89bdee #ee89bd #bdee89

Analogous Colors of #89bdee

#89bdee #898bee #89eeed

Monochromatic Colors of #89bdee

#89bdee

Complementary Color

#89bdee #eeba89

#89bdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89bdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#89bdee Color CSS Codes

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

#89bdee Text Font Color

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

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


#89bdee Background Color

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

This div background color is #89bdee


#89bdee Border Color

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

This div border color is #89bdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89bdee


Comments

No comments written yet.

Please login to write comment.