Color Hex Logo

#89abfa Color Hex

#89ABFA
(137,171,250)
0 Favorites   0 Comments

Color spaces of #89abfa

RGB 137171250
HSL0.620.920.76
HSV222°45°98°
CMYK 0.450.320.00   0.02
XYZ42.134841.346396.2024
Yxy41.34630.23450.2301
Hunter Lab64.30114.4394-43.6944
CIE-Lab70.41798.7542-42.9171

#89abfa color RGB value is (137,171,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101011 11111010
Octal 211 253 372
Decimal 137 171 250
Hex 89 AB FA

RGB Percentages of Color #89abfa

%24.55
%30.65
%44.80

CMYK Percentages of Color #89abfa

%45
%32
%0
%2

Triadic Colors of #89abfa

#89abfa #fa89ab #abfa89

Analogous Colors of #89abfa

#89abfa #a089fa #89e4fa

Monochromatic Colors of #89abfa

#89abfa

Complementary Color

#89abfa #fad889

#89abfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89abfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#89abfa Color CSS Codes

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

#89abfa Text Font Color

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

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


#89abfa Background Color

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

This div background color is #89abfa


#89abfa Border Color

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

This div border color is #89abfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89abfa


Comments

No comments written yet.

Please login to write comment.