Color Hex Logo

#89abed Color Hex

#89ABED
(137,171,237)
0 Favorites   0 Comments

Color spaces of #89abed

RGB 137171237
HSL0.610.740.73
HSV220°42°93°
CMYK 0.420.280.00   0.07
XYZ40.165540.558685.8324
Yxy40.55860.24120.2435
Hunter Lab63.68561.1272-35.3282
CIE-Lab69.86565.1003-36.7099

#89abed color RGB value is (137,171,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101011 11101101
Octal 211 253 355
Decimal 137 171 237
Hex 89 AB ED

RGB Percentages of Color #89abed

%25.14
%31.38
%43.49

CMYK Percentages of Color #89abed

%42
%28
%0
%7

Triadic Colors of #89abed

#89abed #ed89ab #abed89

Analogous Colors of #89abed

#89abed #9989ed #89dded

Monochromatic Colors of #89abed

#89abed

Complementary Color

#89abed #edcb89

#89abed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89abed Color Preview on White Background

Lorem ipsum dolor sit amet.

#89abed Color CSS Codes

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

#89abed Text Font Color

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

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


#89abed Background Color

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

This div background color is #89abed


#89abed Border Color

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

This div border color is #89abed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89abed


Comments

No comments written yet.

Please login to write comment.