Color spaces of #89edcd
RGB | 137 | 237 | 205 |
---|---|---|---|
HSL | 0.45 | 0.74 | 0.73 |
HSV | 161° | 42° | 93° |
CMYK | 0.42 | 0.00 | 0.14 0.07 |
XYZ | 51.6202 | 70.2945 | 68.6051 |
Yxy | 70.2945 | 0.2709 | 0.3690 |
Hunter Lab | 83.8418 | -36.8233 | 10.1741 |
CIE-Lab | 87.1411 | -36.6330 | 6.3698 |
#89edcd color RGB value is (137,237,205).
#89edcd hex color red value is 137, green value is 237 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #89edcd hue: 0.45 , saturation: 0.74 and the lightness value of 89edcd is 0.73.
The process color (four color CMYK) of #89edcd color hex is 0.42, 0.00, 0.14, 0.07. Web safe color of #89edcd is #99ffcc. Color #89edcd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10001001 | 11101101 | 11001101 |
Octal | 211 | 355 | 315 |
Decimal | 137 | 237 | 205 |
Hex | 89 | ED | CD |
Shades of #89edcd
Tints of #89edcd
RGB Percentages of Color #89edcd
CMYK Percentages of Color #89edcd
Complementary Color
#89edcd | #ed89a9 |
#89edcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#89edcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#89edcd Color CSS Codes
.mybgcolor {background-color:#89edcd; } .myforecolor {color:#89edcd; } .mybordercolor {border:3px solid #89edcd; }
#89edcd Text Font Color
<p style="color:#89edcd">Text here</p>
This sample text font color is #89edcd
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.
#89edcd Background Color
<div style="background-color:#89edcd">
Div content here</div>
This div background color is #89edcd
#89edcd Border Color
<div style="border:3px solid #89edcd">
Div here</div>
This div border color is #89edcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(137,237,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #89edcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #89edcd; -webkit-box-shadow: 1px 1px 3px 2px #89edcd; box-shadow: 1px 1px 3px 2px #89edcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(137,237,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #89edcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #89edcd; -webkit-box-shadow: 1px 1px 3px 2px #89edcd; box-shadow: 1px 1px 3px 2px #89edcd;">
Div content here</div>
This div box has shadow with color #89edcd
Comments
No comments written yet.
Please login to write comment.