Color Hex Logo

#89adde Color Hex

#89ADDE
(137,173,222)
0 Favorites   0 Comments

Color spaces of #89adde

RGB 137173222
HSL0.600.560.70
HSV215°38°87°
CMYK 0.380.220.00   0.13
XYZ38.444940.479474.8943
Yxy40.47940.24990.2632
Hunter Lab63.6234-3.4811-25.2568
CIE-Lab69.8096-0.0947-28.5990

#89adde color RGB value is (137,173,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10101101 11011110
Octal 211 255 336
Decimal 137 173 222
Hex 89 AD DE

RGB Percentages of Color #89adde

%25.75
%32.52
%41.73

CMYK Percentages of Color #89adde

%38
%22
%0
%13

Triadic Colors of #89adde

#89adde #de89ad #adde89

Analogous Colors of #89adde

#89adde #9089de #89d8de

Monochromatic Colors of #89adde

#89adde

Complementary Color

#89adde #deba89

#89adde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#89adde Color Preview on White Background

Lorem ipsum dolor sit amet.

#89adde Color CSS Codes

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

#89adde Text Font Color

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

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


#89adde Background Color

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

This div background color is #89adde


#89adde Border Color

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

This div border color is #89adde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #89adde


Comments

No comments written yet.

Please login to write comment.