Color spaces of #c0badc
RGB | 192 | 186 | 220 |
---|---|---|---|
HSL | 0.70 | 0.33 | 0.80 |
HSV | 251° | 15° | 86° |
CMYK | 0.13 | 0.15 | 0.00 0.14 |
XYZ | 52.2154 | 51.4916 | 74.8970 |
Yxy | 51.4916 | 0.2924 | 0.2883 |
Hunter Lab | 71.7576 | 4.3120 | -11.6535 |
CIE-Lab | 76.9758 | 8.7447 | -16.2456 |
#c0badc color RGB value is (192,186,220).
#c0badc hex color red value is 192, green value is 186 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c0badc hue: 0.70 , saturation: 0.33 and the lightness value of c0badc is 0.80.
The process color (four color CMYK) of #c0badc color hex is 0.13, 0.15, 0.00, 0.14. Web safe color of #c0badc is #cccccc. Color #c0badc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 10111010 | 11011100 |
Octal | 300 | 272 | 334 |
Decimal | 192 | 186 | 220 |
Hex | C0 | BA | DC |
Shades of #c0badc
Tints of #c0badc
RGB Percentages of Color #c0badc
CMYK Percentages of Color #c0badc
Complementary Color
#c0badc | #d6dcba |
#c0badc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c0badc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c0badc Color CSS Codes
.mybgcolor {background-color:#c0badc; } .myforecolor {color:#c0badc; } .mybordercolor {border:3px solid #c0badc; }
#c0badc Text Font Color
<p style="color:#c0badc">Text here</p>
This sample text font color is #c0badc
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.
#c0badc Background Color
<div style="background-color:#c0badc">
Div content here</div>
This div background color is #c0badc
#c0badc Border Color
<div style="border:3px solid #c0badc">
Div here</div>
This div border color is #c0badc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,186,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c0badc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c0badc; -webkit-box-shadow: 1px 1px 3px 2px #c0badc; box-shadow: 1px 1px 3px 2px #c0badc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,186,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 #c0badc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c0badc; -webkit-box-shadow: 1px 1px 3px 2px #c0badc; box-shadow: 1px 1px 3px 2px #c0badc;">
Div content here</div>
This div box has shadow with color #c0badc
Comments
No comments written yet.
Please login to write comment.