Color Hex Logo

#89bbfa Color Hex

#89BBFA
(137,187,250)
0 Favorites   0 Comments

Color spaces of #89bbfa

RGB 137187250
HSL0.590.920.76
HSV213°45°98°
CMYK 0.450.250.00   0.02
XYZ45.342247.761197.2715
Yxy47.76110.23820.2509
Hunter Lab69.1094-3.8289-35.0741
CIE-Lab74.6740-0.1530-36.2872

#89bbfa color RGB value is (137,187,250).

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

The process color (four color CMYK) of #89bbfa color hex is 0.45, 0.25, 0.00, 0.02. Web safe color of #89bbfa is #99ccff. Color #89bbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111011 11111010
Octal 211 273 372
Decimal 137 187 250
Hex 89 BB FA

RGB Percentages of Color #89bbfa

%23.87
%32.58
%43.55

CMYK Percentages of Color #89bbfa

%45
%25
%0
%2

Triadic Colors of #89bbfa

#89bbfa #fa89bb #bbfa89

Analogous Colors of #89bbfa

#89bbfa #9089fa #89f4fa

Monochromatic Colors of #89bbfa

#89bbfa

Complementary Color

#89bbfa #fac889

#89bbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89bbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#89bbfa Color CSS Codes

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

#89bbfa Text Font Color

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

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


#89bbfa Background Color

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

This div background color is #89bbfa


#89bbfa Border Color

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

This div border color is #89bbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89bbfa

Related Colors


Comments

No comments written yet.

Please login to write comment.