Color Hex Logo

#89dbce Color Hex

#89DBCE
(137,219,206)
0 Favorites   0 Comments

Color spaces of #89dbce

RGB 137219206
HSL0.470.530.70
HSV170°37°86°
CMYK 0.370.000.06   0.14
XYZ46.788660.437667.5921
Yxy60.43760.26760.3457
Hunter Lab77.7416-28.61812.8697
CIE-Lab82.0755-27.9451-1.5160

#89dbce color RGB value is (137,219,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11011011 11001110
Octal 211 333 316
Decimal 137 219 206
Hex 89 DB CE

RGB Percentages of Color #89dbce

%24.38
%38.97
%36.65

CMYK Percentages of Color #89dbce

%37
%0
%6
%14

Triadic Colors of #89dbce

#89dbce #ce89db #dbce89

Analogous Colors of #89dbce

#89dbce #89bfdb #89dba5

Monochromatic Colors of #89dbce

#89dbce

Complementary Color

#89dbce #db8996

#89dbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89dbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#89dbce Color CSS Codes

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

#89dbce Text Font Color

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

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


#89dbce Background Color

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

This div background color is #89dbce


#89dbce Border Color

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

This div border color is #89dbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89dbce


Comments

No comments written yet.

Please login to write comment.