Color spaces of #ccfbfc
RGB | 204 | 251 | 252 |
---|---|---|---|
HSL | 0.50 | 0.89 | 0.89 |
HSV | 181° | 19° | 99° |
CMYK | 0.19 | 0.00 | 0.00 0.01 |
XYZ | 76.9697 | 88.8600 | 105.1904 |
Yxy | 88.8600 | 0.2840 | 0.3279 |
Hunter Lab | 94.2656 | -19.2160 | -0.1754 |
CIE-Lab | 95.5219 | -14.6500 | -5.4339 |
#ccfbfc color RGB value is (204,251,252).
#ccfbfc hex color red value is 204, green value is 251 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ccfbfc hue: 0.50 , saturation: 0.89 and the lightness value of ccfbfc is 0.89.
The process color (four color CMYK) of #ccfbfc color hex is 0.19, 0.00, 0.00, 0.01. Web safe color of #ccfbfc is #ccffff. Color #ccfbfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11111011 | 11111100 |
Octal | 314 | 373 | 374 |
Decimal | 204 | 251 | 252 |
Hex | CC | FB | FC |
Shades of #ccfbfc
Tints of #ccfbfc
RGB Percentages of Color #ccfbfc
CMYK Percentages of Color #ccfbfc
Complementary Color
#ccfbfc | #fccdcc |
#ccfbfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccfbfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccfbfc Color CSS Codes
.mybgcolor {background-color:#ccfbfc; } .myforecolor {color:#ccfbfc; } .mybordercolor {border:3px solid #ccfbfc; }
#ccfbfc Text Font Color
<p style="color:#ccfbfc">Text here</p>
This sample text font color is #ccfbfc
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.
#ccfbfc Background Color
<div style="background-color:#ccfbfc">
Div content here</div>
This div background color is #ccfbfc
#ccfbfc Border Color
<div style="border:3px solid #ccfbfc">
Div here</div>
This div border color is #ccfbfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,251,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccfbfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccfbfc; -webkit-box-shadow: 1px 1px 3px 2px #ccfbfc; box-shadow: 1px 1px 3px 2px #ccfbfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,251,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccfbfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccfbfc; -webkit-box-shadow: 1px 1px 3px 2px #ccfbfc; box-shadow: 1px 1px 3px 2px #ccfbfc;">
Div content here</div>
This div box has shadow with color #ccfbfc
Comments
No comments written yet.
Please login to write comment.