Color spaces of #9edabd
RGB | 158 | 218 | 189 |
---|---|---|---|
HSL | 0.42 | 0.45 | 0.74 |
HSV | 151° | 28° | 85° |
CMYK | 0.28 | 0.00 | 0.13 0.15 |
XYZ | 48.3573 | 61.0860 | 57.3862 |
Yxy | 61.0860 | 0.2899 | 0.3662 |
Hunter Lab | 78.1575 | -26.3349 | 11.1773 |
CIE-Lab | 82.4250 | -25.0878 | 8.1462 |
#9edabd color RGB value is (158,218,189).
#9edabd hex color red value is 158, green value is 218 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9edabd hue: 0.42 , saturation: 0.45 and the lightness value of 9edabd is 0.74.
The process color (four color CMYK) of #9edabd color hex is 0.28, 0.00, 0.13, 0.15. Web safe color of #9edabd is #99cccc. Color #9edabd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011110 | 11011010 | 10111101 |
Octal | 236 | 332 | 275 |
Decimal | 158 | 218 | 189 |
Hex | 9E | DA | BD |
Shades of #9edabd
Tints of #9edabd
RGB Percentages of Color #9edabd
CMYK Percentages of Color #9edabd
Complementary Color
#9edabd | #da9ebb |
#9edabd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9edabd Color Preview on White Background
Lorem ipsum dolor sit amet.
#9edabd Color CSS Codes
.mybgcolor {background-color:#9edabd; } .myforecolor {color:#9edabd; } .mybordercolor {border:3px solid #9edabd; }
#9edabd Text Font Color
<p style="color:#9edabd">Text here</p>
This sample text font color is #9edabd
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.
#9edabd Background Color
<div style="background-color:#9edabd">
Div content here</div>
This div background color is #9edabd
#9edabd Border Color
<div style="border:3px solid #9edabd">
Div here</div>
This div border color is #9edabd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(158,218,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9edabd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9edabd; -webkit-box-shadow: 1px 1px 3px 2px #9edabd; box-shadow: 1px 1px 3px 2px #9edabd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(158,218,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9edabd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9edabd; -webkit-box-shadow: 1px 1px 3px 2px #9edabd; box-shadow: 1px 1px 3px 2px #9edabd;">
Div content here</div>
This div box has shadow with color #9edabd
Comments
No comments written yet.
Please login to write comment.