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