Color Hex Logo

#89bafb Color Hex

#89BAFB
(137,186,251)
0 Favorites   0 Comments

Color spaces of #89bafb

RGB 137186251
HSL0.600.930.76
HSV214°45°98°
CMYK 0.450.260.00   0.02
XYZ45.288047.401298.0292
Yxy47.40120.23750.2485
Hunter Lab68.8485-3.0691-36.2254
CIE-Lab74.44570.6754-37.1797

#89bafb color RGB value is (137,186,251).

#89bafb hex color red value is 137, green value is 186 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #89bafb hue: 0.60 , saturation: 0.93 and the lightness value of 89bafb is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111010 11111011
Octal 211 272 373
Decimal 137 186 251
Hex 89 BA FB

RGB Percentages of Color #89bafb

%23.87
%32.40
%43.73

CMYK Percentages of Color #89bafb

%45
%26
%0
%2

Triadic Colors of #89bafb

#89bafb #fb89ba #bafb89

Analogous Colors of #89bafb

#89bafb #9189fb #89f3fb

Monochromatic Colors of #89bafb

#89bafb

Complementary Color

#89bafb #fbca89

#89bafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89bafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#89bafb Color CSS Codes

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

#89bafb Text Font Color

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

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


#89bafb Background Color

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

This div background color is #89bafb


#89bafb Border Color

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

This div border color is #89bafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89bafb


Comments

No comments written yet.

Please login to write comment.