Color spaces of #cad7db
RGB | 202 | 215 | 219 |
---|---|---|---|
HSL | 0.54 | 0.19 | 0.83 |
HSV | 194° | 8° | 86° |
CMYK | 0.08 | 0.02 | 0.00 0.14 |
XYZ | 61.4437 | 66.2719 | 76.5712 |
Yxy | 66.2719 | 0.3008 | 0.3244 |
Hunter Lab | 81.4076 | -7.7374 | 1.2177 |
CIE-Lab | 85.1349 | -3.5954 | -3.4841 |
#cad7db color RGB value is (202,215,219).
#cad7db hex color red value is 202, green value is 215 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cad7db hue: 0.54 , saturation: 0.19 and the lightness value of cad7db is 0.83.
The process color (four color CMYK) of #cad7db color hex is 0.08, 0.02, 0.00, 0.14. Web safe color of #cad7db is #cccccc. Color #cad7db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11010111 | 11011011 |
Octal | 312 | 327 | 333 |
Decimal | 202 | 215 | 219 |
Hex | CA | D7 | DB |
Shades of #cad7db
Tints of #cad7db
RGB Percentages of Color #cad7db
CMYK Percentages of Color #cad7db
Complementary Color
#cad7db | #dbceca |
#cad7db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cad7db Color Preview on White Background
Lorem ipsum dolor sit amet.
#cad7db Color CSS Codes
.mybgcolor {background-color:#cad7db; } .myforecolor {color:#cad7db; } .mybordercolor {border:3px solid #cad7db; }
#cad7db Text Font Color
<p style="color:#cad7db">Text here</p>
This sample text font color is #cad7db
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.
#cad7db Background Color
<div style="background-color:#cad7db">
Div content here</div>
This div background color is #cad7db
#cad7db Border Color
<div style="border:3px solid #cad7db">
Div here</div>
This div border color is #cad7db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,215,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cad7db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cad7db; -webkit-box-shadow: 1px 1px 3px 2px #cad7db; box-shadow: 1px 1px 3px 2px #cad7db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,215,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cad7db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cad7db; -webkit-box-shadow: 1px 1px 3px 2px #cad7db; box-shadow: 1px 1px 3px 2px #cad7db;">
Div content here</div>
This div box has shadow with color #cad7db
Comments
No comments written yet.
Please login to write comment.