Color spaces of #cacae2
RGB | 202 | 202 | 226 |
---|---|---|---|
HSL | 0.67 | 0.29 | 0.84 |
HSV | 240° | 11° | 89° |
CMYK | 0.11 | 0.11 | 0.00 0.11 |
XYZ | 59.2051 | 60.2886 | 80.4679 |
Yxy | 60.2886 | 0.2961 | 0.3015 |
Hunter Lab | 77.6457 | 0.2267 | -7.0930 |
CIE-Lab | 81.9948 | 4.6240 | -11.8653 |
#cacae2 color RGB value is (202,202,226).
#cacae2 hex color red value is 202, green value is 202 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #cacae2 hue: 0.67 , saturation: 0.29 and the lightness value of cacae2 is 0.84.
The process color (four color CMYK) of #cacae2 color hex is 0.11, 0.11, 0.00, 0.11. Web safe color of #cacae2 is #cccccc. Color #cacae2 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11001010 | 11100010 |
Octal | 312 | 312 | 342 |
Decimal | 202 | 202 | 226 |
Hex | CA | CA | E2 |
Shades of #cacae2
Tints of #cacae2
RGB Percentages of Color #cacae2
CMYK Percentages of Color #cacae2
Complementary Color
#cacae2 | #e2e2ca |
#cacae2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cacae2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cacae2 Color CSS Codes
.mybgcolor {background-color:#cacae2; } .myforecolor {color:#cacae2; } .mybordercolor {border:3px solid #cacae2; }
#cacae2 Text Font Color
<p style="color:#cacae2">Text here</p>
This sample text font color is #cacae2
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.
#cacae2 Background Color
<div style="background-color:#cacae2">
Div content here</div>
This div background color is #cacae2
#cacae2 Border Color
<div style="border:3px solid #cacae2">
Div here</div>
This div border color is #cacae2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,202,226, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cacae2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cacae2; -webkit-box-shadow: 1px 1px 3px 2px #cacae2; box-shadow: 1px 1px 3px 2px #cacae2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,202,226, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cacae2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cacae2; -webkit-box-shadow: 1px 1px 3px 2px #cacae2; box-shadow: 1px 1px 3px 2px #cacae2;">
Div content here</div>
This div box has shadow with color #cacae2
Comments
No comments written yet.
Please login to write comment.