Color spaces of #9ccadb
RGB | 156 | 202 | 219 |
---|---|---|---|
HSL | 0.54 | 0.47 | 0.74 |
HSV | 196° | 29° | 86° |
CMYK | 0.29 | 0.08 | 0.00 0.14 |
XYZ | 47.6170 | 54.4235 | 75.0129 |
Yxy | 54.4235 | 0.2689 | 0.3074 |
Hunter Lab | 73.7723 | -13.8870 | -8.6465 |
CIE-Lab | 78.7080 | -11.1139 | -13.3501 |
#9ccadb color RGB value is (156,202,219).
#9ccadb hex color red value is 156, green value is 202 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #9ccadb hue: 0.54 , saturation: 0.47 and the lightness value of 9ccadb is 0.74.
The process color (four color CMYK) of #9ccadb color hex is 0.29, 0.08, 0.00, 0.14. Web safe color of #9ccadb is #99cccc. Color #9ccadb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011100 | 11001010 | 11011011 |
Octal | 234 | 312 | 333 |
Decimal | 156 | 202 | 219 |
Hex | 9C | CA | DB |
Shades of #9ccadb
Tints of #9ccadb
RGB Percentages of Color #9ccadb
CMYK Percentages of Color #9ccadb
Complementary Color
#9ccadb | #dbad9c |
#9ccadb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9ccadb Color Preview on White Background
Lorem ipsum dolor sit amet.
#9ccadb Color CSS Codes
.mybgcolor {background-color:#9ccadb; } .myforecolor {color:#9ccadb; } .mybordercolor {border:3px solid #9ccadb; }
#9ccadb Text Font Color
<p style="color:#9ccadb">Text here</p>
This sample text font color is #9ccadb
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.
#9ccadb Background Color
<div style="background-color:#9ccadb">
Div content here</div>
This div background color is #9ccadb
#9ccadb Border Color
<div style="border:3px solid #9ccadb">
Div here</div>
This div border color is #9ccadb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(156,202,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9ccadb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9ccadb; -webkit-box-shadow: 1px 1px 3px 2px #9ccadb; box-shadow: 1px 1px 3px 2px #9ccadb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(156,202,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9ccadb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9ccadb; -webkit-box-shadow: 1px 1px 3px 2px #9ccadb; box-shadow: 1px 1px 3px 2px #9ccadb;">
Div content here</div>
This div box has shadow with color #9ccadb
#9ccadb Color Palettes
Comments
No comments written yet.
Please login to write comment.