Color spaces of #98ecda
RGB | 152 | 236 | 218 |
---|---|---|---|
HSL | 0.46 | 0.69 | 0.76 |
HSV | 167° | 36° | 93° |
CMYK | 0.36 | 0.00 | 0.08 0.07 |
XYZ | 55.5992 | 71.7283 | 77.2442 |
Yxy | 71.7283 | 0.2718 | 0.3506 |
Hunter Lab | 84.6926 | -31.0298 | 5.2091 |
CIE-Lab | 87.8376 | -29.4120 | 0.6563 |
#98ecda color RGB value is (152,236,218).
#98ecda hex color red value is 152, green value is 236 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #98ecda hue: 0.46 , saturation: 0.69 and the lightness value of 98ecda is 0.76.
The process color (four color CMYK) of #98ecda color hex is 0.36, 0.00, 0.08, 0.07. Web safe color of #98ecda is #99ffcc. Color #98ecda contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 11101100 | 11011010 |
Octal | 230 | 354 | 332 |
Decimal | 152 | 236 | 218 |
Hex | 98 | EC | DA |
Shades of #98ecda
Tints of #98ecda
RGB Percentages of Color #98ecda
CMYK Percentages of Color #98ecda
Complementary Color
#98ecda | #ec98aa |
#98ecda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#98ecda Color Preview on White Background
Lorem ipsum dolor sit amet.
#98ecda Color CSS Codes
.mybgcolor {background-color:#98ecda; } .myforecolor {color:#98ecda; } .mybordercolor {border:3px solid #98ecda; }
#98ecda Text Font Color
<p style="color:#98ecda">Text here</p>
This sample text font color is #98ecda
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.
#98ecda Background Color
<div style="background-color:#98ecda">
Div content here</div>
This div background color is #98ecda
#98ecda Border Color
<div style="border:3px solid #98ecda">
Div here</div>
This div border color is #98ecda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,236,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #98ecda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #98ecda; -webkit-box-shadow: 1px 1px 3px 2px #98ecda; box-shadow: 1px 1px 3px 2px #98ecda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,236,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 #98ecda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #98ecda; -webkit-box-shadow: 1px 1px 3px 2px #98ecda; box-shadow: 1px 1px 3px 2px #98ecda;">
Div content here</div>
This div box has shadow with color #98ecda
Comments
No comments written yet.
Please login to write comment.