Color spaces of #cadcca
RGB | 202 | 220 | 202 |
---|---|---|---|
HSL | 0.33 | 0.20 | 0.83 |
HSV | 120° | 8° | 86° |
CMYK | 0.08 | 0.00 | 0.08 0.14 |
XYZ | 60.6110 | 68.0072 | 65.8093 |
Yxy | 68.0072 | 0.3117 | 0.3498 |
Hunter Lab | 82.4665 | -13.1229 | 10.4124 |
CIE-Lab | 86.0100 | -9.3294 | 6.7812 |
#cadcca color RGB value is (202,220,202).
#cadcca hex color red value is 202, green value is 220 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #cadcca hue: 0.33 , saturation: 0.20 and the lightness value of cadcca is 0.83.
The process color (four color CMYK) of #cadcca color hex is 0.08, 0.00, 0.08, 0.14. Web safe color of #cadcca is #cccccc. Color #cadcca contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11011100 | 11001010 |
Octal | 312 | 334 | 312 |
Decimal | 202 | 220 | 202 |
Hex | CA | DC | CA |
Shades of #cadcca
Tints of #cadcca
RGB Percentages of Color #cadcca
CMYK Percentages of Color #cadcca
Complementary Color
#cadcca | #dccadc |
#cadcca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cadcca Color Preview on White Background
Lorem ipsum dolor sit amet.
#cadcca Color CSS Codes
.mybgcolor {background-color:#cadcca; } .myforecolor {color:#cadcca; } .mybordercolor {border:3px solid #cadcca; }
#cadcca Text Font Color
<p style="color:#cadcca">Text here</p>
This sample text font color is #cadcca
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.
#cadcca Background Color
<div style="background-color:#cadcca">
Div content here</div>
This div background color is #cadcca
#cadcca Border Color
<div style="border:3px solid #cadcca">
Div here</div>
This div border color is #cadcca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,220,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cadcca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cadcca; -webkit-box-shadow: 1px 1px 3px 2px #cadcca; box-shadow: 1px 1px 3px 2px #cadcca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,220,202, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cadcca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cadcca; -webkit-box-shadow: 1px 1px 3px 2px #cadcca; box-shadow: 1px 1px 3px 2px #cadcca;">
Div content here</div>
This div box has shadow with color #cadcca
Comments
No comments written yet.
Please login to write comment.