Color Hex Logo

#89bddb Color Hex

#89BDDB
(137,189,219)
0 Favorites   0 Comments

Color spaces of #89bddb

RGB 137189219
HSL0.560.530.70
HSV202°37°86°
CMYK 0.370.140.00   0.14
XYZ41.300346.828073.8798
Yxy46.82800.25490.2890
Hunter Lab68.4310-12.0237-16.1093
CIE-Lab74.0796-9.5629-20.4362

#89bddb color RGB value is (137,189,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111101 11011011
Octal 211 275 333
Decimal 137 189 219
Hex 89 BD DB

RGB Percentages of Color #89bddb

%25.14
%34.68
%40.18

CMYK Percentages of Color #89bddb

%37
%14
%0
%14

Triadic Colors of #89bddb

#89bddb #db89bd #bddb89

Analogous Colors of #89bddb

#89bddb #8994db #89dbd0

Monochromatic Colors of #89bddb

#89bddb

Complementary Color

#89bddb #dba789

#89bddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89bddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#89bddb Color CSS Codes

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

#89bddb Text Font Color

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

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


#89bddb Background Color

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

This div background color is #89bddb


#89bddb Border Color

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

This div border color is #89bddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89bddb


Comments

No comments written yet.

Please login to write comment.