Color spaces of #cab3cf
RGB | 202 | 179 | 207 |
---|---|---|---|
HSL | 0.80 | 0.23 | 0.76 |
HSV | 289° | 14° | 81° |
CMYK | 0.02 | 0.14 | 0.00 0.19 |
XYZ | 51.7397 | 49.3017 | 65.8207 |
Yxy | 49.3017 | 0.3101 | 0.2955 |
Hunter Lab | 70.2152 | 8.6554 | -6.4287 |
CIE-Lab | 75.6386 | 13.2612 | -11.1103 |
#cab3cf color RGB value is (202,179,207).
#cab3cf hex color red value is 202, green value is 179 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #cab3cf hue: 0.80 , saturation: 0.23 and the lightness value of cab3cf is 0.76.
The process color (four color CMYK) of #cab3cf color hex is 0.02, 0.14, 0.00, 0.19. Web safe color of #cab3cf is #cccccc. Color #cab3cf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10110011 | 11001111 |
Octal | 312 | 263 | 317 |
Decimal | 202 | 179 | 207 |
Hex | CA | B3 | CF |
Shades of #cab3cf
Tints of #cab3cf
RGB Percentages of Color #cab3cf
CMYK Percentages of Color #cab3cf
Complementary Color
#cab3cf | #b8cfb3 |
#cab3cf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cab3cf Color Preview on White Background
Lorem ipsum dolor sit amet.
#cab3cf Color CSS Codes
.mybgcolor {background-color:#cab3cf; } .myforecolor {color:#cab3cf; } .mybordercolor {border:3px solid #cab3cf; }
#cab3cf Text Font Color
<p style="color:#cab3cf">Text here</p>
This sample text font color is #cab3cf
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.
#cab3cf Background Color
<div style="background-color:#cab3cf">
Div content here</div>
This div background color is #cab3cf
#cab3cf Border Color
<div style="border:3px solid #cab3cf">
Div here</div>
This div border color is #cab3cf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,179,207, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cab3cf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cab3cf; -webkit-box-shadow: 1px 1px 3px 2px #cab3cf; box-shadow: 1px 1px 3px 2px #cab3cf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,179,207, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cab3cf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cab3cf; -webkit-box-shadow: 1px 1px 3px 2px #cab3cf; box-shadow: 1px 1px 3px 2px #cab3cf;">
Div content here</div>
This div box has shadow with color #cab3cf
Comments
No comments written yet.
Please login to write comment.