Color spaces of #ccddcd
RGB | 204 | 221 | 205 |
---|---|---|---|
HSL | 0.34 | 0.20 | 0.83 |
HSV | 124° | 8° | 87° |
CMYK | 0.08 | 0.00 | 0.07 0.13 |
XYZ | 61.7777 | 68.9581 | 67.8118 |
Yxy | 68.9581 | 0.3111 | 0.3473 |
Hunter Lab | 83.0410 | -12.5281 | 9.7121 |
CIE-Lab | 86.4833 | -8.6255 | 5.8991 |
#ccddcd color RGB value is (204,221,205).
#ccddcd hex color red value is 204, green value is 221 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ccddcd hue: 0.34 , saturation: 0.20 and the lightness value of ccddcd is 0.83.
The process color (four color CMYK) of #ccddcd color hex is 0.08, 0.00, 0.07, 0.13. Web safe color of #ccddcd is #cccccc. Color #ccddcd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11011101 | 11001101 |
Octal | 314 | 335 | 315 |
Decimal | 204 | 221 | 205 |
Hex | CC | DD | CD |
Shades of #ccddcd
Tints of #ccddcd
RGB Percentages of Color #ccddcd
CMYK Percentages of Color #ccddcd
Complementary Color
#ccddcd | #ddccdc |
#ccddcd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccddcd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccddcd Color CSS Codes
.mybgcolor {background-color:#ccddcd; } .myforecolor {color:#ccddcd; } .mybordercolor {border:3px solid #ccddcd; }
#ccddcd Text Font Color
<p style="color:#ccddcd">Text here</p>
This sample text font color is #ccddcd
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.
#ccddcd Background Color
<div style="background-color:#ccddcd">
Div content here</div>
This div background color is #ccddcd
#ccddcd Border Color
<div style="border:3px solid #ccddcd">
Div here</div>
This div border color is #ccddcd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,221,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccddcd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccddcd; -webkit-box-shadow: 1px 1px 3px 2px #ccddcd; box-shadow: 1px 1px 3px 2px #ccddcd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,221,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccddcd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccddcd; -webkit-box-shadow: 1px 1px 3px 2px #ccddcd; box-shadow: 1px 1px 3px 2px #ccddcd;">
Div content here</div>
This div box has shadow with color #ccddcd
Comments
No comments written yet.
Please login to write comment.