Color Hex Logo

#89caad Color Hex

#89CAAD
(137,202,173)
0 Favorites   0 Comments

Color spaces of #89caad

RGB 137202173
HSL0.430.380.66
HSV153°32°79°
CMYK 0.320.000.14   0.21
XYZ38.979950.576647.2430
Yxy50.57660.28490.3697
Hunter Lab71.1172-26.617910.3959
CIE-Lab76.4218-26.88827.9375

#89caad color RGB value is (137,202,173).

#89caad hex color red value is 137, green value is 202 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #89caad hue: 0.43 , saturation: 0.38 and the lightness value of 89caad is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11001010 10101101
Octal 211 312 255
Decimal 137 202 173
Hex 89 CA AD

RGB Percentages of Color #89caad

%26.76
%39.45
%33.79

CMYK Percentages of Color #89caad

%32
%0
%14
%21

Triadic Colors of #89caad

#89caad #ad89ca #caad89

Analogous Colors of #89caad

#89caad #89c7ca #89ca8d

Monochromatic Colors of #89caad

#89caad

Complementary Color

#89caad #ca89a6

#89caad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89caad Color Preview on White Background

Lorem ipsum dolor sit amet.

#89caad Color CSS Codes

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

#89caad Text Font Color

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

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


#89caad Background Color

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

This div background color is #89caad


#89caad Border Color

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

This div border color is #89caad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89caad


Comments

No comments written yet.

Please login to write comment.