Color spaces of #ccebdc
RGB | 204 | 235 | 220 |
---|---|---|---|
HSL | 0.42 | 0.44 | 0.86 |
HSV | 151° | 13° | 92° |
CMYK | 0.13 | 0.00 | 0.06 0.08 |
XYZ | 67.5284 | 77.4213 | 79.0948 |
Yxy | 77.4213 | 0.3014 | 0.3456 |
Hunter Lab | 87.9894 | -16.9896 | 8.2960 |
CIE-Lab | 90.5152 | -12.9619 | 3.8594 |
#ccebdc color RGB value is (204,235,220).
#ccebdc hex color red value is 204, green value is 235 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ccebdc hue: 0.42 , saturation: 0.44 and the lightness value of ccebdc is 0.86.
The process color (four color CMYK) of #ccebdc color hex is 0.13, 0.00, 0.06, 0.08. Web safe color of #ccebdc is #ccffcc. Color #ccebdc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 11101011 | 11011100 |
Octal | 314 | 353 | 334 |
Decimal | 204 | 235 | 220 |
Hex | CC | EB | DC |
Shades of #ccebdc
Tints of #ccebdc
RGB Percentages of Color #ccebdc
CMYK Percentages of Color #ccebdc
Complementary Color
#ccebdc | #ebccdb |
#ccebdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccebdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccebdc Color CSS Codes
.mybgcolor {background-color:#ccebdc; } .myforecolor {color:#ccebdc; } .mybordercolor {border:3px solid #ccebdc; }
#ccebdc Text Font Color
<p style="color:#ccebdc">Text here</p>
This sample text font color is #ccebdc
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.
#ccebdc Background Color
<div style="background-color:#ccebdc">
Div content here</div>
This div background color is #ccebdc
#ccebdc Border Color
<div style="border:3px solid #ccebdc">
Div here</div>
This div border color is #ccebdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,235,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccebdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccebdc; -webkit-box-shadow: 1px 1px 3px 2px #ccebdc; box-shadow: 1px 1px 3px 2px #ccebdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,235,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ccebdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccebdc; -webkit-box-shadow: 1px 1px 3px 2px #ccebdc; box-shadow: 1px 1px 3px 2px #ccebdc;">
Div content here</div>
This div box has shadow with color #ccebdc
Comments
No comments written yet.
Please login to write comment.