Color spaces of #c6cbcc
RGB | 198 | 203 | 204 |
---|---|---|---|
HSL | 0.53 | 0.06 | 0.79 |
HSV | 190° | 3° | 80° |
CMYK | 0.03 | 0.00 | 0.00 0.20 |
XYZ | 55.5437 | 59.0773 | 65.6023 |
Yxy | 59.0773 | 0.3082 | 0.3278 |
Hunter Lab | 76.8618 | -5.5161 | 3.1986 |
CIE-Lab | 81.3341 | -1.5185 | -1.1034 |
#c6cbcc color RGB value is (198,203,204).
#c6cbcc hex color red value is 198, green value is 203 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c6cbcc hue: 0.53 , saturation: 0.06 and the lightness value of c6cbcc is 0.79.
The process color (four color CMYK) of #c6cbcc color hex is 0.03, 0.00, 0.00, 0.20. Web safe color of #c6cbcc is #cccccc. Color #c6cbcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 11001011 | 11001100 |
Octal | 306 | 313 | 314 |
Decimal | 198 | 203 | 204 |
Hex | C6 | CB | CC |
Shades of #c6cbcc
Tints of #c6cbcc
RGB Percentages of Color #c6cbcc
CMYK Percentages of Color #c6cbcc
Complementary Color
#c6cbcc | #ccc7c6 |
#c6cbcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c6cbcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c6cbcc Color CSS Codes
.mybgcolor {background-color:#c6cbcc; } .myforecolor {color:#c6cbcc; } .mybordercolor {border:3px solid #c6cbcc; }
#c6cbcc Text Font Color
<p style="color:#c6cbcc">Text here</p>
This sample text font color is #c6cbcc
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.
#c6cbcc Background Color
<div style="background-color:#c6cbcc">
Div content here</div>
This div background color is #c6cbcc
#c6cbcc Border Color
<div style="border:3px solid #c6cbcc">
Div here</div>
This div border color is #c6cbcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,203,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c6cbcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c6cbcc; -webkit-box-shadow: 1px 1px 3px 2px #c6cbcc; box-shadow: 1px 1px 3px 2px #c6cbcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,203,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 #c6cbcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c6cbcc; -webkit-box-shadow: 1px 1px 3px 2px #c6cbcc; box-shadow: 1px 1px 3px 2px #c6cbcc;">
Div content here</div>
This div box has shadow with color #c6cbcc
#c6cbcc Color Palettes
Comments
No comments written yet.
Please login to write comment.