Color spaces of #cab2ba
RGB | 202 | 178 | 186 |
---|---|---|---|
HSL | 0.94 | 0.18 | 0.75 |
HSV | 340° | 12° | 79° |
CMYK | 0.00 | 0.12 | 0.08 0.21 |
XYZ | 49.1404 | 47.9425 | 53.1182 |
Yxy | 47.9425 | 0.3272 | 0.3192 |
Hunter Lab | 69.2405 | 5.5116 | 2.9838 |
CIE-Lab | 74.7886 | 9.9705 | -0.9112 |
#cab2ba color RGB value is (202,178,186).
#cab2ba hex color red value is 202, green value is 178 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #cab2ba hue: 0.94 , saturation: 0.18 and the lightness value of cab2ba is 0.75.
The process color (four color CMYK) of #cab2ba color hex is 0.00, 0.12, 0.08, 0.21. Web safe color of #cab2ba is #cc99cc. Color #cab2ba contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10110010 | 10111010 |
Octal | 312 | 262 | 272 |
Decimal | 202 | 178 | 186 |
Hex | CA | B2 | BA |
Shades of #cab2ba
Tints of #cab2ba
RGB Percentages of Color #cab2ba
CMYK Percentages of Color #cab2ba
Complementary Color
#cab2ba | #b2cac2 |
#cab2ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cab2ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#cab2ba Color CSS Codes
.mybgcolor {background-color:#cab2ba; } .myforecolor {color:#cab2ba; } .mybordercolor {border:3px solid #cab2ba; }
#cab2ba Text Font Color
<p style="color:#cab2ba">Text here</p>
This sample text font color is #cab2ba
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.
#cab2ba Background Color
<div style="background-color:#cab2ba">
Div content here</div>
This div background color is #cab2ba
#cab2ba Border Color
<div style="border:3px solid #cab2ba">
Div here</div>
This div border color is #cab2ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,178,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cab2ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cab2ba; -webkit-box-shadow: 1px 1px 3px 2px #cab2ba; box-shadow: 1px 1px 3px 2px #cab2ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,178,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cab2ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cab2ba; -webkit-box-shadow: 1px 1px 3px 2px #cab2ba; box-shadow: 1px 1px 3px 2px #cab2ba;">
Div content here</div>
This div box has shadow with color #cab2ba
Comments
No comments written yet.
Please login to write comment.