Color spaces of #cdffcc
RGB | 205 | 255 | 204 |
---|---|---|---|
HSL | 0.33 | 1.00 | 0.90 |
HSV | 119° | 20° | 100° |
CMYK | 0.20 | 0.00 | 0.20 0.00 |
XYZ | 71.8359 | 88.8588 | 70.4920 |
Yxy | 88.8588 | 0.3107 | 0.3844 |
Hunter Lab | 94.2649 | -28.9353 | 21.6480 |
CIE-Lab | 95.5214 | -25.2487 | 19.2608 |
#cdffcc color RGB value is (205,255,204).
#cdffcc hex color red value is 205, green value is 255 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #cdffcc hue: 0.33 , saturation: 1.00 and the lightness value of cdffcc is 0.90.
The process color (four color CMYK) of #cdffcc color hex is 0.20, 0.00, 0.20, 0.00. Web safe color of #cdffcc is #ccffcc. Color #cdffcc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001101 | 11111111 | 11001100 |
Octal | 315 | 377 | 314 |
Decimal | 205 | 255 | 204 |
Hex | CD | FF | CC |
Shades of #cdffcc
Tints of #cdffcc
RGB Percentages of Color #cdffcc
CMYK Percentages of Color #cdffcc
Complementary Color
#cdffcc | #feccff |
#cdffcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cdffcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cdffcc Color CSS Codes
.mybgcolor {background-color:#cdffcc; } .myforecolor {color:#cdffcc; } .mybordercolor {border:3px solid #cdffcc; }
#cdffcc Text Font Color
<p style="color:#cdffcc">Text here</p>
This sample text font color is #cdffcc
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.
#cdffcc Background Color
<div style="background-color:#cdffcc">
Div content here</div>
This div background color is #cdffcc
#cdffcc Border Color
<div style="border:3px solid #cdffcc">
Div here</div>
This div border color is #cdffcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(205,255,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cdffcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cdffcc; -webkit-box-shadow: 1px 1px 3px 2px #cdffcc; box-shadow: 1px 1px 3px 2px #cdffcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(205,255,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 #cdffcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cdffcc; -webkit-box-shadow: 1px 1px 3px 2px #cdffcc; box-shadow: 1px 1px 3px 2px #cdffcc;">
Div content here</div>
This div box has shadow with color #cdffcc
#cdffcc Color Palettes
Comments
No comments written yet.
Please login to write comment.