Color spaces of #ccbcfc
RGB | 204 | 188 | 252 |
---|---|---|---|
HSL | 0.71 | 0.91 | 0.86 |
HSV | 255° | 25° | 99° |
CMYK | 0.19 | 0.25 | 0.00 0.01 |
XYZ | 60.4557 | 55.8321 | 99.6858 |
Yxy | 55.8321 | 0.2799 | 0.2585 |
Hunter Lab | 74.7209 | 13.6605 | -26.7947 |
CIE-Lab | 79.5182 | 18.2849 | -29.5158 |
#ccbcfc color RGB value is (204,188,252).
#ccbcfc hex color red value is 204, green value is 188 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ccbcfc hue: 0.71 , saturation: 0.91 and the lightness value of ccbcfc is 0.86.
The process color (four color CMYK) of #ccbcfc color hex is 0.19, 0.25, 0.00, 0.01. Web safe color of #ccbcfc is #ccccff. Color #ccbcfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10111100 | 11111100 |
Octal | 314 | 274 | 374 |
Decimal | 204 | 188 | 252 |
Hex | CC | BC | FC |
Shades of #ccbcfc
Tints of #ccbcfc
RGB Percentages of Color #ccbcfc
CMYK Percentages of Color #ccbcfc
Complementary Color
#ccbcfc | #ecfcbc |
#ccbcfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccbcfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccbcfc Color CSS Codes
.mybgcolor {background-color:#ccbcfc; } .myforecolor {color:#ccbcfc; } .mybordercolor {border:3px solid #ccbcfc; }
#ccbcfc Text Font Color
<p style="color:#ccbcfc">Text here</p>
This sample text font color is #ccbcfc
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.
#ccbcfc Background Color
<div style="background-color:#ccbcfc">
Div content here</div>
This div background color is #ccbcfc
#ccbcfc Border Color
<div style="border:3px solid #ccbcfc">
Div here</div>
This div border color is #ccbcfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,188,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccbcfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccbcfc; -webkit-box-shadow: 1px 1px 3px 2px #ccbcfc; box-shadow: 1px 1px 3px 2px #ccbcfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,188,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 #ccbcfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccbcfc; -webkit-box-shadow: 1px 1px 3px 2px #ccbcfc; box-shadow: 1px 1px 3px 2px #ccbcfc;">
Div content here</div>
This div box has shadow with color #ccbcfc
Comments
No comments written yet.
Please login to write comment.