Color spaces of #98cffa
RGB | 152 | 207 | 250 |
---|---|---|---|
HSL | 0.57 | 0.91 | 0.79 |
HSV | 206° | 39° | 98° |
CMYK | 0.39 | 0.17 | 0.00 0.02 |
XYZ | 52.5170 | 58.2032 | 98.9089 |
Yxy | 58.2032 | 0.2505 | 0.2776 |
Hunter Lab | 76.2910 | -10.6340 | -23.4639 |
CIE-Lab | 80.8516 | -7.1743 | -26.7109 |
#98cffa color RGB value is (152,207,250).
#98cffa hex color red value is 152, green value is 207 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #98cffa hue: 0.57 , saturation: 0.91 and the lightness value of 98cffa is 0.79.
The process color (four color CMYK) of #98cffa color hex is 0.39, 0.17, 0.00, 0.02. Web safe color of #98cffa is #99ccff. Color #98cffa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 11001111 | 11111010 |
Octal | 230 | 317 | 372 |
Decimal | 152 | 207 | 250 |
Hex | 98 | CF | FA |
Shades of #98cffa
Tints of #98cffa
RGB Percentages of Color #98cffa
CMYK Percentages of Color #98cffa
Complementary Color
#98cffa | #fac398 |
#98cffa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#98cffa Color Preview on White Background
Lorem ipsum dolor sit amet.
#98cffa Color CSS Codes
.mybgcolor {background-color:#98cffa; } .myforecolor {color:#98cffa; } .mybordercolor {border:3px solid #98cffa; }
#98cffa Text Font Color
<p style="color:#98cffa">Text here</p>
This sample text font color is #98cffa
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.
#98cffa Background Color
<div style="background-color:#98cffa">
Div content here</div>
This div background color is #98cffa
#98cffa Border Color
<div style="border:3px solid #98cffa">
Div here</div>
This div border color is #98cffa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,207,250, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #98cffa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #98cffa; -webkit-box-shadow: 1px 1px 3px 2px #98cffa; box-shadow: 1px 1px 3px 2px #98cffa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,207,250, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #98cffa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #98cffa; -webkit-box-shadow: 1px 1px 3px 2px #98cffa; box-shadow: 1px 1px 3px 2px #98cffa;">
Div content here</div>
This div box has shadow with color #98cffa
Comments
No comments written yet.
Please login to write comment.