Color spaces of #89aeeb
RGB | 137 | 174 | 235 |
---|---|---|---|
HSL | 0.60 | 0.71 | 0.73 |
HSV | 217° | 42° | 92° |
CMYK | 0.42 | 0.26 | 0.00 0.08 |
XYZ | 40.4480 | 41.5886 | 84.4928 |
Yxy | 41.5886 | 0.2429 | 0.2497 |
Hunter Lab | 64.4892 | -0.8999 | -32.5384 |
CIE-Lab | 70.5863 | 2.8710 | -34.5009 |
#89aeeb color RGB value is (137,174,235).
#89aeeb hex color red value is 137, green value is 174 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #89aeeb hue: 0.60 , saturation: 0.71 and the lightness value of 89aeeb is 0.73.
The process color (four color CMYK) of #89aeeb color hex is 0.42, 0.26, 0.00, 0.08. Web safe color of #89aeeb is #9999ff. Color #89aeeb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 10101110 | 11101011 |
Octal | 211 | 256 | 353 |
Decimal | 137 | 174 | 235 |
Hex | 89 | AE | EB |
Shades of #89aeeb
Tints of #89aeeb
RGB Percentages of Color #89aeeb
CMYK Percentages of Color #89aeeb
Complementary Color
#89aeeb | #ebc689 |
#89aeeb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#89aeeb Color Preview on White Background
Lorem ipsum dolor sit amet.
#89aeeb Color CSS Codes
.mybgcolor {background-color:#89aeeb; } .myforecolor {color:#89aeeb; } .mybordercolor {border:3px solid #89aeeb; }
#89aeeb Text Font Color
<p style="color:#89aeeb">Text here</p>
This sample text font color is #89aeeb
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.
#89aeeb Background Color
<div style="background-color:#89aeeb">
Div content here</div>
This div background color is #89aeeb
#89aeeb Border Color
<div style="border:3px solid #89aeeb">
Div here</div>
This div border color is #89aeeb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,174,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #89aeeb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #89aeeb; -webkit-box-shadow: 1px 1px 3px 2px #89aeeb; box-shadow: 1px 1px 3px 2px #89aeeb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,174,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #89aeeb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #89aeeb; -webkit-box-shadow: 1px 1px 3px 2px #89aeeb; box-shadow: 1px 1px 3px 2px #89aeeb;">
Div content here</div>
This div box has shadow with color #89aeeb
Comments
No comments written yet.
Please login to write comment.