Color spaces of #ccdcd7
RGB | 204 | 220 | 215 |
---|---|---|---|
HSL | 0.45 | 0.19 | 0.83 |
HSV | 161° | 7° | 86° |
CMYK | 0.07 | 0.00 | 0.02 0.14 |
XYZ | 62.7608 | 68.9301 | 74.2870 |
Yxy | 68.9301 | 0.3047 | 0.3346 |
Hunter Lab | 83.0242 | -10.3580 | 5.0664 |
CIE-Lab | 86.4694 | -6.2803 | 0.6032 |
#ccdcd7 color RGB value is (204,220,215).
#ccdcd7 hex color red value is 204, green value is 220 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #ccdcd7 hue: 0.45 , saturation: 0.19 and the lightness value of ccdcd7 is 0.83.
The process color (four color CMYK) of #ccdcd7 color hex is 0.07, 0.00, 0.02, 0.14. Web safe color of #ccdcd7 is #cccccc. Color #ccdcd7 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11011100 | 11010111 |
Octal | 314 | 334 | 327 |
Decimal | 204 | 220 | 215 |
Hex | CC | DC | D7 |
Shades of #ccdcd7
Tints of #ccdcd7
RGB Percentages of Color #ccdcd7
CMYK Percentages of Color #ccdcd7
Complementary Color
#ccdcd7 | #dcccd1 |
#ccdcd7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccdcd7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccdcd7 Color CSS Codes
.mybgcolor {background-color:#ccdcd7; } .myforecolor {color:#ccdcd7; } .mybordercolor {border:3px solid #ccdcd7; }
#ccdcd7 Text Font Color
<p style="color:#ccdcd7">Text here</p>
This sample text font color is #ccdcd7
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.
#ccdcd7 Background Color
<div style="background-color:#ccdcd7">
Div content here</div>
This div background color is #ccdcd7
#ccdcd7 Border Color
<div style="border:3px solid #ccdcd7">
Div here</div>
This div border color is #ccdcd7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,220,215, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccdcd7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccdcd7; -webkit-box-shadow: 1px 1px 3px 2px #ccdcd7; box-shadow: 1px 1px 3px 2px #ccdcd7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,220,215, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccdcd7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccdcd7; -webkit-box-shadow: 1px 1px 3px 2px #ccdcd7; box-shadow: 1px 1px 3px 2px #ccdcd7;">
Div content here</div>
This div box has shadow with color #ccdcd7
Comments
No comments written yet.
Please login to write comment.