Color Hex Logo

#89ddaf Color Hex

#89DDAF
(137,221,175)
0 Favorites   0 Comments

Color spaces of #89ddaf

RGB 137221175
HSL0.410.550.70
HSV147°38°87°
CMYK 0.380.000.21   0.13
XYZ43.910860.126449.8487
Yxy60.12640.28530.3907
Hunter Lab77.5412-34.614416.1633
CIE-Lab81.9068-35.484214.6604

#89ddaf color RGB value is (137,221,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11011101 10101111
Octal 211 335 257
Decimal 137 221 175
Hex 89 DD AF

RGB Percentages of Color #89ddaf

%25.70
%41.46
%32.83

CMYK Percentages of Color #89ddaf

%38
%0
%21
%13

Triadic Colors of #89ddaf

#89ddaf #af89dd #ddaf89

Analogous Colors of #89ddaf

#89ddaf #89ddd9 #8ddd89

Monochromatic Colors of #89ddaf

#89ddaf

Complementary Color

#89ddaf #dd89b7

#89ddaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89ddaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#89ddaf Color CSS Codes

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

#89ddaf Text Font Color

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

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


#89ddaf Background Color

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

This div background color is #89ddaf


#89ddaf Border Color

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

This div border color is #89ddaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89ddaf


Comments

No comments written yet.

Please login to write comment.