Color spaces of #9cafbc
RGB | 156 | 175 | 188 |
---|---|---|---|
HSL | 0.57 | 0.19 | 0.67 |
HSV | 204° | 17° | 74° |
CMYK | 0.17 | 0.07 | 0.00 0.26 |
XYZ | 38.1174 | 41.3587 | 53.5510 |
Yxy | 41.3587 | 0.2865 | 0.3109 |
Hunter Lab | 64.3107 | -6.7456 | -4.3528 |
CIE-Lab | 70.4265 | -3.8067 | -8.8586 |
#9cafbc color RGB value is (156,175,188).
#9cafbc hex color red value is 156, green value is 175 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9cafbc hue: 0.57 , saturation: 0.19 and the lightness value of 9cafbc is 0.67.
The process color (four color CMYK) of #9cafbc color hex is 0.17, 0.07, 0.00, 0.26. Web safe color of #9cafbc is #9999cc. Color #9cafbc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011100 | 10101111 | 10111100 |
Octal | 234 | 257 | 274 |
Decimal | 156 | 175 | 188 |
Hex | 9C | AF | BC |
Shades of #9cafbc
Tints of #9cafbc
RGB Percentages of Color #9cafbc
CMYK Percentages of Color #9cafbc
Complementary Color
#9cafbc | #bca99c |
#9cafbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9cafbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#9cafbc Color CSS Codes
.mybgcolor {background-color:#9cafbc; } .myforecolor {color:#9cafbc; } .mybordercolor {border:3px solid #9cafbc; }
#9cafbc Text Font Color
<p style="color:#9cafbc">Text here</p>
This sample text font color is #9cafbc
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.
#9cafbc Background Color
<div style="background-color:#9cafbc">
Div content here</div>
This div background color is #9cafbc
#9cafbc Border Color
<div style="border:3px solid #9cafbc">
Div here</div>
This div border color is #9cafbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(156,175,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9cafbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9cafbc; -webkit-box-shadow: 1px 1px 3px 2px #9cafbc; box-shadow: 1px 1px 3px 2px #9cafbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(156,175,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9cafbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9cafbc; -webkit-box-shadow: 1px 1px 3px 2px #9cafbc; box-shadow: 1px 1px 3px 2px #9cafbc;">
Div content here</div>
This div box has shadow with color #9cafbc
Comments
No comments written yet.
Please login to write comment.