Color spaces of #cadbda
RGB | 202 | 219 | 218 |
---|---|---|---|
HSL | 0.49 | 0.19 | 0.83 |
HSV | 176° | 8° | 86° |
CMYK | 0.08 | 0.00 | 0.00 0.14 |
XYZ | 62.3435 | 68.2815 | 76.2235 |
Yxy | 68.2815 | 0.3014 | 0.3301 |
Hunter Lab | 82.6326 | -9.9349 | 3.1515 |
CIE-Lab | 86.1470 | -5.8577 | -1.4695 |
#cadbda color RGB value is (202,219,218).
#cadbda hex color red value is 202, green value is 219 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cadbda hue: 0.49 , saturation: 0.19 and the lightness value of cadbda is 0.83.
The process color (four color CMYK) of #cadbda color hex is 0.08, 0.00, 0.00, 0.14. Web safe color of #cadbda is #cccccc. Color #cadbda contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11011011 | 11011010 |
Octal | 312 | 333 | 332 |
Decimal | 202 | 219 | 218 |
Hex | CA | DB | DA |
Shades of #cadbda
Tints of #cadbda
RGB Percentages of Color #cadbda
CMYK Percentages of Color #cadbda
Complementary Color
#cadbda | #dbcacb |
#cadbda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cadbda Color Preview on White Background
Lorem ipsum dolor sit amet.
#cadbda Color CSS Codes
.mybgcolor {background-color:#cadbda; } .myforecolor {color:#cadbda; } .mybordercolor {border:3px solid #cadbda; }
#cadbda Text Font Color
<p style="color:#cadbda">Text here</p>
This sample text font color is #cadbda
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.
#cadbda Background Color
<div style="background-color:#cadbda">
Div content here</div>
This div background color is #cadbda
#cadbda Border Color
<div style="border:3px solid #cadbda">
Div here</div>
This div border color is #cadbda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,219,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cadbda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cadbda; -webkit-box-shadow: 1px 1px 3px 2px #cadbda; box-shadow: 1px 1px 3px 2px #cadbda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,219,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 #cadbda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cadbda; -webkit-box-shadow: 1px 1px 3px 2px #cadbda; box-shadow: 1px 1px 3px 2px #cadbda;">
Div content here</div>
This div box has shadow with color #cadbda
Comments
No comments written yet.
Please login to write comment.