Color spaces of #ccbdcc
RGB | 204 | 189 | 204 |
---|---|---|---|
HSL | 0.83 | 0.13 | 0.77 |
HSV | 300° | 7° | 80° |
CMYK | 0.00 | 0.07 | 0.00 0.20 |
XYZ | 53.9985 | 53.5922 | 64.6250 |
Yxy | 53.5922 | 0.3136 | 0.3112 |
Hunter Lab | 73.2067 | 3.5529 | -1.0950 |
CIE-Lab | 78.2233 | 7.9768 | -5.6237 |
#ccbdcc color RGB value is (204,189,204).
#ccbdcc hex color red value is 204, green value is 189 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #ccbdcc hue: 0.83 , saturation: 0.13 and the lightness value of ccbdcc is 0.77.
The process color (four color CMYK) of #ccbdcc color hex is 0.00, 0.07, 0.00, 0.20. Web safe color of #ccbdcc is #cccccc. Color #ccbdcc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001100 | 10111101 | 11001100 |
Octal | 314 | 275 | 314 |
Decimal | 204 | 189 | 204 |
Hex | CC | BD | CC |
Shades of #ccbdcc
Tints of #ccbdcc
RGB Percentages of Color #ccbdcc
CMYK Percentages of Color #ccbdcc
Complementary Color
#ccbdcc | #bdccbd |
#ccbdcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ccbdcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ccbdcc Color CSS Codes
.mybgcolor {background-color:#ccbdcc; } .myforecolor {color:#ccbdcc; } .mybordercolor {border:3px solid #ccbdcc; }
#ccbdcc Text Font Color
<p style="color:#ccbdcc">Text here</p>
This sample text font color is #ccbdcc
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.
#ccbdcc Background Color
<div style="background-color:#ccbdcc">
Div content here</div>
This div background color is #ccbdcc
#ccbdcc Border Color
<div style="border:3px solid #ccbdcc">
Div here</div>
This div border color is #ccbdcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(204,189,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ccbdcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ccbdcc; -webkit-box-shadow: 1px 1px 3px 2px #ccbdcc; box-shadow: 1px 1px 3px 2px #ccbdcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(204,189,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 #ccbdcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ccbdcc; -webkit-box-shadow: 1px 1px 3px 2px #ccbdcc; box-shadow: 1px 1px 3px 2px #ccbdcc;">
Div content here</div>
This div box has shadow with color #ccbdcc
Comments
No comments written yet.
Please login to write comment.