Color spaces of #cac9ff
RGB | 202 | 201 | 255 |
---|---|---|---|
HSL | 0.67 | 1.00 | 0.89 |
HSV | 241° | 21° | 100° |
CMYK | 0.21 | 0.21 | 0.00 0.00 |
XYZ | 63.2938 | 61.5498 | 103.1521 |
Yxy | 61.5498 | 0.2776 | 0.2700 |
Hunter Lab | 78.4537 | 6.7139 | -23.0378 |
CIE-Lab | 82.6734 | 11.3108 | -26.3011 |
#cac9ff color RGB value is (202,201,255).
#cac9ff hex color red value is 202, green value is 201 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #cac9ff hue: 0.67 , saturation: 1.00 and the lightness value of cac9ff is 0.89.
The process color (four color CMYK) of #cac9ff color hex is 0.21, 0.21, 0.00, 0.00. Web safe color of #cac9ff is #ccccff. Color #cac9ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11001001 | 11111111 |
Octal | 312 | 311 | 377 |
Decimal | 202 | 201 | 255 |
Hex | CA | C9 | FF |
Shades of #cac9ff
Tints of #cac9ff
RGB Percentages of Color #cac9ff
CMYK Percentages of Color #cac9ff
Complementary Color
#cac9ff | #feffc9 |
#cac9ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cac9ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#cac9ff Color CSS Codes
.mybgcolor {background-color:#cac9ff; } .myforecolor {color:#cac9ff; } .mybordercolor {border:3px solid #cac9ff; }
#cac9ff Text Font Color
<p style="color:#cac9ff">Text here</p>
This sample text font color is #cac9ff
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.
#cac9ff Background Color
<div style="background-color:#cac9ff">
Div content here</div>
This div background color is #cac9ff
#cac9ff Border Color
<div style="border:3px solid #cac9ff">
Div here</div>
This div border color is #cac9ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,201,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cac9ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cac9ff; -webkit-box-shadow: 1px 1px 3px 2px #cac9ff; box-shadow: 1px 1px 3px 2px #cac9ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,201,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cac9ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cac9ff; -webkit-box-shadow: 1px 1px 3px 2px #cac9ff; box-shadow: 1px 1px 3px 2px #cac9ff;">
Div content here</div>
This div box has shadow with color #cac9ff
#cac9ff Color Palettes
Comments
No comments written yet.
Please login to write comment.