Color spaces of #ccefdd
RGB | 204 | 239 | 221 |
---|---|---|---|
HSL | 0.41 | 0.52 | 0.87 |
HSV | 149° | 15° | 94° |
CMYK | 0.15 | 0.00 | 0.08 0.06 |
XYZ | 68.8195 | 79.7908 | 80.1806 |
Yxy | 79.7908 | 0.3008 | 0.3487 |
Hunter Lab | 89.3257 | -18.7976 | 9.3081 |
CIE-Lab | 91.5909 | -14.7732 | 4.8952 |
#ccefdd color RGB value is (204,239,221).
#ccefdd hex color red value is 204, green value is 239 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #ccefdd hue: 0.41 , saturation: 0.52 and the lightness value of ccefdd is 0.87.
The process color (four color CMYK) of #ccefdd color hex is 0.15, 0.00, 0.08, 0.06. Web safe color of #ccefdd is #ccffcc. Color #ccefdd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11101111 | 11011101 |
Octal | 314 | 357 | 335 |
Decimal | 204 | 239 | 221 |
Hex | CC | EF | DD |
Shades of #ccefdd
Tints of #ccefdd
RGB Percentages of Color #ccefdd
CMYK Percentages of Color #ccefdd
Complementary Color
#ccefdd | #efccde |
#ccefdd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccefdd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccefdd Color CSS Codes
.mybgcolor {background-color:#ccefdd; } .myforecolor {color:#ccefdd; } .mybordercolor {border:3px solid #ccefdd; }
#ccefdd Text Font Color
<p style="color:#ccefdd">Text here</p>
This sample text font color is #ccefdd
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.
#ccefdd Background Color
<div style="background-color:#ccefdd">
Div content here</div>
This div background color is #ccefdd
#ccefdd Border Color
<div style="border:3px solid #ccefdd">
Div here</div>
This div border color is #ccefdd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,239,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccefdd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccefdd; -webkit-box-shadow: 1px 1px 3px 2px #ccefdd; box-shadow: 1px 1px 3px 2px #ccefdd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,239,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccefdd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccefdd; -webkit-box-shadow: 1px 1px 3px 2px #ccefdd; box-shadow: 1px 1px 3px 2px #ccefdd;">
Div content here</div>
This div box has shadow with color #ccefdd
Comments
No comments written yet.
Please login to write comment.