Color Hex Logo

#89dabe Color Hex

#89DABE
(137,218,190)
0 Favorites   0 Comments

Color spaces of #89dabe

RGB 137218190
HSL0.440.520.70
HSV159°37°85°
CMYK 0.370.000.13   0.15
XYZ44.682259.178957.7829
Yxy59.17890.27640.3661
Hunter Lab76.9278-30.94509.3149
CIE-Lab81.3898-31.00545.9901

#89dabe color RGB value is (137,218,190).

#89dabe hex color red value is 137, green value is 218 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #89dabe hue: 0.44 , saturation: 0.52 and the lightness value of 89dabe is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11011010 10111110
Octal 211 332 276
Decimal 137 218 190
Hex 89 DA BE

RGB Percentages of Color #89dabe

%25.14
%40.00
%34.86

CMYK Percentages of Color #89dabe

%37
%0
%13
%15

Triadic Colors of #89dabe

#89dabe #be89da #dabe89

Analogous Colors of #89dabe

#89dabe #89ceda #89da96

Monochromatic Colors of #89dabe

#89dabe

Complementary Color

#89dabe #da89a5

#89dabe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89dabe Color Preview on White Background

Lorem ipsum dolor sit amet.

#89dabe Color CSS Codes

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

#89dabe Text Font Color

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

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


#89dabe Background Color

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

This div background color is #89dabe


#89dabe Border Color

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

This div border color is #89dabe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89dabe


Comments

No comments written yet.

Please login to write comment.