Color Hex Logo

#89bfdb Color Hex

#89BFDB
(137,191,219)
0 Favorites   0 Comments

Color spaces of #89bfdb

RGB 137191219
HSL0.560.530.70
HSV200°37°86°
CMYK 0.370.130.00   0.14
XYZ41.733547.694474.0242
Yxy47.69440.25530.2918
Hunter Lab69.0611-12.9898-15.2081
CIE-Lab74.6318-10.6234-19.5987

#89bfdb color RGB value is (137,191,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10111111 11011011
Octal 211 277 333
Decimal 137 191 219
Hex 89 BF DB

RGB Percentages of Color #89bfdb

%25.05
%34.92
%40.04

CMYK Percentages of Color #89bfdb

%37
%13
%0
%14

Triadic Colors of #89bfdb

#89bfdb #db89bf #bfdb89

Analogous Colors of #89bfdb

#89bfdb #8996db #89dbce

Monochromatic Colors of #89bfdb

#89bfdb

Complementary Color

#89bfdb #dba589

#89bfdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89bfdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#89bfdb Color CSS Codes

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

#89bfdb Text Font Color

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

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


#89bfdb Background Color

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

This div background color is #89bfdb


#89bfdb Border Color

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

This div border color is #89bfdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89bfdb


Comments

No comments written yet.

Please login to write comment.