Color spaces of #9ccecf
RGB | 156 | 206 | 207 |
---|---|---|---|
HSL | 0.50 | 0.35 | 0.71 |
HSV | 181° | 25° | 81° |
CMYK | 0.25 | 0.00 | 0.00 0.19 |
XYZ | 47.0441 | 55.7155 | 67.3062 |
Yxy | 55.7155 | 0.2766 | 0.3276 |
Hunter Lab | 74.6428 | -18.1242 | -1.2124 |
CIE-Lab | 79.4516 | -15.9181 | -5.7990 |
#9ccecf color RGB value is (156,206,207).
#9ccecf hex color red value is 156, green value is 206 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9ccecf hue: 0.50 , saturation: 0.35 and the lightness value of 9ccecf is 0.71.
The process color (four color CMYK) of #9ccecf color hex is 0.25, 0.00, 0.00, 0.19. Web safe color of #9ccecf is #99cccc. Color #9ccecf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011100 | 11001110 | 11001111 |
Octal | 234 | 316 | 317 |
Decimal | 156 | 206 | 207 |
Hex | 9C | CE | CF |
Shades of #9ccecf
Tints of #9ccecf
RGB Percentages of Color #9ccecf
CMYK Percentages of Color #9ccecf
Complementary Color
#9ccecf | #cf9d9c |
#9ccecf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9ccecf Color Preview on White Background
Lorem ipsum dolor sit amet.
#9ccecf Color CSS Codes
.mybgcolor {background-color:#9ccecf; } .myforecolor {color:#9ccecf; } .mybordercolor {border:3px solid #9ccecf; }
#9ccecf Text Font Color
<p style="color:#9ccecf">Text here</p>
This sample text font color is #9ccecf
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.
#9ccecf Background Color
<div style="background-color:#9ccecf">
Div content here</div>
This div background color is #9ccecf
#9ccecf Border Color
<div style="border:3px solid #9ccecf">
Div here</div>
This div border color is #9ccecf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(156,206,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9ccecf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9ccecf; -webkit-box-shadow: 1px 1px 3px 2px #9ccecf; box-shadow: 1px 1px 3px 2px #9ccecf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(156,206,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9ccecf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9ccecf; -webkit-box-shadow: 1px 1px 3px 2px #9ccecf; box-shadow: 1px 1px 3px 2px #9ccecf;">
Div content here</div>
This div box has shadow with color #9ccecf
Comments
No comments written yet.
Please login to write comment.