Color spaces of #98ffed
RGB | 152 | 255 | 237 |
---|---|---|---|
HSL | 0.47 | 1.00 | 0.80 |
HSV | 170° | 40° | 100° |
CMYK | 0.40 | 0.00 | 0.07 0.00 |
XYZ | 63.9950 | 84.3098 | 93.0213 |
Yxy | 84.3098 | 0.2652 | 0.3494 |
Hunter Lab | 91.8204 | -36.2785 | 4.2088 |
CIE-Lab | 93.5849 | -34.1149 | -0.8349 |
#98ffed color RGB value is (152,255,237).
#98ffed hex color red value is 152, green value is 255 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #98ffed hue: 0.47 , saturation: 1.00 and the lightness value of 98ffed is 0.80.
The process color (four color CMYK) of #98ffed color hex is 0.40, 0.00, 0.07, 0.00. Web safe color of #98ffed is #99ffff. Color #98ffed contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 11111111 | 11101101 |
Octal | 230 | 377 | 355 |
Decimal | 152 | 255 | 237 |
Hex | 98 | FF | ED |
Shades of #98ffed
Tints of #98ffed
RGB Percentages of Color #98ffed
CMYK Percentages of Color #98ffed
Complementary Color
#98ffed | #ff98aa |
#98ffed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#98ffed Color Preview on White Background
Lorem ipsum dolor sit amet.
#98ffed Color CSS Codes
.mybgcolor {background-color:#98ffed; } .myforecolor {color:#98ffed; } .mybordercolor {border:3px solid #98ffed; }
#98ffed Text Font Color
<p style="color:#98ffed">Text here</p>
This sample text font color is #98ffed
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.
#98ffed Background Color
<div style="background-color:#98ffed">
Div content here</div>
This div background color is #98ffed
#98ffed Border Color
<div style="border:3px solid #98ffed">
Div here</div>
This div border color is #98ffed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,255,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #98ffed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #98ffed; -webkit-box-shadow: 1px 1px 3px 2px #98ffed; box-shadow: 1px 1px 3px 2px #98ffed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,255,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #98ffed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #98ffed; -webkit-box-shadow: 1px 1px 3px 2px #98ffed; box-shadow: 1px 1px 3px 2px #98ffed;">
Div content here</div>
This div box has shadow with color #98ffed
Comments
No comments written yet.
Please login to write comment.