Color Hex Logo

#89bafd Color Hex

#89BAFD
(137,186,253)
0 Favorites   0 Comments

Color spaces of #89bafd

RGB 137186253
HSL0.600.970.76
HSV215°46°99°
CMYK 0.460.260.00   0.01
XYZ45.605147.528099.6987
Yxy47.52800.23650.2465
Hunter Lab68.9406-2.5658-37.4841
CIE-Lab74.52621.2375-38.1310

#89bafd color RGB value is (137,186,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111010 11111101
Octal 211 272 375
Decimal 137 186 253
Hex 89 BA FD

RGB Percentages of Color #89bafd

%23.78
%32.29
%43.92

CMYK Percentages of Color #89bafd

%46
%26
%0
%1

Triadic Colors of #89bafd

#89bafd #fd89ba #bafd89

Analogous Colors of #89bafd

#89bafd #9289fd #89f4fd

Monochromatic Colors of #89bafd

#89bafd

Complementary Color

#89bafd #fdcc89

#89bafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89bafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#89bafd Color CSS Codes

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

#89bafd Text Font Color

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

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


#89bafd Background Color

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

This div background color is #89bafd


#89bafd Border Color

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

This div border color is #89bafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89bafd


Comments

No comments written yet.

Please login to write comment.