Color spaces of #ccdffc
RGB | 204 | 223 | 252 |
---|---|---|---|
HSL | 0.60 | 0.89 | 0.89 |
HSV | 216° | 19° | 99° |
CMYK | 0.19 | 0.12 | 0.00 0.01 |
XYZ | 68.8602 | 72.6410 | 102.4873 |
Yxy | 72.6410 | 0.2822 | 0.2977 |
Hunter Lab | 85.2297 | -4.9352 | -11.6345 |
CIE-Lab | 88.2762 | -0.3972 | -16.2182 |
#ccdffc color RGB value is (204,223,252).
#ccdffc hex color red value is 204, green value is 223 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ccdffc hue: 0.60 , saturation: 0.89 and the lightness value of ccdffc is 0.89.
The process color (four color CMYK) of #ccdffc color hex is 0.19, 0.12, 0.00, 0.01. Web safe color of #ccdffc is #ccccff. Color #ccdffc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11011111 | 11111100 |
Octal | 314 | 337 | 374 |
Decimal | 204 | 223 | 252 |
Hex | CC | DF | FC |
Shades of #ccdffc
Tints of #ccdffc
RGB Percentages of Color #ccdffc
CMYK Percentages of Color #ccdffc
Complementary Color
#ccdffc | #fce9cc |
#ccdffc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccdffc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccdffc Color CSS Codes
.mybgcolor {background-color:#ccdffc; } .myforecolor {color:#ccdffc; } .mybordercolor {border:3px solid #ccdffc; }
#ccdffc Text Font Color
<p style="color:#ccdffc">Text here</p>
This sample text font color is #ccdffc
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.
#ccdffc Background Color
<div style="background-color:#ccdffc">
Div content here</div>
This div background color is #ccdffc
#ccdffc Border Color
<div style="border:3px solid #ccdffc">
Div here</div>
This div border color is #ccdffc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,223,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccdffc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccdffc; -webkit-box-shadow: 1px 1px 3px 2px #ccdffc; box-shadow: 1px 1px 3px 2px #ccdffc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,223,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 #ccdffc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccdffc; -webkit-box-shadow: 1px 1px 3px 2px #ccdffc; box-shadow: 1px 1px 3px 2px #ccdffc;">
Div content here</div>
This div box has shadow with color #ccdffc
Comments
No comments written yet.
Please login to write comment.