Color spaces of #9feada
RGB | 159 | 234 | 218 |
---|---|---|---|
HSL | 0.46 | 0.64 | 0.77 |
HSV | 167° | 32° | 92° |
CMYK | 0.32 | 0.00 | 0.07 0.08 |
XYZ | 56.3758 | 71.2785 | 77.1165 |
Yxy | 71.2785 | 0.2753 | 0.3481 |
Hunter Lab | 84.4266 | -28.5533 | 4.9423 |
CIE-Lab | 87.6201 | -26.5365 | 0.3796 |
#9feada color RGB value is (159,234,218).
#9feada hex color red value is 159, green value is 234 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9feada hue: 0.46 , saturation: 0.64 and the lightness value of 9feada is 0.77.
The process color (four color CMYK) of #9feada color hex is 0.32, 0.00, 0.07, 0.08. Web safe color of #9feada is #99ffcc. Color #9feada contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011111 | 11101010 | 11011010 |
Octal | 237 | 352 | 332 |
Decimal | 159 | 234 | 218 |
Hex | 9F | EA | DA |
Shades of #9feada
Tints of #9feada
RGB Percentages of Color #9feada
CMYK Percentages of Color #9feada
Complementary Color
#9feada | #ea9faf |
#9feada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9feada Color Preview on White Background
Lorem ipsum dolor sit amet.
#9feada Color CSS Codes
.mybgcolor {background-color:#9feada; } .myforecolor {color:#9feada; } .mybordercolor {border:3px solid #9feada; }
#9feada Text Font Color
<p style="color:#9feada">Text here</p>
This sample text font color is #9feada
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.
#9feada Background Color
<div style="background-color:#9feada">
Div content here</div>
This div background color is #9feada
#9feada Border Color
<div style="border:3px solid #9feada">
Div here</div>
This div border color is #9feada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(159,234,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9feada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9feada; -webkit-box-shadow: 1px 1px 3px 2px #9feada; box-shadow: 1px 1px 3px 2px #9feada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(159,234,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9feada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9feada; -webkit-box-shadow: 1px 1px 3px 2px #9feada; box-shadow: 1px 1px 3px 2px #9feada;">
Div content here</div>
This div box has shadow with color #9feada
Comments
No comments written yet.
Please login to write comment.