Color spaces of #ccd7cc
RGB | 204 | 215 | 204 |
---|---|---|---|
HSL | 0.33 | 0.12 | 0.82 |
HSV | 120° | 5° | 84° |
CMYK | 0.05 | 0.00 | 0.05 0.16 |
XYZ | 60.1014 | 65.7979 | 66.6593 |
Yxy | 65.7979 | 0.3121 | 0.3417 |
Hunter Lab | 81.1159 | -9.6964 | 8.0579 |
CIE-Lab | 84.8932 | -5.7251 | 4.1307 |
#ccd7cc color RGB value is (204,215,204).
#ccd7cc hex color red value is 204, green value is 215 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ccd7cc hue: 0.33 , saturation: 0.12 and the lightness value of ccd7cc is 0.82.
The process color (four color CMYK) of #ccd7cc color hex is 0.05, 0.00, 0.05, 0.16. Web safe color of #ccd7cc is #cccccc. Color #ccd7cc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11010111 | 11001100 |
Octal | 314 | 327 | 314 |
Decimal | 204 | 215 | 204 |
Hex | CC | D7 | CC |
Shades of #ccd7cc
Tints of #ccd7cc
RGB Percentages of Color #ccd7cc
CMYK Percentages of Color #ccd7cc
Complementary Color
#ccd7cc | #d7ccd7 |
#ccd7cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccd7cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccd7cc Color CSS Codes
.mybgcolor {background-color:#ccd7cc; } .myforecolor {color:#ccd7cc; } .mybordercolor {border:3px solid #ccd7cc; }
#ccd7cc Text Font Color
<p style="color:#ccd7cc">Text here</p>
This sample text font color is #ccd7cc
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.
#ccd7cc Background Color
<div style="background-color:#ccd7cc">
Div content here</div>
This div background color is #ccd7cc
#ccd7cc Border Color
<div style="border:3px solid #ccd7cc">
Div here</div>
This div border color is #ccd7cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,215,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccd7cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccd7cc; -webkit-box-shadow: 1px 1px 3px 2px #ccd7cc; box-shadow: 1px 1px 3px 2px #ccd7cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,215,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccd7cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccd7cc; -webkit-box-shadow: 1px 1px 3px 2px #ccd7cc; box-shadow: 1px 1px 3px 2px #ccd7cc;">
Div content here</div>
This div box has shadow with color #ccd7cc
Comments
No comments written yet.
Please login to write comment.