Color spaces of #cacfd3
RGB | 202 | 207 | 211 |
---|---|---|---|
HSL | 0.57 | 0.09 | 0.81 |
HSV | 207° | 4° | 83° |
CMYK | 0.04 | 0.02 | 0.00 0.17 |
XYZ | 58.4278 | 61.8854 | 70.4936 |
Yxy | 61.8854 | 0.3062 | 0.3243 |
Hunter Lab | 78.6673 | -5.0921 | 1.9374 |
CIE-Lab | 82.8524 | -0.9497 | -2.5835 |
#cacfd3 color RGB value is (202,207,211).
#cacfd3 hex color red value is 202, green value is 207 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #cacfd3 hue: 0.57 , saturation: 0.09 and the lightness value of cacfd3 is 0.81.
The process color (four color CMYK) of #cacfd3 color hex is 0.04, 0.02, 0.00, 0.17. Web safe color of #cacfd3 is #cccccc. Color #cacfd3 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11001111 | 11010011 |
Octal | 312 | 317 | 323 |
Decimal | 202 | 207 | 211 |
Hex | CA | CF | D3 |
Shades of #cacfd3
Tints of #cacfd3
RGB Percentages of Color #cacfd3
CMYK Percentages of Color #cacfd3
Complementary Color
#cacfd3 | #d3ceca |
#cacfd3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cacfd3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cacfd3 Color CSS Codes
.mybgcolor {background-color:#cacfd3; } .myforecolor {color:#cacfd3; } .mybordercolor {border:3px solid #cacfd3; }
#cacfd3 Text Font Color
<p style="color:#cacfd3">Text here</p>
This sample text font color is #cacfd3
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.
#cacfd3 Background Color
<div style="background-color:#cacfd3">
Div content here</div>
This div background color is #cacfd3
#cacfd3 Border Color
<div style="border:3px solid #cacfd3">
Div here</div>
This div border color is #cacfd3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,207,211, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cacfd3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cacfd3; -webkit-box-shadow: 1px 1px 3px 2px #cacfd3; box-shadow: 1px 1px 3px 2px #cacfd3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,207,211, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cacfd3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cacfd3; -webkit-box-shadow: 1px 1px 3px 2px #cacfd3; box-shadow: 1px 1px 3px 2px #cacfd3;">
Div content here</div>
This div box has shadow with color #cacfd3
Comments
No comments written yet.
Please login to write comment.