Color Hex Logo

#89aede Color Hex

#89AEDE
(137,174,222)
0 Favorites   0 Comments

Color spaces of #89aede

RGB 137174222
HSL0.590.560.70
HSV214°38°87°
CMYK 0.380.220.00   0.13
XYZ38.637440.864474.9584
Yxy40.86440.25010.2646
Hunter Lab63.9253-3.9811-24.7754
CIE-Lab70.0808-0.6475-28.1818

#89aede color RGB value is (137,174,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101110 11011110
Octal 211 256 336
Decimal 137 174 222
Hex 89 AE DE

RGB Percentages of Color #89aede

%25.70
%32.65
%41.65

CMYK Percentages of Color #89aede

%38
%22
%0
%13

Triadic Colors of #89aede

#89aede #de89ae #aede89

Analogous Colors of #89aede

#89aede #8f89de #89d9de

Monochromatic Colors of #89aede

#89aede

Complementary Color

#89aede #deb989

#89aede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89aede Color Preview on White Background

Lorem ipsum dolor sit amet.

#89aede Color CSS Codes

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

#89aede Text Font Color

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

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


#89aede Background Color

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

This div background color is #89aede


#89aede Border Color

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

This div border color is #89aede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89aede


Comments

No comments written yet.

Please login to write comment.