Color Hex Logo

#89dbad Color Hex

#89DBAD
(137,219,173)
0 Favorites   0 Comments

Color spaces of #89dbad

RGB 137219173
HSL0.410.530.70
HSV146°37°86°
CMYK 0.370.000.21   0.14
XYZ43.190958.998548.6466
Yxy58.99850.28630.3911
Hunter Lab76.8105-34.046916.2170
CIE-Lab81.2908-34.952714.8474

#89dbad color RGB value is (137,219,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11011011 10101101
Octal 211 333 255
Decimal 137 219 173
Hex 89 DB AD

RGB Percentages of Color #89dbad

%25.90
%41.40
%32.70

CMYK Percentages of Color #89dbad

%37
%0
%21
%14

Triadic Colors of #89dbad

#89dbad #ad89db #dbad89

Analogous Colors of #89dbad

#89dbad #89dbd6 #8edb89

Monochromatic Colors of #89dbad

#89dbad

Complementary Color

#89dbad #db89b7

#89dbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89dbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#89dbad Color CSS Codes

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

#89dbad Text Font Color

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

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


#89dbad Background Color

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

This div background color is #89dbad


#89dbad Border Color

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

This div border color is #89dbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89dbad


Comments

No comments written yet.

Please login to write comment.