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