Color Hex Logo

#89caae Color Hex

#89CAAE
(137,202,174)
0 Favorites   0 Comments

Color spaces of #89caae

RGB 137202174
HSL0.430.380.66
HSV154°32°79°
CMYK 0.320.000.14   0.21
XYZ39.077050.615447.7546
Yxy50.61540.28430.3683
Hunter Lab71.1445-26.459510.0037
CIE-Lab76.4455-26.68197.4337

#89caae color RGB value is (137,202,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11001010 10101110
Octal 211 312 256
Decimal 137 202 174
Hex 89 CA AE

RGB Percentages of Color #89caae

%26.71
%39.38
%33.92

CMYK Percentages of Color #89caae

%32
%0
%14
%21

Triadic Colors of #89caae

#89caae #ae89ca #caae89

Analogous Colors of #89caae

#89caae #89c6ca #89ca8e

Monochromatic Colors of #89caae

#89caae

Complementary Color

#89caae #ca89a5

#89caae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89caae Color Preview on White Background

Lorem ipsum dolor sit amet.

#89caae Color CSS Codes

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

#89caae Text Font Color

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

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


#89caae Background Color

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

This div background color is #89caae


#89caae Border Color

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

This div border color is #89caae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89caae


Comments

No comments written yet.

Please login to write comment.