Color spaces of #cccafe
RGB | 204 | 202 | 254 |
---|---|---|---|
HSL | 0.67 | 0.96 | 0.89 |
HSV | 242° | 20° | 100° |
CMYK | 0.20 | 0.20 | 0.00 0.00 |
XYZ | 63.9118 | 62.2342 | 102.4098 |
Yxy | 62.2342 | 0.2796 | 0.2723 |
Hunter Lab | 78.8887 | 6.5570 | -21.7456 |
CIE-Lab | 83.0378 | 11.1567 | -25.2005 |
#cccafe color RGB value is (204,202,254).
#cccafe hex color red value is 204, green value is 202 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #cccafe hue: 0.67 , saturation: 0.96 and the lightness value of cccafe is 0.89.
The process color (four color CMYK) of #cccafe color hex is 0.20, 0.20, 0.00, 0.00. Web safe color of #cccafe is #ccccff. Color #cccafe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11001010 | 11111110 |
Octal | 314 | 312 | 376 |
Decimal | 204 | 202 | 254 |
Hex | CC | CA | FE |
Shades of #cccafe
Tints of #cccafe
RGB Percentages of Color #cccafe
CMYK Percentages of Color #cccafe
Complementary Color
#cccafe | #fcfeca |
#cccafe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cccafe Color Preview on White Background
Lorem ipsum dolor sit amet.
#cccafe Color CSS Codes
.mybgcolor {background-color:#cccafe; } .myforecolor {color:#cccafe; } .mybordercolor {border:3px solid #cccafe; }
#cccafe Text Font Color
<p style="color:#cccafe">Text here</p>
This sample text font color is #cccafe
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.
#cccafe Background Color
<div style="background-color:#cccafe">
Div content here</div>
This div background color is #cccafe
#cccafe Border Color
<div style="border:3px solid #cccafe">
Div here</div>
This div border color is #cccafe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,202,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cccafe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cccafe; -webkit-box-shadow: 1px 1px 3px 2px #cccafe; box-shadow: 1px 1px 3px 2px #cccafe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,202,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cccafe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cccafe; -webkit-box-shadow: 1px 1px 3px 2px #cccafe; box-shadow: 1px 1px 3px 2px #cccafe;">
Div content here</div>
This div box has shadow with color #cccafe
Comments
No comments written yet.
Please login to write comment.