Color spaces of #cccfd6
RGB | 204 | 207 | 214 |
---|---|---|---|
HSL | 0.62 | 0.11 | 0.82 |
HSV | 222° | 5° | 84° |
CMYK | 0.05 | 0.03 | 0.00 0.16 |
XYZ | 59.3523 | 62.3181 | 72.5187 |
Yxy | 62.3181 | 0.3056 | 0.3209 |
Hunter Lab | 78.9418 | -3.9432 | 0.7934 |
CIE-Lab | 83.0823 | 0.2902 | -3.8284 |
#cccfd6 color RGB value is (204,207,214).
#cccfd6 hex color red value is 204, green value is 207 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #cccfd6 hue: 0.62 , saturation: 0.11 and the lightness value of cccfd6 is 0.82.
The process color (four color CMYK) of #cccfd6 color hex is 0.05, 0.03, 0.00, 0.16. Web safe color of #cccfd6 is #cccccc. Color #cccfd6 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11001111 | 11010110 |
Octal | 314 | 317 | 326 |
Decimal | 204 | 207 | 214 |
Hex | CC | CF | D6 |
Shades of #cccfd6
Tints of #cccfd6
RGB Percentages of Color #cccfd6
CMYK Percentages of Color #cccfd6
Complementary Color
#cccfd6 | #d6d3cc |
#cccfd6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cccfd6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cccfd6 Color CSS Codes
.mybgcolor {background-color:#cccfd6; } .myforecolor {color:#cccfd6; } .mybordercolor {border:3px solid #cccfd6; }
#cccfd6 Text Font Color
<p style="color:#cccfd6">Text here</p>
This sample text font color is #cccfd6
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.
#cccfd6 Background Color
<div style="background-color:#cccfd6">
Div content here</div>
This div background color is #cccfd6
#cccfd6 Border Color
<div style="border:3px solid #cccfd6">
Div here</div>
This div border color is #cccfd6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,207,214, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cccfd6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cccfd6; -webkit-box-shadow: 1px 1px 3px 2px #cccfd6; box-shadow: 1px 1px 3px 2px #cccfd6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,207,214, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cccfd6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cccfd6; -webkit-box-shadow: 1px 1px 3px 2px #cccfd6; box-shadow: 1px 1px 3px 2px #cccfd6;">
Div content here</div>
This div box has shadow with color #cccfd6
Comments
No comments written yet.
Please login to write comment.