Color Hex Logo

#89bffd Color Hex

#89BFFD
(137,191,253)
0 Favorites   0 Comments

Color spaces of #89bffd

RGB 137191253
HSL0.590.970.76
HSV212°46°99°
CMYK 0.460.250.00   0.01
XYZ46.677049.6718100.0560
Yxy49.67180.23770.2529
Hunter Lab70.4782-5.1182-34.8376
CIE-Lab75.8674-1.5002-36.0504

#89bffd color RGB value is (137,191,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111111 11111101
Octal 211 277 375
Decimal 137 191 253
Hex 89 BF FD

RGB Percentages of Color #89bffd

%23.58
%32.87
%43.55

CMYK Percentages of Color #89bffd

%46
%25
%0
%1

Triadic Colors of #89bffd

#89bffd #fd89bf #bffd89

Analogous Colors of #89bffd

#89bffd #8d89fd #89f9fd

Monochromatic Colors of #89bffd

#89bffd

Complementary Color

#89bffd #fdc789

#89bffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89bffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#89bffd Color CSS Codes

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

#89bffd Text Font Color

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

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


#89bffd Background Color

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

This div background color is #89bffd


#89bffd Border Color

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

This div border color is #89bffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89bffd

#89bffd Color Palettes


Comments

No comments written yet.

Please login to write comment.