Color Hex Logo

#89aead Color Hex

#89AEAD
(137,174,173)
0 Favorites   0 Comments

Color spaces of #89aead

RGB 137174173
HSL0.500.190.61
HSV178°21°68°
CMYK 0.210.000.01   0.32
XYZ32.995438.607645.2481
Yxy38.60760.28240.3304
Hunter Lab62.1350-13.94790.3182
CIE-Lab68.4661-12.6725-3.6174

#89aead color RGB value is (137,174,173).

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

The process color (four color CMYK) of #89aead color hex is 0.21, 0.00, 0.01, 0.32. Web safe color of #89aead is #999999. Color #89aead contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101110 10101101
Octal 211 256 255
Decimal 137 174 173
Hex 89 AE AD

RGB Percentages of Color #89aead

%28.31
%35.95
%35.74

CMYK Percentages of Color #89aead

%21
%0
%1
%32

Triadic Colors of #89aead

#89aead #ad89ae #aead89

Analogous Colors of #89aead

#89aead #899dae #89ae9b

Monochromatic Colors of #89aead

#89aead

Complementary Color

#89aead #ae898a

#89aead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89aead Color Preview on White Background

Lorem ipsum dolor sit amet.

#89aead Color CSS Codes

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

#89aead Text Font Color

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

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


#89aead Background Color

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

This div background color is #89aead


#89aead Border Color

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

This div border color is #89aead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89aead


Comments

No comments written yet.

Please login to write comment.