Color spaces of #9cafcb
RGB | 156 | 175 | 203 |
---|---|---|---|
HSL | 0.60 | 0.31 | 0.70 |
HSV | 216° | 23° | 80° |
CMYK | 0.23 | 0.14 | 0.00 0.20 |
XYZ | 39.8198 | 42.0397 | 62.5157 |
Yxy | 42.0397 | 0.2758 | 0.2912 |
Hunter Lab | 64.8380 | -3.8421 | -11.7798 |
CIE-Lab | 70.8983 | -0.4307 | -16.4042 |
#9cafcb color RGB value is (156,175,203).
#9cafcb hex color red value is 156, green value is 175 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9cafcb hue: 0.60 , saturation: 0.31 and the lightness value of 9cafcb is 0.70.
The process color (four color CMYK) of #9cafcb color hex is 0.23, 0.14, 0.00, 0.20. Web safe color of #9cafcb is #9999cc. Color #9cafcb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011100 | 10101111 | 11001011 |
Octal | 234 | 257 | 313 |
Decimal | 156 | 175 | 203 |
Hex | 9C | AF | CB |
Shades of #9cafcb
Tints of #9cafcb
RGB Percentages of Color #9cafcb
CMYK Percentages of Color #9cafcb
Complementary Color
#9cafcb | #cbb89c |
#9cafcb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9cafcb Color Preview on White Background
Lorem ipsum dolor sit amet.
#9cafcb Color CSS Codes
.mybgcolor {background-color:#9cafcb; } .myforecolor {color:#9cafcb; } .mybordercolor {border:3px solid #9cafcb; }
#9cafcb Text Font Color
<p style="color:#9cafcb">Text here</p>
This sample text font color is #9cafcb
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.
#9cafcb Background Color
<div style="background-color:#9cafcb">
Div content here</div>
This div background color is #9cafcb
#9cafcb Border Color
<div style="border:3px solid #9cafcb">
Div here</div>
This div border color is #9cafcb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(156,175,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9cafcb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9cafcb; -webkit-box-shadow: 1px 1px 3px 2px #9cafcb; box-shadow: 1px 1px 3px 2px #9cafcb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(156,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 #9cafcb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9cafcb; -webkit-box-shadow: 1px 1px 3px 2px #9cafcb; box-shadow: 1px 1px 3px 2px #9cafcb;">
Div content here</div>
This div box has shadow with color #9cafcb
Comments
No comments written yet.
Please login to write comment.