Color spaces of #c0cdca
RGB | 192 | 205 | 202 |
---|---|---|---|
HSL | 0.46 | 0.12 | 0.78 |
HSV | 166° | 6° | 80° |
CMYK | 0.06 | 0.00 | 0.01 0.20 |
XYZ | 54.2302 | 59.1334 | 64.4328 |
Yxy | 59.1334 | 0.3050 | 0.3326 |
Hunter Lab | 76.8982 | -8.6901 | 4.1499 |
CIE-Lab | 81.3649 | -4.9727 | -0.0405 |
#c0cdca color RGB value is (192,205,202).
#c0cdca hex color red value is 192, green value is 205 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c0cdca hue: 0.46 , saturation: 0.12 and the lightness value of c0cdca is 0.78.
The process color (four color CMYK) of #c0cdca color hex is 0.06, 0.00, 0.01, 0.20. Web safe color of #c0cdca is #cccccc. Color #c0cdca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 11001101 | 11001010 |
Octal | 300 | 315 | 312 |
Decimal | 192 | 205 | 202 |
Hex | C0 | CD | CA |
Shades of #c0cdca
Tints of #c0cdca
RGB Percentages of Color #c0cdca
CMYK Percentages of Color #c0cdca
Complementary Color
#c0cdca | #cdc0c3 |
#c0cdca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c0cdca Color Preview on White Background
Lorem ipsum dolor sit amet.
#c0cdca Color CSS Codes
.mybgcolor {background-color:#c0cdca; } .myforecolor {color:#c0cdca; } .mybordercolor {border:3px solid #c0cdca; }
#c0cdca Text Font Color
<p style="color:#c0cdca">Text here</p>
This sample text font color is #c0cdca
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.
#c0cdca Background Color
<div style="background-color:#c0cdca">
Div content here</div>
This div background color is #c0cdca
#c0cdca Border Color
<div style="border:3px solid #c0cdca">
Div here</div>
This div border color is #c0cdca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,205,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c0cdca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c0cdca; -webkit-box-shadow: 1px 1px 3px 2px #c0cdca; box-shadow: 1px 1px 3px 2px #c0cdca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,205,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 #c0cdca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c0cdca; -webkit-box-shadow: 1px 1px 3px 2px #c0cdca; box-shadow: 1px 1px 3px 2px #c0cdca;">
Div content here</div>
This div box has shadow with color #c0cdca
Comments
No comments written yet.
Please login to write comment.