Color Hex Logo

#89baff Color Hex

#89BAFF
(137,186,255)
0 Favorites   0 Comments

Color spaces of #89baff

RGB 137186255
HSL0.601.000.77
HSV215°46°100°
CMYK 0.460.270.00   0.00
XYZ45.925447.6562101.3858
Yxy47.65620.23560.2444
Hunter Lab69.0335-2.0592-38.7527
CIE-Lab74.60761.8012-39.0801

#89baff color RGB value is (137,186,255).

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

The process color (four color CMYK) of #89baff color hex is 0.46, 0.27, 0.00, 0.00. Web safe color of #89baff is #99ccff. Color #89baff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111010 11111111
Octal 211 272 377
Decimal 137 186 255
Hex 89 BA FF

RGB Percentages of Color #89baff

%23.70
%32.18
%44.12

CMYK Percentages of Color #89baff

%46
%27
%0
%0

Triadic Colors of #89baff

#89baff #ff89ba #baff89

Analogous Colors of #89baff

#89baff #9389ff #89f5ff

Monochromatic Colors of #89baff

#89baff

Complementary Color

#89baff #ffce89

#89baff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89baff Color Preview on White Background

Lorem ipsum dolor sit amet.

#89baff Color CSS Codes

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

#89baff Text Font Color

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

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


#89baff Background Color

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

This div background color is #89baff


#89baff Border Color

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

This div border color is #89baff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89baff

Related Colors

#89baff Color Palettes


Comments

No comments written yet.

Please login to write comment.