Color spaces of #89beee
RGB | 137 | 190 | 238 |
---|---|---|---|
HSL | 0.58 | 0.75 | 0.74 |
HSV | 209° | 42° | 93° |
CMYK | 0.42 | 0.20 | 0.00 0.07 |
XYZ | 44.1626 | 48.3183 | 87.8877 |
Yxy | 48.3183 | 0.2448 | 0.2679 |
Hunter Lab | 69.5114 | -8.2386 | -26.3062 |
CIE-Lab | 75.0252 | -5.0848 | -29.2769 |
#89beee color RGB value is (137,190,238).
#89beee hex color red value is 137, green value is 190 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #89beee hue: 0.58 , saturation: 0.75 and the lightness value of 89beee is 0.74.
The process color (four color CMYK) of #89beee color hex is 0.42, 0.20, 0.00, 0.07. Web safe color of #89beee is #99ccff. Color #89beee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 10111110 | 11101110 |
Octal | 211 | 276 | 356 |
Decimal | 137 | 190 | 238 |
Hex | 89 | BE | EE |
Shades of #89beee
Tints of #89beee
RGB Percentages of Color #89beee
CMYK Percentages of Color #89beee
Complementary Color
#89beee | #eeb989 |
#89beee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#89beee Color Preview on White Background
Lorem ipsum dolor sit amet.
#89beee Color CSS Codes
.mybgcolor {background-color:#89beee; } .myforecolor {color:#89beee; } .mybordercolor {border:3px solid #89beee; }
#89beee Text Font Color
<p style="color:#89beee">Text here</p>
This sample text font color is #89beee
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.
#89beee Background Color
<div style="background-color:#89beee">
Div content here</div>
This div background color is #89beee
#89beee Border Color
<div style="border:3px solid #89beee">
Div here</div>
This div border color is #89beee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,190,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #89beee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #89beee; -webkit-box-shadow: 1px 1px 3px 2px #89beee; box-shadow: 1px 1px 3px 2px #89beee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,190,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #89beee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #89beee; -webkit-box-shadow: 1px 1px 3px 2px #89beee; box-shadow: 1px 1px 3px 2px #89beee;">
Div content here</div>
This div box has shadow with color #89beee
Comments
No comments written yet.
Please login to write comment.