Color spaces of #c0bcae
RGB | 192 | 188 | 174 |
---|---|---|---|
HSL | 0.13 | 0.13 | 0.72 |
HSV | 47° | 9° | 75° |
CMYK | 0.00 | 0.02 | 0.09 0.25 |
XYZ | 47.3614 | 50.2289 | 47.2433 |
Yxy | 50.2289 | 0.3270 | 0.3468 |
Hunter Lab | 70.8724 | -4.7416 | 10.0881 |
CIE-Lab | 76.2095 | -1.0564 | 7.5712 |
#c0bcae color RGB value is (192,188,174).
#c0bcae hex color red value is 192, green value is 188 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #c0bcae hue: 0.13 , saturation: 0.13 and the lightness value of c0bcae is 0.72.
The process color (four color CMYK) of #c0bcae color hex is 0.00, 0.02, 0.09, 0.25. Web safe color of #c0bcae is #cccc99. Color #c0bcae contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 10111100 | 10101110 |
Octal | 300 | 274 | 256 |
Decimal | 192 | 188 | 174 |
Hex | C0 | BC | AE |
Shades of #c0bcae
Tints of #c0bcae
RGB Percentages of Color #c0bcae
CMYK Percentages of Color #c0bcae
Complementary Color
#c0bcae | #aeb2c0 |
#c0bcae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c0bcae Color Preview on White Background
Lorem ipsum dolor sit amet.
#c0bcae Color CSS Codes
.mybgcolor {background-color:#c0bcae; } .myforecolor {color:#c0bcae; } .mybordercolor {border:3px solid #c0bcae; }
#c0bcae Text Font Color
<p style="color:#c0bcae">Text here</p>
This sample text font color is #c0bcae
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.
#c0bcae Background Color
<div style="background-color:#c0bcae">
Div content here</div>
This div background color is #c0bcae
#c0bcae Border Color
<div style="border:3px solid #c0bcae">
Div here</div>
This div border color is #c0bcae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,188,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c0bcae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c0bcae; -webkit-box-shadow: 1px 1px 3px 2px #c0bcae; box-shadow: 1px 1px 3px 2px #c0bcae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,188,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c0bcae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c0bcae; -webkit-box-shadow: 1px 1px 3px 2px #c0bcae; box-shadow: 1px 1px 3px 2px #c0bcae;">
Div content here</div>
This div box has shadow with color #c0bcae
Comments
No comments written yet.
Please login to write comment.