Color spaces of #cab7cd
RGB | 202 | 183 | 205 |
---|---|---|---|
HSL | 0.81 | 0.18 | 0.76 |
HSV | 292° | 11° | 80° |
CMYK | 0.01 | 0.11 | 0.00 0.20 |
XYZ | 52.3101 | 50.8313 | 64.8120 |
Yxy | 50.8313 | 0.3115 | 0.3027 |
Hunter Lab | 71.2961 | 6.1978 | -3.9906 |
CIE-Lab | 76.5767 | 10.7126 | -8.6247 |
#cab7cd color RGB value is (202,183,205).
#cab7cd hex color red value is 202, green value is 183 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #cab7cd hue: 0.81 , saturation: 0.18 and the lightness value of cab7cd is 0.76.
The process color (four color CMYK) of #cab7cd color hex is 0.01, 0.11, 0.00, 0.20. Web safe color of #cab7cd is #cccccc. Color #cab7cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10110111 | 11001101 |
Octal | 312 | 267 | 315 |
Decimal | 202 | 183 | 205 |
Hex | CA | B7 | CD |
Shades of #cab7cd
Tints of #cab7cd
RGB Percentages of Color #cab7cd
CMYK Percentages of Color #cab7cd
Complementary Color
#cab7cd | #bacdb7 |
#cab7cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cab7cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cab7cd Color CSS Codes
.mybgcolor {background-color:#cab7cd; } .myforecolor {color:#cab7cd; } .mybordercolor {border:3px solid #cab7cd; }
#cab7cd Text Font Color
<p style="color:#cab7cd">Text here</p>
This sample text font color is #cab7cd
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.
#cab7cd Background Color
<div style="background-color:#cab7cd">
Div content here</div>
This div background color is #cab7cd
#cab7cd Border Color
<div style="border:3px solid #cab7cd">
Div here</div>
This div border color is #cab7cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,183,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cab7cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cab7cd; -webkit-box-shadow: 1px 1px 3px 2px #cab7cd; box-shadow: 1px 1px 3px 2px #cab7cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,183,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cab7cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cab7cd; -webkit-box-shadow: 1px 1px 3px 2px #cab7cd; box-shadow: 1px 1px 3px 2px #cab7cd;">
Div content here</div>
This div box has shadow with color #cab7cd
Comments
No comments written yet.
Please login to write comment.