Color spaces of #cacbd2
RGB | 202 | 203 | 210 |
---|---|---|---|
HSL | 0.65 | 0.08 | 0.81 |
HSV | 233° | 4° | 82° |
CMYK | 0.04 | 0.03 | 0.00 0.18 |
XYZ | 57.3459 | 59.9216 | 69.5163 |
Yxy | 59.9216 | 0.3070 | 0.3208 |
Hunter Lab | 77.4090 | -3.2301 | 0.9416 |
CIE-Lab | 81.7956 | 0.9654 | -3.6025 |
#cacbd2 color RGB value is (202,203,210).
#cacbd2 hex color red value is 202, green value is 203 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #cacbd2 hue: 0.65 , saturation: 0.08 and the lightness value of cacbd2 is 0.81.
The process color (four color CMYK) of #cacbd2 color hex is 0.04, 0.03, 0.00, 0.18. Web safe color of #cacbd2 is #cccccc. Color #cacbd2 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11001011 | 11010010 |
Octal | 312 | 313 | 322 |
Decimal | 202 | 203 | 210 |
Hex | CA | CB | D2 |
Shades of #cacbd2
Tints of #cacbd2
RGB Percentages of Color #cacbd2
CMYK Percentages of Color #cacbd2
Complementary Color
#cacbd2 | #d2d1ca |
#cacbd2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cacbd2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cacbd2 Color CSS Codes
.mybgcolor {background-color:#cacbd2; } .myforecolor {color:#cacbd2; } .mybordercolor {border:3px solid #cacbd2; }
#cacbd2 Text Font Color
<p style="color:#cacbd2">Text here</p>
This sample text font color is #cacbd2
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.
#cacbd2 Background Color
<div style="background-color:#cacbd2">
Div content here</div>
This div background color is #cacbd2
#cacbd2 Border Color
<div style="border:3px solid #cacbd2">
Div here</div>
This div border color is #cacbd2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,203,210, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cacbd2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cacbd2; -webkit-box-shadow: 1px 1px 3px 2px #cacbd2; box-shadow: 1px 1px 3px 2px #cacbd2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,203,210, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cacbd2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cacbd2; -webkit-box-shadow: 1px 1px 3px 2px #cacbd2; box-shadow: 1px 1px 3px 2px #cacbd2;">
Div content here</div>
This div box has shadow with color #cacbd2
#cacbd2 Color Palettes
Comments
No comments written yet.
Please login to write comment.