Color spaces of #c0bbcf
RGB | 192 | 187 | 207 |
---|---|---|---|
HSL | 0.71 | 0.17 | 0.77 |
HSV | 255° | 10° | 81° |
CMYK | 0.07 | 0.10 | 0.00 0.19 |
XYZ | 50.7710 | 51.2521 | 66.2482 |
Yxy | 51.2521 | 0.3017 | 0.3046 |
Hunter Lab | 71.5906 | 1.3061 | -4.7521 |
CIE-Lab | 76.8315 | 5.5557 | -9.4191 |
#c0bbcf color RGB value is (192,187,207).
#c0bbcf hex color red value is 192, green value is 187 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c0bbcf hue: 0.71 , saturation: 0.17 and the lightness value of c0bbcf is 0.77.
The process color (four color CMYK) of #c0bbcf color hex is 0.07, 0.10, 0.00, 0.19. Web safe color of #c0bbcf is #cccccc. Color #c0bbcf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000000 | 10111011 | 11001111 |
Octal | 300 | 273 | 317 |
Decimal | 192 | 187 | 207 |
Hex | C0 | BB | CF |
Shades of #c0bbcf
Tints of #c0bbcf
RGB Percentages of Color #c0bbcf
CMYK Percentages of Color #c0bbcf
Complementary Color
#c0bbcf | #cacfbb |
#c0bbcf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c0bbcf Color Preview on White Background
Lorem ipsum dolor sit amet.
#c0bbcf Color CSS Codes
.mybgcolor {background-color:#c0bbcf; } .myforecolor {color:#c0bbcf; } .mybordercolor {border:3px solid #c0bbcf; }
#c0bbcf Text Font Color
<p style="color:#c0bbcf">Text here</p>
This sample text font color is #c0bbcf
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.
#c0bbcf Background Color
<div style="background-color:#c0bbcf">
Div content here</div>
This div background color is #c0bbcf
#c0bbcf Border Color
<div style="border:3px solid #c0bbcf">
Div here</div>
This div border color is #c0bbcf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(192,187,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c0bbcf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c0bbcf; -webkit-box-shadow: 1px 1px 3px 2px #c0bbcf; box-shadow: 1px 1px 3px 2px #c0bbcf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(192,187,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c0bbcf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c0bbcf; -webkit-box-shadow: 1px 1px 3px 2px #c0bbcf; box-shadow: 1px 1px 3px 2px #c0bbcf;">
Div content here</div>
This div box has shadow with color #c0bbcf
Comments
No comments written yet.
Please login to write comment.