Color spaces of #98cfef
RGB | 152 | 207 | 239 |
---|---|---|---|
HSL | 0.56 | 0.73 | 0.77 |
HSV | 202° | 36° | 94° |
CMYK | 0.36 | 0.13 | 0.00 0.06 |
XYZ | 50.8417 | 57.5330 | 90.0867 |
Yxy | 57.5330 | 0.2562 | 0.2899 |
Hunter Lab | 75.8505 | -13.0920 | -17.3226 |
CIE-Lab | 80.4785 | -9.9758 | -21.4152 |
#98cfef color RGB value is (152,207,239).
#98cfef hex color red value is 152, green value is 207 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #98cfef hue: 0.56 , saturation: 0.73 and the lightness value of 98cfef is 0.77.
The process color (four color CMYK) of #98cfef color hex is 0.36, 0.13, 0.00, 0.06. Web safe color of #98cfef is #99ccff. Color #98cfef contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 11001111 | 11101111 |
Octal | 230 | 317 | 357 |
Decimal | 152 | 207 | 239 |
Hex | 98 | CF | EF |
Shades of #98cfef
Tints of #98cfef
RGB Percentages of Color #98cfef
CMYK Percentages of Color #98cfef
Complementary Color
#98cfef | #efb898 |
#98cfef Color Preview on Black Background
Lorem ipsum dolor sit amet.
#98cfef Color Preview on White Background
Lorem ipsum dolor sit amet.
#98cfef Color CSS Codes
.mybgcolor {background-color:#98cfef; } .myforecolor {color:#98cfef; } .mybordercolor {border:3px solid #98cfef; }
#98cfef Text Font Color
<p style="color:#98cfef">Text here</p>
This sample text font color is #98cfef
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.
#98cfef Background Color
<div style="background-color:#98cfef">
Div content here</div>
This div background color is #98cfef
#98cfef Border Color
<div style="border:3px solid #98cfef">
Div here</div>
This div border color is #98cfef
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,207,239, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #98cfef; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #98cfef; -webkit-box-shadow: 1px 1px 3px 2px #98cfef; box-shadow: 1px 1px 3px 2px #98cfef; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,207,239, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #98cfef">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #98cfef; -webkit-box-shadow: 1px 1px 3px 2px #98cfef; box-shadow: 1px 1px 3px 2px #98cfef;">
Div content here</div>
This div box has shadow with color #98cfef
Comments
No comments written yet.
Please login to write comment.