Color Hex Logo

#89afad Color Hex

#89AFAD
(137,175,173)
0 Favorites   0 Comments

Color spaces of #89afad

RGB 137175173
HSL0.490.190.61
HSV177°22°69°
CMYK 0.220.000.01   0.31
XYZ33.189338.995445.3128
Yxy38.99540.28250.3319
Hunter Lab62.4463-14.41090.6899
CIE-Lab68.7479-13.2005-3.2025

#89afad color RGB value is (137,175,173).

#89afad hex color red value is 137, green value is 175 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #89afad hue: 0.49 , saturation: 0.19 and the lightness value of 89afad is 0.61.

The process color (four color CMYK) of #89afad color hex is 0.22, 0.00, 0.01, 0.31. Web safe color of #89afad is #999999. Color #89afad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101111 10101101
Octal 211 257 255
Decimal 137 175 173
Hex 89 AF AD

RGB Percentages of Color #89afad

%28.25
%36.08
%35.67

CMYK Percentages of Color #89afad

%22
%0
%1
%31

Triadic Colors of #89afad

#89afad #ad89af #afad89

Analogous Colors of #89afad

#89afad #899eaf #89af9a

Monochromatic Colors of #89afad

#89afad

Complementary Color

#89afad #af898b

#89afad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89afad Color Preview on White Background

Lorem ipsum dolor sit amet.

#89afad Color CSS Codes

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

#89afad Text Font Color

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

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


#89afad Background Color

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

This div background color is #89afad


#89afad Border Color

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

This div border color is #89afad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89afad


Comments

No comments written yet.

Please login to write comment.