Color spaces of #cacbc5
RGB | 202 | 203 | 197 |
---|---|---|---|
HSL | 0.19 | 0.05 | 0.78 |
HSV | 70° | 3° | 80° |
CMYK | 0.00 | 0.00 | 0.03 0.20 |
XYZ | 55.7911 | 59.2996 | 61.3288 |
Yxy | 59.2996 | 0.3162 | 0.3361 |
Hunter Lab | 77.0062 | -5.4375 | 6.6850 |
CIE-Lab | 81.4560 | -1.4243 | 2.8575 |
#cacbc5 color RGB value is (202,203,197).
#cacbc5 hex color red value is 202, green value is 203 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #cacbc5 hue: 0.19 , saturation: 0.05 and the lightness value of cacbc5 is 0.78.
The process color (four color CMYK) of #cacbc5 color hex is 0.00, 0.00, 0.03, 0.20. Web safe color of #cacbc5 is #cccccc. Color #cacbc5 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11001011 | 11000101 |
Octal | 312 | 313 | 305 |
Decimal | 202 | 203 | 197 |
Hex | CA | CB | C5 |
Shades of #cacbc5
Tints of #cacbc5
RGB Percentages of Color #cacbc5
CMYK Percentages of Color #cacbc5
Complementary Color
#cacbc5 | #c6c5cb |
#cacbc5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cacbc5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cacbc5 Color CSS Codes
.mybgcolor {background-color:#cacbc5; } .myforecolor {color:#cacbc5; } .mybordercolor {border:3px solid #cacbc5; }
#cacbc5 Text Font Color
<p style="color:#cacbc5">Text here</p>
This sample text font color is #cacbc5
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.
#cacbc5 Background Color
<div style="background-color:#cacbc5">
Div content here</div>
This div background color is #cacbc5
#cacbc5 Border Color
<div style="border:3px solid #cacbc5">
Div here</div>
This div border color is #cacbc5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,203,197, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cacbc5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cacbc5; -webkit-box-shadow: 1px 1px 3px 2px #cacbc5; box-shadow: 1px 1px 3px 2px #cacbc5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,203,197, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cacbc5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cacbc5; -webkit-box-shadow: 1px 1px 3px 2px #cacbc5; box-shadow: 1px 1px 3px 2px #cacbc5;">
Div content here</div>
This div box has shadow with color #cacbc5
Comments
No comments written yet.
Please login to write comment.