Color spaces of #c6badb
RGB | 198 | 186 | 219 |
---|---|---|---|
HSL | 0.73 | 0.31 | 0.79 |
HSV | 262° | 15° | 86° |
CMYK | 0.10 | 0.15 | 0.00 0.14 |
XYZ | 53.6338 | 52.2381 | 74.2740 |
Yxy | 52.2381 | 0.2977 | 0.2900 |
Hunter Lab | 72.2759 | 5.9766 | -10.3359 |
CIE-Lab | 77.4230 | 10.4922 | -14.9838 |
#c6badb color RGB value is (198,186,219).
#c6badb hex color red value is 198, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #c6badb hue: 0.73 , saturation: 0.31 and the lightness value of c6badb is 0.79.
The process color (four color CMYK) of #c6badb color hex is 0.10, 0.15, 0.00, 0.14. Web safe color of #c6badb is #cccccc. Color #c6badb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 10111010 | 11011011 |
Octal | 306 | 272 | 333 |
Decimal | 198 | 186 | 219 |
Hex | C6 | BA | DB |
Shades of #c6badb
Tints of #c6badb
RGB Percentages of Color #c6badb
CMYK Percentages of Color #c6badb
Complementary Color
#c6badb | #cfdbba |
#c6badb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c6badb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c6badb Color CSS Codes
.mybgcolor {background-color:#c6badb; } .myforecolor {color:#c6badb; } .mybordercolor {border:3px solid #c6badb; }
#c6badb Text Font Color
<p style="color:#c6badb">Text here</p>
This sample text font color is #c6badb
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.
#c6badb Background Color
<div style="background-color:#c6badb">
Div content here</div>
This div background color is #c6badb
#c6badb Border Color
<div style="border:3px solid #c6badb">
Div here</div>
This div border color is #c6badb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,186,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c6badb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c6badb; -webkit-box-shadow: 1px 1px 3px 2px #c6badb; box-shadow: 1px 1px 3px 2px #c6badb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,186,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c6badb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c6badb; -webkit-box-shadow: 1px 1px 3px 2px #c6badb; box-shadow: 1px 1px 3px 2px #c6badb;">
Div content here</div>
This div box has shadow with color #c6badb
Comments
No comments written yet.
Please login to write comment.