Color spaces of #cab4dc
RGB | 202 | 180 | 220 |
---|---|---|---|
HSL | 0.76 | 0.36 | 0.78 |
HSV | 273° | 18° | 86° |
CMYK | 0.08 | 0.18 | 0.00 0.14 |
XYZ | 53.5966 | 50.3664 | 74.6070 |
Yxy | 50.3664 | 0.3001 | 0.2821 |
Hunter Lab | 70.9693 | 10.6084 | -12.6506 |
CIE-Lab | 76.2936 | 15.2647 | -17.1937 |
#cab4dc color RGB value is (202,180,220).
#cab4dc hex color red value is 202, green value is 180 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #cab4dc hue: 0.76 , saturation: 0.36 and the lightness value of cab4dc is 0.78.
The process color (four color CMYK) of #cab4dc color hex is 0.08, 0.18, 0.00, 0.14. Web safe color of #cab4dc is #cccccc. Color #cab4dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10110100 | 11011100 |
Octal | 312 | 264 | 334 |
Decimal | 202 | 180 | 220 |
Hex | CA | B4 | DC |
Shades of #cab4dc
Tints of #cab4dc
RGB Percentages of Color #cab4dc
CMYK Percentages of Color #cab4dc
Complementary Color
#cab4dc | #c6dcb4 |
#cab4dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cab4dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cab4dc Color CSS Codes
.mybgcolor {background-color:#cab4dc; } .myforecolor {color:#cab4dc; } .mybordercolor {border:3px solid #cab4dc; }
#cab4dc Text Font Color
<p style="color:#cab4dc">Text here</p>
This sample text font color is #cab4dc
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.
#cab4dc Background Color
<div style="background-color:#cab4dc">
Div content here</div>
This div background color is #cab4dc
#cab4dc Border Color
<div style="border:3px solid #cab4dc">
Div here</div>
This div border color is #cab4dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,180,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cab4dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cab4dc; -webkit-box-shadow: 1px 1px 3px 2px #cab4dc; box-shadow: 1px 1px 3px 2px #cab4dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,180,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cab4dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cab4dc; -webkit-box-shadow: 1px 1px 3px 2px #cab4dc; box-shadow: 1px 1px 3px 2px #cab4dc;">
Div content here</div>
This div box has shadow with color #cab4dc
Comments
No comments written yet.
Please login to write comment.