Color Hex Logo

#89a1eb Color Hex

#89A1EB
(137,161,235)
0 Favorites   0 Comments

Color spaces of #89a1eb

RGB 137161235
HSL0.630.710.73
HSV225°42°92°
CMYK 0.420.310.00   0.08
XYZ38.056836.806383.6958
Yxy36.80630.24000.2321
Hunter Lab60.66825.8026-39.3268
CIE-Lab67.131510.2006-39.8779

#89a1eb color RGB value is (137,161,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10100001 11101011
Octal 211 241 353
Decimal 137 161 235
Hex 89 A1 EB

RGB Percentages of Color #89a1eb

%25.70
%30.21
%44.09

CMYK Percentages of Color #89a1eb

%42
%31
%0
%8

Triadic Colors of #89a1eb

#89a1eb #eb89a1 #a1eb89

Analogous Colors of #89a1eb

#89a1eb #a289eb #89d2eb

Monochromatic Colors of #89a1eb

#89a1eb

Complementary Color

#89a1eb #ebd389

#89a1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89a1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#89a1eb Color CSS Codes

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

#89a1eb Text Font Color

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

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


#89a1eb Background Color

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

This div background color is #89a1eb


#89a1eb Border Color

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

This div border color is #89a1eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,161,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 #89a1eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89a1eb


Comments

No comments written yet.

Please login to write comment.