Color spaces of #98cbdd
RGB | 152 | 203 | 221 |
---|---|---|---|
HSL | 0.54 | 0.50 | 0.73 |
HSV | 196° | 31° | 87° |
CMYK | 0.31 | 0.08 | 0.00 0.13 |
XYZ | 47.3560 | 54.6077 | 76.4510 |
Yxy | 54.6077 | 0.2654 | 0.3061 |
Hunter Lab | 73.8970 | -14.9303 | -9.6112 |
CIE-Lab | 78.8148 | -12.3008 | -14.2878 |
#98cbdd color RGB value is (152,203,221).
#98cbdd hex color red value is 152, green value is 203 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #98cbdd hue: 0.54 , saturation: 0.50 and the lightness value of 98cbdd is 0.73.
The process color (four color CMYK) of #98cbdd color hex is 0.31, 0.08, 0.00, 0.13. Web safe color of #98cbdd is #99cccc. Color #98cbdd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011000 | 11001011 | 11011101 |
Octal | 230 | 313 | 335 |
Decimal | 152 | 203 | 221 |
Hex | 98 | CB | DD |
Shades of #98cbdd
Tints of #98cbdd
RGB Percentages of Color #98cbdd
CMYK Percentages of Color #98cbdd
Complementary Color
#98cbdd | #ddaa98 |
#98cbdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#98cbdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#98cbdd Color CSS Codes
.mybgcolor {background-color:#98cbdd; } .myforecolor {color:#98cbdd; } .mybordercolor {border:3px solid #98cbdd; }
#98cbdd Text Font Color
<p style="color:#98cbdd">Text here</p>
This sample text font color is #98cbdd
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.
#98cbdd Background Color
<div style="background-color:#98cbdd">
Div content here</div>
This div background color is #98cbdd
#98cbdd Border Color
<div style="border:3px solid #98cbdd">
Div here</div>
This div border color is #98cbdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(152,203,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #98cbdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #98cbdd; -webkit-box-shadow: 1px 1px 3px 2px #98cbdd; box-shadow: 1px 1px 3px 2px #98cbdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(152,203,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #98cbdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #98cbdd; -webkit-box-shadow: 1px 1px 3px 2px #98cbdd; box-shadow: 1px 1px 3px 2px #98cbdd;">
Div content here</div>
This div box has shadow with color #98cbdd
Comments
No comments written yet.
Please login to write comment.