Color Hex Logo

#89dfaf Color Hex

#89DFAF
(137,223,175)
0 Favorites   0 Comments

Color spaces of #89dfaf

RGB 137223175
HSL0.410.570.71
HSV147°39°87°
CMYK 0.390.000.22   0.13
XYZ44.442161.188950.0257
Yxy61.18890.28550.3931
Hunter Lab78.2233-35.477216.8390
CIE-Lab82.4802-36.402915.4667

#89dfaf color RGB value is (137,223,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11011111 10101111
Octal 211 337 257
Decimal 137 223 175
Hex 89 DF AF

RGB Percentages of Color #89dfaf

%25.61
%41.68
%32.71

CMYK Percentages of Color #89dfaf

%39
%0
%22
%13

Triadic Colors of #89dfaf

#89dfaf #af89df #dfaf89

Analogous Colors of #89dfaf

#89dfaf #89dfda #8edf89

Monochromatic Colors of #89dfaf

#89dfaf

Complementary Color

#89dfaf #df89b9

#89dfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89dfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#89dfaf Color CSS Codes

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

#89dfaf Text Font Color

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

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


#89dfaf Background Color

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

This div background color is #89dfaf


#89dfaf Border Color

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

This div border color is #89dfaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(137,223,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 #89dfaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89dfaf


Comments

No comments written yet.

Please login to write comment.