Color Hex Logo

#89b7fd Color Hex

#89B7FD
(137,183,253)
0 Favorites   0 Comments

Color spaces of #89b7fd

RGB 137183253
HSL0.600.970.76
HSV216°46°99°
CMYK 0.460.280.00   0.01
XYZ44.979646.277299.4902
Yxy46.27720.23580.2426
Hunter Lab68.0273-1.0239-39.0927
CIE-Lab73.72502.8931-39.3769

#89b7fd color RGB value is (137,183,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10110111 11111101
Octal 211 267 375
Decimal 137 183 253
Hex 89 B7 FD

RGB Percentages of Color #89b7fd

%23.91
%31.94
%44.15

CMYK Percentages of Color #89b7fd

%46
%28
%0
%1

Triadic Colors of #89b7fd

#89b7fd #fd89b7 #b7fd89

Analogous Colors of #89b7fd

#89b7fd #9589fd #89f1fd

Monochromatic Colors of #89b7fd

#89b7fd

Complementary Color

#89b7fd #fdcf89

#89b7fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89b7fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#89b7fd Color CSS Codes

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

#89b7fd Text Font Color

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

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


#89b7fd Background Color

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

This div background color is #89b7fd


#89b7fd Border Color

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

This div border color is #89b7fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89b7fd


Comments

No comments written yet.

Please login to write comment.