Color spaces of #98deed
RGB | 152 | 222 | 237 |
---|---|---|---|
HSL | 0.53 | 0.70 | 0.76 |
HSV | 191° | 36° | 93° |
CMYK | 0.36 | 0.06 | 0.00 0.07 |
XYZ | 54.3562 | 65.0324 | 89.8084 |
Yxy | 65.0324 | 0.2598 | 0.3109 |
Hunter Lab | 80.6427 | -20.8089 | -9.5789 |
CIE-Lab | 84.5004 | -18.1672 | -14.2872 |
#98deed color RGB value is (152,222,237).
#98deed hex color red value is 152, green value is 222 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #98deed hue: 0.53 , saturation: 0.70 and the lightness value of 98deed is 0.76.
The process color (four color CMYK) of #98deed color hex is 0.36, 0.06, 0.00, 0.07. Web safe color of #98deed is #99ccff. Color #98deed contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 11011110 | 11101101 |
Octal | 230 | 336 | 355 |
Decimal | 152 | 222 | 237 |
Hex | 98 | DE | ED |
Shades of #98deed
Tints of #98deed
RGB Percentages of Color #98deed
CMYK Percentages of Color #98deed
Complementary Color
#98deed | #eda798 |
#98deed Color Preview on Black Background
Lorem ipsum dolor sit amet.
#98deed Color Preview on White Background
Lorem ipsum dolor sit amet.
#98deed Color CSS Codes
.mybgcolor {background-color:#98deed; } .myforecolor {color:#98deed; } .mybordercolor {border:3px solid #98deed; }
#98deed Text Font Color
<p style="color:#98deed">Text here</p>
This sample text font color is #98deed
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.
#98deed Background Color
<div style="background-color:#98deed">
Div content here</div>
This div background color is #98deed
#98deed Border Color
<div style="border:3px solid #98deed">
Div here</div>
This div border color is #98deed
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,222,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #98deed; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #98deed; -webkit-box-shadow: 1px 1px 3px 2px #98deed; box-shadow: 1px 1px 3px 2px #98deed; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,222,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 #98deed">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #98deed; -webkit-box-shadow: 1px 1px 3px 2px #98deed; box-shadow: 1px 1px 3px 2px #98deed;">
Div content here</div>
This div box has shadow with color #98deed
Comments
No comments written yet.
Please login to write comment.