Color spaces of #cab9bb
RGB | 202 | 185 | 187 |
---|---|---|---|
HSL | 0.98 | 0.14 | 0.76 |
HSV | 353° | 8° | 79° |
CMYK | 0.00 | 0.08 | 0.07 0.21 |
XYZ | 50.6757 | 50.8423 | 54.1564 |
Yxy | 50.8423 | 0.3255 | 0.3266 |
Hunter Lab | 71.3038 | 2.0786 | 4.8809 |
CIE-Lab | 76.5834 | 6.3711 | 1.1640 |
#cab9bb color RGB value is (202,185,187).
#cab9bb hex color red value is 202, green value is 185 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #cab9bb hue: 0.98 , saturation: 0.14 and the lightness value of cab9bb is 0.76.
The process color (four color CMYK) of #cab9bb color hex is 0.00, 0.08, 0.07, 0.21. Web safe color of #cab9bb is #cccccc. Color #cab9bb contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10111001 | 10111011 |
Octal | 312 | 271 | 273 |
Decimal | 202 | 185 | 187 |
Hex | CA | B9 | BB |
Shades of #cab9bb
Tints of #cab9bb
RGB Percentages of Color #cab9bb
CMYK Percentages of Color #cab9bb
Complementary Color
#cab9bb | #b9cac8 |
#cab9bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cab9bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#cab9bb Color CSS Codes
.mybgcolor {background-color:#cab9bb; } .myforecolor {color:#cab9bb; } .mybordercolor {border:3px solid #cab9bb; }
#cab9bb Text Font Color
<p style="color:#cab9bb">Text here</p>
This sample text font color is #cab9bb
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.
#cab9bb Background Color
<div style="background-color:#cab9bb">
Div content here</div>
This div background color is #cab9bb
#cab9bb Border Color
<div style="border:3px solid #cab9bb">
Div here</div>
This div border color is #cab9bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,185,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cab9bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cab9bb; -webkit-box-shadow: 1px 1px 3px 2px #cab9bb; box-shadow: 1px 1px 3px 2px #cab9bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,185,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 #cab9bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cab9bb; -webkit-box-shadow: 1px 1px 3px 2px #cab9bb; box-shadow: 1px 1px 3px 2px #cab9bb;">
Div content here</div>
This div box has shadow with color #cab9bb
Comments
No comments written yet.
Please login to write comment.