Color Hex Logo

#89a0eb Color Hex

#89A0EB
(137,160,235)
0 Favorites   0 Comments

Color spaces of #89a0eb

RGB 137160235
HSL0.630.710.73
HSV226°42°92°
CMYK 0.420.320.00   0.08
XYZ37.882736.458183.6378
Yxy36.45810.23980.2308
Hunter Lab60.38056.3248-39.8608
CIE-Lab66.868510.7713-40.2890

#89a0eb color RGB value is (137,160,235).

#89a0eb hex color red value is 137, green value is 160 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #89a0eb hue: 0.63 , saturation: 0.71 and the lightness value of 89a0eb is 0.73.

The process color (four color CMYK) of #89a0eb color hex is 0.42, 0.32, 0.00, 0.08. Web safe color of #89a0eb is #9999ff. Color #89a0eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10100000 11101011
Octal 211 240 353
Decimal 137 160 235
Hex 89 A0 EB

RGB Percentages of Color #89a0eb

%25.75
%30.08
%44.17

CMYK Percentages of Color #89a0eb

%42
%32
%0
%8

Triadic Colors of #89a0eb

#89a0eb #eb89a0 #a0eb89

Analogous Colors of #89a0eb

#89a0eb #a389eb #89d1eb

Monochromatic Colors of #89a0eb

#89a0eb

Complementary Color

#89a0eb #ebd489

#89a0eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89a0eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#89a0eb Color CSS Codes

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

#89a0eb Text Font Color

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

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


#89a0eb Background Color

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

This div background color is #89a0eb


#89a0eb Border Color

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

This div border color is #89a0eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89a0eb


Comments

No comments written yet.

Please login to write comment.