Color spaces of #c0cbad
RGB | 192 | 203 | 173 |
---|---|---|---|
HSL | 0.23 | 0.22 | 0.74 |
HSV | 82° | 15° | 80° |
CMYK | 0.05 | 0.00 | 0.15 0.20 |
XYZ | 50.6370 | 56.9355 | 47.8560 |
Yxy | 56.9355 | 0.3258 | 0.3663 |
Hunter Lab | 75.4556 | -12.2590 | 15.2156 |
CIE-Lab | 80.1433 | -9.0766 | 13.7018 |
#c0cbad color RGB value is (192,203,173).
#c0cbad hex color red value is 192, green value is 203 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #c0cbad hue: 0.23 , saturation: 0.22 and the lightness value of c0cbad is 0.74.
The process color (four color CMYK) of #c0cbad color hex is 0.05, 0.00, 0.15, 0.20. Web safe color of #c0cbad is #cccc99. Color #c0cbad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 11001011 | 10101101 |
Octal | 300 | 313 | 255 |
Decimal | 192 | 203 | 173 |
Hex | C0 | CB | AD |
Shades of #c0cbad
Tints of #c0cbad
RGB Percentages of Color #c0cbad
CMYK Percentages of Color #c0cbad
Complementary Color
#c0cbad | #b8adcb |
#c0cbad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c0cbad Color Preview on White Background
Lorem ipsum dolor sit amet.
#c0cbad Color CSS Codes
.mybgcolor {background-color:#c0cbad; } .myforecolor {color:#c0cbad; } .mybordercolor {border:3px solid #c0cbad; }
#c0cbad Text Font Color
<p style="color:#c0cbad">Text here</p>
This sample text font color is #c0cbad
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.
#c0cbad Background Color
<div style="background-color:#c0cbad">
Div content here</div>
This div background color is #c0cbad
#c0cbad Border Color
<div style="border:3px solid #c0cbad">
Div here</div>
This div border color is #c0cbad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,203,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c0cbad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c0cbad; -webkit-box-shadow: 1px 1px 3px 2px #c0cbad; box-shadow: 1px 1px 3px 2px #c0cbad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,203,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c0cbad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c0cbad; -webkit-box-shadow: 1px 1px 3px 2px #c0cbad; box-shadow: 1px 1px 3px 2px #c0cbad;">
Div content here</div>
This div box has shadow with color #c0cbad
Comments
No comments written yet.
Please login to write comment.