Color spaces of #9ccfec
RGB | 156 | 207 | 236 |
---|---|---|---|
HSL | 0.56 | 0.68 | 0.77 |
HSV | 202° | 34° | 93° |
CMYK | 0.34 | 0.12 | 0.00 0.07 |
XYZ | 51.1634 | 57.7497 | 87.8071 |
Yxy | 57.7497 | 0.2601 | 0.2936 |
Hunter Lab | 75.9932 | -12.8108 | -15.3119 |
CIE-Lab | 80.5994 | -9.6430 | -19.6093 |
#9ccfec color RGB value is (156,207,236).
#9ccfec hex color red value is 156, green value is 207 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #9ccfec hue: 0.56 , saturation: 0.68 and the lightness value of 9ccfec is 0.77.
The process color (four color CMYK) of #9ccfec color hex is 0.34, 0.12, 0.00, 0.07. Web safe color of #9ccfec is #99ccff. Color #9ccfec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10011100 | 11001111 | 11101100 |
Octal | 234 | 317 | 354 |
Decimal | 156 | 207 | 236 |
Hex | 9C | CF | EC |
Shades of #9ccfec
Tints of #9ccfec
RGB Percentages of Color #9ccfec
CMYK Percentages of Color #9ccfec
Complementary Color
#9ccfec | #ecb99c |
#9ccfec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#9ccfec Color Preview on White Background
Lorem ipsum dolor sit amet.
#9ccfec Color CSS Codes
.mybgcolor {background-color:#9ccfec; } .myforecolor {color:#9ccfec; } .mybordercolor {border:3px solid #9ccfec; }
#9ccfec Text Font Color
<p style="color:#9ccfec">Text here</p>
This sample text font color is #9ccfec
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.
#9ccfec Background Color
<div style="background-color:#9ccfec">
Div content here</div>
This div background color is #9ccfec
#9ccfec Border Color
<div style="border:3px solid #9ccfec">
Div here</div>
This div border color is #9ccfec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(156,207,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #9ccfec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9ccfec; -webkit-box-shadow: 1px 1px 3px 2px #9ccfec; box-shadow: 1px 1px 3px 2px #9ccfec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(156,207,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #9ccfec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #9ccfec; -webkit-box-shadow: 1px 1px 3px 2px #9ccfec; box-shadow: 1px 1px 3px 2px #9ccfec;">
Div content here</div>
This div box has shadow with color #9ccfec
Comments
No comments written yet.
Please login to write comment.