Color spaces of #9ccdca
RGB | 156 | 205 | 202 |
---|---|---|---|
HSL | 0.49 | 0.33 | 0.71 |
HSV | 176° | 24° | 80° |
CMYK | 0.24 | 0.00 | 0.01 0.20 |
XYZ | 46.2023 | 54.9948 | 64.0571 |
Yxy | 54.9948 | 0.2796 | 0.3328 |
Hunter Lab | 74.1585 | -18.5681 | 0.6970 |
CIE-Lab | 79.0383 | -16.5097 | -3.7248 |
#9ccdca color RGB value is (156,205,202).
#9ccdca hex color red value is 156, green value is 205 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9ccdca hue: 0.49 , saturation: 0.33 and the lightness value of 9ccdca is 0.71.
The process color (four color CMYK) of #9ccdca color hex is 0.24, 0.00, 0.01, 0.20. Web safe color of #9ccdca is #99cccc. Color #9ccdca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011100 | 11001101 | 11001010 |
Octal | 234 | 315 | 312 |
Decimal | 156 | 205 | 202 |
Hex | 9C | CD | CA |
Shades of #9ccdca
Tints of #9ccdca
RGB Percentages of Color #9ccdca
CMYK Percentages of Color #9ccdca
Complementary Color
#9ccdca | #cd9c9f |
#9ccdca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9ccdca Color Preview on White Background
Lorem ipsum dolor sit amet.
#9ccdca Color CSS Codes
.mybgcolor {background-color:#9ccdca; } .myforecolor {color:#9ccdca; } .mybordercolor {border:3px solid #9ccdca; }
#9ccdca Text Font Color
<p style="color:#9ccdca">Text here</p>
This sample text font color is #9ccdca
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.
#9ccdca Background Color
<div style="background-color:#9ccdca">
Div content here</div>
This div background color is #9ccdca
#9ccdca Border Color
<div style="border:3px solid #9ccdca">
Div here</div>
This div border color is #9ccdca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(156,205,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9ccdca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9ccdca; -webkit-box-shadow: 1px 1px 3px 2px #9ccdca; box-shadow: 1px 1px 3px 2px #9ccdca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(156,205,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9ccdca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9ccdca; -webkit-box-shadow: 1px 1px 3px 2px #9ccdca; box-shadow: 1px 1px 3px 2px #9ccdca;">
Div content here</div>
This div box has shadow with color #9ccdca
Comments
No comments written yet.
Please login to write comment.