Color spaces of #cacce0
RGB | 202 | 204 | 224 |
---|---|---|---|
HSL | 0.65 | 0.26 | 0.84 |
HSV | 235° | 10° | 88° |
CMYK | 0.10 | 0.09 | 0.00 0.12 |
XYZ | 59.4045 | 61.1241 | 79.1882 |
Yxy | 61.1241 | 0.2974 | 0.3061 |
Hunter Lab | 78.1819 | -1.1897 | -5.3258 |
CIE-Lab | 82.4454 | 3.1606 | -10.1247 |
#cacce0 color RGB value is (202,204,224).
#cacce0 hex color red value is 202, green value is 204 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #cacce0 hue: 0.65 , saturation: 0.26 and the lightness value of cacce0 is 0.84.
The process color (four color CMYK) of #cacce0 color hex is 0.10, 0.09, 0.00, 0.12. Web safe color of #cacce0 is #cccccc. Color #cacce0 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11001100 | 11100000 |
Octal | 312 | 314 | 340 |
Decimal | 202 | 204 | 224 |
Hex | CA | CC | E0 |
Shades of #cacce0
Tints of #cacce0
RGB Percentages of Color #cacce0
CMYK Percentages of Color #cacce0
Complementary Color
#cacce0 | #e0deca |
#cacce0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cacce0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cacce0 Color CSS Codes
.mybgcolor {background-color:#cacce0; } .myforecolor {color:#cacce0; } .mybordercolor {border:3px solid #cacce0; }
#cacce0 Text Font Color
<p style="color:#cacce0">Text here</p>
This sample text font color is #cacce0
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.
#cacce0 Background Color
<div style="background-color:#cacce0">
Div content here</div>
This div background color is #cacce0
#cacce0 Border Color
<div style="border:3px solid #cacce0">
Div here</div>
This div border color is #cacce0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,204,224, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cacce0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cacce0; -webkit-box-shadow: 1px 1px 3px 2px #cacce0; box-shadow: 1px 1px 3px 2px #cacce0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,204,224, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cacce0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cacce0; -webkit-box-shadow: 1px 1px 3px 2px #cacce0; box-shadow: 1px 1px 3px 2px #cacce0;">
Div content here</div>
This div box has shadow with color #cacce0
Comments
No comments written yet.
Please login to write comment.