Color spaces of #98bbda
RGB | 152 | 187 | 218 |
---|---|---|---|
HSL | 0.58 | 0.47 | 0.73 |
HSV | 208° | 30° | 85° |
CMYK | 0.30 | 0.14 | 0.00 0.15 |
XYZ | 43.3741 | 47.2780 | 73.1692 |
Yxy | 47.2780 | 0.2648 | 0.2886 |
Hunter Lab | 68.7590 | -7.7281 | -14.9616 |
CIE-Lab | 74.3672 | -4.5672 | -19.3750 |
#98bbda color RGB value is (152,187,218).
#98bbda hex color red value is 152, green value is 187 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #98bbda hue: 0.58 , saturation: 0.47 and the lightness value of 98bbda is 0.73.
The process color (four color CMYK) of #98bbda color hex is 0.30, 0.14, 0.00, 0.15. Web safe color of #98bbda is #99cccc. Color #98bbda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 10111011 | 11011010 |
Octal | 230 | 273 | 332 |
Decimal | 152 | 187 | 218 |
Hex | 98 | BB | DA |
Shades of #98bbda
Tints of #98bbda
RGB Percentages of Color #98bbda
CMYK Percentages of Color #98bbda
Complementary Color
#98bbda | #dab798 |
#98bbda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#98bbda Color Preview on White Background
Lorem ipsum dolor sit amet.
#98bbda Color CSS Codes
.mybgcolor {background-color:#98bbda; } .myforecolor {color:#98bbda; } .mybordercolor {border:3px solid #98bbda; }
#98bbda Text Font Color
<p style="color:#98bbda">Text here</p>
This sample text font color is #98bbda
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.
#98bbda Background Color
<div style="background-color:#98bbda">
Div content here</div>
This div background color is #98bbda
#98bbda Border Color
<div style="border:3px solid #98bbda">
Div here</div>
This div border color is #98bbda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,187,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #98bbda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #98bbda; -webkit-box-shadow: 1px 1px 3px 2px #98bbda; box-shadow: 1px 1px 3px 2px #98bbda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,187,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #98bbda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #98bbda; -webkit-box-shadow: 1px 1px 3px 2px #98bbda; box-shadow: 1px 1px 3px 2px #98bbda;">
Div content here</div>
This div box has shadow with color #98bbda
Comments
No comments written yet.
Please login to write comment.