Color spaces of #ccced2
RGB | 204 | 206 | 210 |
---|---|---|---|
HSL | 0.61 | 0.06 | 0.81 |
HSV | 220° | 3° | 82° |
CMYK | 0.03 | 0.02 | 0.00 0.18 |
XYZ | 58.6060 | 61.6331 | 69.7803 |
Yxy | 61.6331 | 0.3084 | 0.3244 |
Hunter Lab | 78.5068 | -4.1350 | 2.2551 |
CIE-Lab | 82.7179 | 0.0619 | -2.2299 |
#ccced2 color RGB value is (204,206,210).
#ccced2 hex color red value is 204, green value is 206 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #ccced2 hue: 0.61 , saturation: 0.06 and the lightness value of ccced2 is 0.81.
The process color (four color CMYK) of #ccced2 color hex is 0.03, 0.02, 0.00, 0.18. Web safe color of #ccced2 is #cccccc. Color #ccced2 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11001110 | 11010010 |
Octal | 314 | 316 | 322 |
Decimal | 204 | 206 | 210 |
Hex | CC | CE | D2 |
Shades of #ccced2
Tints of #ccced2
RGB Percentages of Color #ccced2
CMYK Percentages of Color #ccced2
Complementary Color
#ccced2 | #d2d0cc |
#ccced2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccced2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccced2 Color CSS Codes
.mybgcolor {background-color:#ccced2; } .myforecolor {color:#ccced2; } .mybordercolor {border:3px solid #ccced2; }
#ccced2 Text Font Color
<p style="color:#ccced2">Text here</p>
This sample text font color is #ccced2
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.
#ccced2 Background Color
<div style="background-color:#ccced2">
Div content here</div>
This div background color is #ccced2
#ccced2 Border Color
<div style="border:3px solid #ccced2">
Div here</div>
This div border color is #ccced2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,206,210, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccced2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccced2; -webkit-box-shadow: 1px 1px 3px 2px #ccced2; box-shadow: 1px 1px 3px 2px #ccced2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,206,210, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccced2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccced2; -webkit-box-shadow: 1px 1px 3px 2px #ccced2; box-shadow: 1px 1px 3px 2px #ccced2;">
Div content here</div>
This div box has shadow with color #ccced2
Comments
No comments written yet.
Please login to write comment.