Color Hex Logo

#89dbbf Color Hex

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

Color spaces of #89dbbf

RGB 137219191
HSL0.440.530.70
HSV160°37°86°
CMYK 0.370.000.13   0.14
XYZ45.052059.743058.4473
Yxy59.74300.27600.3660
Hunter Lab77.2936-31.22189.2720
CIE-Lab81.6983-31.26545.9036

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

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

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

Base Numbers

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

RGB Percentages of Color #89dbbf

%25.05
%40.04
%34.92

CMYK Percentages of Color #89dbbf

%37
%0
%13
%14

Triadic Colors of #89dbbf

#89dbbf #bf89db #dbbf89

Analogous Colors of #89dbbf

#89dbbf #89cedb #89db96

Monochromatic Colors of #89dbbf

#89dbbf

Complementary Color

#89dbbf #db89a5

#89dbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89dbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#89dbbf Color CSS Codes

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

#89dbbf Text Font Color

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

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


#89dbbf Background Color

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

This div background color is #89dbbf


#89dbbf Border Color

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

This div border color is #89dbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89dbbf


Comments

No comments written yet.

Please login to write comment.