Color spaces of #c8bacc
RGB | 200 | 186 | 204 |
---|---|---|---|
HSL | 0.80 | 0.15 | 0.76 |
HSV | 287° | 9° | 80° |
CMYK | 0.02 | 0.09 | 0.00 0.20 |
XYZ | 52.2774 | 51.7568 | 64.3615 |
Yxy | 51.7568 | 0.3104 | 0.3074 |
Hunter Lab | 71.9422 | 3.8097 | -2.6830 |
CIE-Lab | 77.1352 | 8.2199 | -7.2711 |
#c8bacc color RGB value is (200,186,204).
#c8bacc hex color red value is 200, green value is 186 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c8bacc hue: 0.80 , saturation: 0.15 and the lightness value of c8bacc is 0.76.
The process color (four color CMYK) of #c8bacc color hex is 0.02, 0.09, 0.00, 0.20. Web safe color of #c8bacc is #cccccc. Color #c8bacc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 10111010 | 11001100 |
Octal | 310 | 272 | 314 |
Decimal | 200 | 186 | 204 |
Hex | C8 | BA | CC |
Shades of #c8bacc
Tints of #c8bacc
RGB Percentages of Color #c8bacc
CMYK Percentages of Color #c8bacc
Complementary Color
#c8bacc | #beccba |
#c8bacc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c8bacc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c8bacc Color CSS Codes
.mybgcolor {background-color:#c8bacc; } .myforecolor {color:#c8bacc; } .mybordercolor {border:3px solid #c8bacc; }
#c8bacc Text Font Color
<p style="color:#c8bacc">Text here</p>
This sample text font color is #c8bacc
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.
#c8bacc Background Color
<div style="background-color:#c8bacc">
Div content here</div>
This div background color is #c8bacc
#c8bacc Border Color
<div style="border:3px solid #c8bacc">
Div here</div>
This div border color is #c8bacc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,186,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c8bacc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c8bacc; -webkit-box-shadow: 1px 1px 3px 2px #c8bacc; box-shadow: 1px 1px 3px 2px #c8bacc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,186,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 #c8bacc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c8bacc; -webkit-box-shadow: 1px 1px 3px 2px #c8bacc; box-shadow: 1px 1px 3px 2px #c8bacc;">
Div content here</div>
This div box has shadow with color #c8bacc
Comments
No comments written yet.
Please login to write comment.