Color Hex Logo

#89dcae Color Hex

#89DCAE
(137,220,174)
0 Favorites   0 Comments

Color spaces of #89dcae

RGB 137220174
HSL0.410.540.70
HSV147°38°86°
CMYK 0.380.000.21   0.14
XYZ43.549759.560849.2455
Yxy59.56080.28580.3909
Hunter Lab77.1756-34.331016.1902
CIE-Lab81.5989-35.219314.7537

#89dcae color RGB value is (137,220,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 11011100 10101110
Octal 211 334 256
Decimal 137 220 174
Hex 89 DC AE

RGB Percentages of Color #89dcae

%25.80
%41.43
%32.77

CMYK Percentages of Color #89dcae

%38
%0
%21
%14

Triadic Colors of #89dcae

#89dcae #ae89dc #dcae89

Analogous Colors of #89dcae

#89dcae #89dcd8 #8edc89

Monochromatic Colors of #89dcae

#89dcae

Complementary Color

#89dcae #dc89b7

#89dcae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89dcae Color Preview on White Background

Lorem ipsum dolor sit amet.

#89dcae Color CSS Codes

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

#89dcae Text Font Color

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

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


#89dcae Background Color

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

This div background color is #89dcae


#89dcae Border Color

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

This div border color is #89dcae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89dcae


Comments

No comments written yet.

Please login to write comment.