Color spaces of #cacbda
RGB | 202 | 203 | 218 |
---|---|---|---|
HSL | 0.66 | 0.18 | 0.82 |
HSV | 236° | 7° | 85° |
CMYK | 0.07 | 0.07 | 0.00 0.15 |
XYZ | 58.3679 | 60.3304 | 74.8983 |
Yxy | 60.3304 | 0.3015 | 0.3116 |
Hunter Lab | 77.6726 | -1.7915 | -2.8014 |
CIE-Lab | 82.0174 | 2.5041 | -7.5542 |
#cacbda color RGB value is (202,203,218).
#cacbda hex color red value is 202, green value is 203 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cacbda hue: 0.66 , saturation: 0.18 and the lightness value of cacbda is 0.82.
The process color (four color CMYK) of #cacbda color hex is 0.07, 0.07, 0.00, 0.15. Web safe color of #cacbda is #cccccc. Color #cacbda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11001011 | 11011010 |
Octal | 312 | 313 | 332 |
Decimal | 202 | 203 | 218 |
Hex | CA | CB | DA |
Shades of #cacbda
Tints of #cacbda
RGB Percentages of Color #cacbda
CMYK Percentages of Color #cacbda
Complementary Color
#cacbda | #dad9ca |
#cacbda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cacbda Color Preview on White Background
Lorem ipsum dolor sit amet.
#cacbda Color CSS Codes
.mybgcolor {background-color:#cacbda; } .myforecolor {color:#cacbda; } .mybordercolor {border:3px solid #cacbda; }
#cacbda Text Font Color
<p style="color:#cacbda">Text here</p>
This sample text font color is #cacbda
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.
#cacbda Background Color
<div style="background-color:#cacbda">
Div content here</div>
This div background color is #cacbda
#cacbda Border Color
<div style="border:3px solid #cacbda">
Div here</div>
This div border color is #cacbda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,203,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cacbda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cacbda; -webkit-box-shadow: 1px 1px 3px 2px #cacbda; box-shadow: 1px 1px 3px 2px #cacbda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,203,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cacbda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cacbda; -webkit-box-shadow: 1px 1px 3px 2px #cacbda; box-shadow: 1px 1px 3px 2px #cacbda;">
Div content here</div>
This div box has shadow with color #cacbda
Comments
No comments written yet.
Please login to write comment.