Color spaces of #9dafcb
RGB | 157 | 175 | 203 |
---|---|---|---|
HSL | 0.60 | 0.31 | 0.71 |
HSV | 217° | 23° | 80° |
CMYK | 0.23 | 0.14 | 0.00 0.20 |
XYZ | 40.0141 | 42.1398 | 62.5247 |
Yxy | 42.1398 | 0.2766 | 0.2913 |
Hunter Lab | 64.9152 | -3.5731 | -11.6660 |
CIE-Lab | 70.9672 | -0.1202 | -16.2934 |
#9dafcb color RGB value is (157,175,203).
#9dafcb hex color red value is 157, green value is 175 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9dafcb hue: 0.60 , saturation: 0.31 and the lightness value of 9dafcb is 0.71.
The process color (four color CMYK) of #9dafcb color hex is 0.23, 0.14, 0.00, 0.20. Web safe color of #9dafcb is #9999cc. Color #9dafcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011101 | 10101111 | 11001011 |
Octal | 235 | 257 | 313 |
Decimal | 157 | 175 | 203 |
Hex | 9D | AF | CB |
Shades of #9dafcb
Tints of #9dafcb
RGB Percentages of Color #9dafcb
CMYK Percentages of Color #9dafcb
Complementary Color
#9dafcb | #cbb99d |
#9dafcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9dafcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#9dafcb Color CSS Codes
.mybgcolor {background-color:#9dafcb; } .myforecolor {color:#9dafcb; } .mybordercolor {border:3px solid #9dafcb; }
#9dafcb Text Font Color
<p style="color:#9dafcb">Text here</p>
This sample text font color is #9dafcb
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.
#9dafcb Background Color
<div style="background-color:#9dafcb">
Div content here</div>
This div background color is #9dafcb
#9dafcb Border Color
<div style="border:3px solid #9dafcb">
Div here</div>
This div border color is #9dafcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(157,175,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9dafcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9dafcb; -webkit-box-shadow: 1px 1px 3px 2px #9dafcb; box-shadow: 1px 1px 3px 2px #9dafcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(157,175,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9dafcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9dafcb; -webkit-box-shadow: 1px 1px 3px 2px #9dafcb; box-shadow: 1px 1px 3px 2px #9dafcb;">
Div content here</div>
This div box has shadow with color #9dafcb
Comments
No comments written yet.
Please login to write comment.