Color spaces of #89aade
RGB | 137 | 170 | 222 |
---|---|---|---|
HSL | 0.60 | 0.56 | 0.70 |
HSV | 217° | 38° | 87° |
CMYK | 0.38 | 0.23 | 0.00 0.13 |
XYZ | 37.8761 | 39.3417 | 74.7047 |
Yxy | 39.3417 | 0.2493 | 0.2590 |
Hunter Lab | 62.7230 | -1.9756 | -26.7099 |
CIE-Lab | 68.9981 | 1.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
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 10101010 | 11011110 |
Octal | 211 | 252 | 336 |
Decimal | 137 | 170 | 222 |
Hex | 89 | AA | DE |
Shades of #89aade
Tints of #89aade
RGB Percentages of Color #89aade
CMYK Percentages of Color #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.