Color Hex Logo

#89abff Color Hex

#89ABFF
(137,171,255)
0 Favorites   0 Comments

Color spaces of #89abff

RGB 137171255
HSL0.621.000.77
HSV223°46°100°
CMYK 0.460.330.00   0.00
XYZ42.929441.6642100.3871
Yxy41.66420.23210.2252
Hunter Lab64.54785.7579-47.0265
CIE-Lab70.638810.1837-45.2795

#89abff color RGB value is (137,171,255).

#89abff hex color red value is 137, green value is 171 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #89abff hue: 0.62 , saturation: 1.00 and the lightness value of 89abff is 0.77.

The process color (four color CMYK) of #89abff color hex is 0.46, 0.33, 0.00, 0.00. Web safe color of #89abff is #9999ff. Color #89abff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101011 11111111
Octal 211 253 377
Decimal 137 171 255
Hex 89 AB FF

RGB Percentages of Color #89abff

%24.33
%30.37
%45.29

CMYK Percentages of Color #89abff

%46
%33
%0
%0

Triadic Colors of #89abff

#89abff #ff89ab #abff89

Analogous Colors of #89abff

#89abff #a289ff #89e6ff

Monochromatic Colors of #89abff

#89abff

Complementary Color

#89abff #ffdd89

#89abff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89abff Color Preview on White Background

Lorem ipsum dolor sit amet.

#89abff Color CSS Codes

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

#89abff Text Font Color

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

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


#89abff Background Color

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

This div background color is #89abff


#89abff Border Color

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

This div border color is #89abff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89abff


Comments

No comments written yet.

Please login to write comment.