Color Hex Logo

#89aade Color Hex

#89AADE
(137,170,222)
0 Favorites   0 Comments

Color spaces of #89aade

RGB 137170222
HSL0.600.560.70
HSV217°38°87°
CMYK 0.380.230.00   0.13
XYZ37.876139.341774.7047
Yxy39.34170.24930.2590
Hunter Lab62.7230-1.9756-26.7099
CIE-Lab68.99811.5707-29.8492

#89aade color RGB value is (137,170,222).

#89aade hex color red value is 137, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #89aade hue: 0.60 , saturation: 0.56 and the lightness value of 89aade is 0.70.

The process color (four color CMYK) of #89aade color hex is 0.38, 0.23, 0.00, 0.13. Web safe color of #89aade is #9999cc. Color #89aade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101010 11011110
Octal 211 252 336
Decimal 137 170 222
Hex 89 AA DE

RGB Percentages of Color #89aade

%25.90
%32.14
%41.97

CMYK Percentages of Color #89aade

%38
%23
%0
%13

Triadic Colors of #89aade

#89aade #de89aa #aade89

Analogous Colors of #89aade

#89aade #9389de #89d5de

Monochromatic Colors of #89aade

#89aade

Complementary Color

#89aade #debd89

#89aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#89aade Color CSS Codes

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

#89aade Text Font Color

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

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


#89aade Background Color

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

This div background color is #89aade


#89aade Border Color

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

This div border color is #89aade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89aade


Comments

No comments written yet.

Please login to write comment.