Color spaces of #ccdeff
RGB | 204 | 222 | 255 |
---|---|---|---|
HSL | 0.61 | 1.00 | 0.90 |
HSV | 219° | 20° | 100° |
CMYK | 0.20 | 0.13 | 0.00 0.00 |
XYZ | 69.0731 | 72.2999 | 104.9225 |
Yxy | 72.2999 | 0.2804 | 0.2935 |
Hunter Lab | 85.0293 | -3.7979 | -13.6407 |
CIE-Lab | 88.1127 | 0.7697 | -18.0403 |
#ccdeff color RGB value is (204,222,255).
#ccdeff hex color red value is 204, green value is 222 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ccdeff hue: 0.61 , saturation: 1.00 and the lightness value of ccdeff is 0.90.
The process color (four color CMYK) of #ccdeff color hex is 0.20, 0.13, 0.00, 0.00. Web safe color of #ccdeff is #ccccff. Color #ccdeff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11011110 | 11111111 |
Octal | 314 | 336 | 377 |
Decimal | 204 | 222 | 255 |
Hex | CC | DE | FF |
Shades of #ccdeff
Tints of #ccdeff
RGB Percentages of Color #ccdeff
CMYK Percentages of Color #ccdeff
Complementary Color
#ccdeff | #ffedcc |
#ccdeff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccdeff Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccdeff Color CSS Codes
.mybgcolor {background-color:#ccdeff; } .myforecolor {color:#ccdeff; } .mybordercolor {border:3px solid #ccdeff; }
#ccdeff Text Font Color
<p style="color:#ccdeff">Text here</p>
This sample text font color is #ccdeff
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.
#ccdeff Background Color
<div style="background-color:#ccdeff">
Div content here</div>
This div background color is #ccdeff
#ccdeff Border Color
<div style="border:3px solid #ccdeff">
Div here</div>
This div border color is #ccdeff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,222,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccdeff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccdeff; -webkit-box-shadow: 1px 1px 3px 2px #ccdeff; box-shadow: 1px 1px 3px 2px #ccdeff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,222,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccdeff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccdeff; -webkit-box-shadow: 1px 1px 3px 2px #ccdeff; box-shadow: 1px 1px 3px 2px #ccdeff;">
Div content here</div>
This div box has shadow with color #ccdeff
#ccdeff Color Palettes
Comments
No comments written yet.
Please login to write comment.