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