Color spaces of #98ebdf
RGB | 152 | 235 | 223 |
---|---|---|---|
HSL | 0.48 | 0.67 | 0.76 |
HSV | 171° | 35° | 92° |
CMYK | 0.35 | 0.00 | 0.05 0.08 |
XYZ | 55.9765 | 71.4198 | 80.6472 |
Yxy | 71.4198 | 0.2691 | 0.3433 |
Hunter Lab | 84.5102 | -29.6610 | 2.5774 |
CIE-Lab | 87.6886 | -27.8256 | -2.1826 |
#98ebdf color RGB value is (152,235,223).
#98ebdf hex color red value is 152, green value is 235 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #98ebdf hue: 0.48 , saturation: 0.67 and the lightness value of 98ebdf is 0.76.
The process color (four color CMYK) of #98ebdf color hex is 0.35, 0.00, 0.05, 0.08. Web safe color of #98ebdf is #99ffcc. Color #98ebdf contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 11101011 | 11011111 |
Octal | 230 | 353 | 337 |
Decimal | 152 | 235 | 223 |
Hex | 98 | EB | DF |
Shades of #98ebdf
Tints of #98ebdf
RGB Percentages of Color #98ebdf
CMYK Percentages of Color #98ebdf
Complementary Color
#98ebdf | #eb98a4 |
#98ebdf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#98ebdf Color Preview on White Background
Lorem ipsum dolor sit amet.
#98ebdf Color CSS Codes
.mybgcolor {background-color:#98ebdf; } .myforecolor {color:#98ebdf; } .mybordercolor {border:3px solid #98ebdf; }
#98ebdf Text Font Color
<p style="color:#98ebdf">Text here</p>
This sample text font color is #98ebdf
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.
#98ebdf Background Color
<div style="background-color:#98ebdf">
Div content here</div>
This div background color is #98ebdf
#98ebdf Border Color
<div style="border:3px solid #98ebdf">
Div here</div>
This div border color is #98ebdf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,235,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #98ebdf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #98ebdf; -webkit-box-shadow: 1px 1px 3px 2px #98ebdf; box-shadow: 1px 1px 3px 2px #98ebdf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,235,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #98ebdf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #98ebdf; -webkit-box-shadow: 1px 1px 3px 2px #98ebdf; box-shadow: 1px 1px 3px 2px #98ebdf;">
Div content here</div>
This div box has shadow with color #98ebdf
Comments
No comments written yet.
Please login to write comment.