Color spaces of #cac6bb
RGB | 202 | 198 | 187 |
---|---|---|---|
HSL | 0.12 | 0.12 | 0.76 |
HSV | 44° | 7° | 79° |
CMYK | 0.00 | 0.02 | 0.07 0.21 |
XYZ | 53.5208 | 56.5326 | 55.1047 |
Yxy | 56.5326 | 0.3241 | 0.3423 |
Hunter Lab | 75.1882 | -4.5186 | 9.1786 |
CIE-Lab | 79.9160 | -0.5438 | 5.9903 |
#cac6bb color RGB value is (202,198,187).
#cac6bb hex color red value is 202, green value is 198 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cac6bb hue: 0.12 , saturation: 0.12 and the lightness value of cac6bb is 0.76.
The process color (four color CMYK) of #cac6bb color hex is 0.00, 0.02, 0.07, 0.21. Web safe color of #cac6bb is #cccccc. Color #cac6bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11000110 | 10111011 |
Octal | 312 | 306 | 273 |
Decimal | 202 | 198 | 187 |
Hex | CA | C6 | BB |
Shades of #cac6bb
Tints of #cac6bb
RGB Percentages of Color #cac6bb
CMYK Percentages of Color #cac6bb
Complementary Color
#cac6bb | #bbbfca |
#cac6bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cac6bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cac6bb Color CSS Codes
.mybgcolor {background-color:#cac6bb; } .myforecolor {color:#cac6bb; } .mybordercolor {border:3px solid #cac6bb; }
#cac6bb Text Font Color
<p style="color:#cac6bb">Text here</p>
This sample text font color is #cac6bb
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.
#cac6bb Background Color
<div style="background-color:#cac6bb">
Div content here</div>
This div background color is #cac6bb
#cac6bb Border Color
<div style="border:3px solid #cac6bb">
Div here</div>
This div border color is #cac6bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,198,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cac6bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cac6bb; -webkit-box-shadow: 1px 1px 3px 2px #cac6bb; box-shadow: 1px 1px 3px 2px #cac6bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,198,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cac6bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cac6bb; -webkit-box-shadow: 1px 1px 3px 2px #cac6bb; box-shadow: 1px 1px 3px 2px #cac6bb;">
Div content here</div>
This div box has shadow with color #cac6bb
Comments
No comments written yet.
Please login to write comment.