Color spaces of #c0adca
RGB | 192 | 173 | 202 |
---|---|---|---|
HSL | 0.78 | 0.21 | 0.74 |
HSV | 279° | 14° | 79° |
CMYK | 0.05 | 0.14 | 0.00 0.21 |
XYZ | 47.3425 | 45.3579 | 62.1368 |
Yxy | 45.3579 | 0.3058 | 0.2929 |
Hunter Lab | 67.3483 | 7.6172 | -7.5583 |
CIE-Lab | 73.1269 | 12.1780 | -12.2252 |
#c0adca color RGB value is (192,173,202).
#c0adca hex color red value is 192, green value is 173 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c0adca hue: 0.78 , saturation: 0.21 and the lightness value of c0adca is 0.74.
The process color (four color CMYK) of #c0adca color hex is 0.05, 0.14, 0.00, 0.21. Web safe color of #c0adca is #cc99cc. Color #c0adca contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 10101101 | 11001010 |
Octal | 300 | 255 | 312 |
Decimal | 192 | 173 | 202 |
Hex | C0 | AD | CA |
Shades of #c0adca
Tints of #c0adca
RGB Percentages of Color #c0adca
CMYK Percentages of Color #c0adca
Complementary Color
#c0adca | #b7caad |
#c0adca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c0adca Color Preview on White Background
Lorem ipsum dolor sit amet.
#c0adca Color CSS Codes
.mybgcolor {background-color:#c0adca; } .myforecolor {color:#c0adca; } .mybordercolor {border:3px solid #c0adca; }
#c0adca Text Font Color
<p style="color:#c0adca">Text here</p>
This sample text font color is #c0adca
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.
#c0adca Background Color
<div style="background-color:#c0adca">
Div content here</div>
This div background color is #c0adca
#c0adca Border Color
<div style="border:3px solid #c0adca">
Div here</div>
This div border color is #c0adca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,173,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c0adca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c0adca; -webkit-box-shadow: 1px 1px 3px 2px #c0adca; box-shadow: 1px 1px 3px 2px #c0adca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,173,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c0adca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c0adca; -webkit-box-shadow: 1px 1px 3px 2px #c0adca; box-shadow: 1px 1px 3px 2px #c0adca;">
Div content here</div>
This div box has shadow with color #c0adca
Comments
No comments written yet.
Please login to write comment.