Color Hex Logo

#89bfde Color Hex

#89BFDE
(137,191,222)
0 Favorites   0 Comments

Color spaces of #89bfde

RGB 137191222
HSL0.560.560.70
HSV202°38°87°
CMYK 0.380.140.00   0.13
XYZ42.132147.853976.1234
Yxy47.85390.25360.2881
Hunter Lab69.1765-12.3431-16.8205
CIE-Lab74.7327-9.8523-21.0716

#89bfde color RGB value is (137,191,222).

#89bfde hex color red value is 137, green value is 191 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #89bfde hue: 0.56 , saturation: 0.56 and the lightness value of 89bfde is 0.70.

The process color (four color CMYK) of #89bfde color hex is 0.38, 0.14, 0.00, 0.13. Web safe color of #89bfde is #99cccc. Color #89bfde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111111 11011110
Octal 211 277 336
Decimal 137 191 222
Hex 89 BF DE

RGB Percentages of Color #89bfde

%24.91
%34.73
%40.36

CMYK Percentages of Color #89bfde

%38
%14
%0
%13

Triadic Colors of #89bfde

#89bfde #de89bf #bfde89

Analogous Colors of #89bfde

#89bfde #8995de #89ded3

Monochromatic Colors of #89bfde

#89bfde

Complementary Color

#89bfde #dea889

#89bfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89bfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#89bfde Color CSS Codes

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

#89bfde Text Font Color

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

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


#89bfde Background Color

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

This div background color is #89bfde


#89bfde Border Color

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

This div border color is #89bfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89bfde


Comments

No comments written yet.

Please login to write comment.