Color spaces of #cbcbbc
RGB | 203 | 203 | 188 |
---|---|---|---|
HSL | 0.17 | 0.13 | 0.77 |
HSV | 60° | 7° | 80° |
CMYK | 0.00 | 0.00 | 0.07 0.20 |
XYZ | 55.0616 | 59.0392 | 56.0706 |
Yxy | 59.0392 | 0.3236 | 0.3469 |
Hunter Lab | 76.8370 | -6.5511 | 10.5199 |
CIE-Lab | 81.3131 | -2.6412 | 7.4733 |
#cbcbbc color RGB value is (203,203,188).
#cbcbbc hex color red value is 203, green value is 203 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #cbcbbc hue: 0.17 , saturation: 0.13 and the lightness value of cbcbbc is 0.77.
The process color (four color CMYK) of #cbcbbc color hex is 0.00, 0.00, 0.07, 0.20. Web safe color of #cbcbbc is #cccccc. Color #cbcbbc contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11001011 | 10111100 |
Octal | 313 | 313 | 274 |
Decimal | 203 | 203 | 188 |
Hex | CB | CB | BC |
Shades of #cbcbbc
Tints of #cbcbbc
RGB Percentages of Color #cbcbbc
CMYK Percentages of Color #cbcbbc
Complementary Color
#cbcbbc | #bcbccb |
#cbcbbc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbcbbc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbcbbc Color CSS Codes
.mybgcolor {background-color:#cbcbbc; } .myforecolor {color:#cbcbbc; } .mybordercolor {border:3px solid #cbcbbc; }
#cbcbbc Text Font Color
<p style="color:#cbcbbc">Text here</p>
This sample text font color is #cbcbbc
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.
#cbcbbc Background Color
<div style="background-color:#cbcbbc">
Div content here</div>
This div background color is #cbcbbc
#cbcbbc Border Color
<div style="border:3px solid #cbcbbc">
Div here</div>
This div border color is #cbcbbc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,203,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbcbbc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbcbbc; -webkit-box-shadow: 1px 1px 3px 2px #cbcbbc; box-shadow: 1px 1px 3px 2px #cbcbbc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,203,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbcbbc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbcbbc; -webkit-box-shadow: 1px 1px 3px 2px #cbcbbc; box-shadow: 1px 1px 3px 2px #cbcbbc;">
Div content here</div>
This div box has shadow with color #cbcbbc
Comments
No comments written yet.
Please login to write comment.