Color spaces of #cadcc2
RGB | 202 | 220 | 194 |
---|---|---|---|
HSL | 0.28 | 0.27 | 0.81 |
HSV | 102° | 12° | 86° |
CMYK | 0.08 | 0.00 | 0.12 0.14 |
XYZ | 59.6879 | 67.6380 | 60.9485 |
Yxy | 67.6380 | 0.3170 | 0.3593 |
Hunter Lab | 82.2423 | -14.3765 | 13.6307 |
CIE-Lab | 85.8251 | -10.7283 | 10.7325 |
#cadcc2 color RGB value is (202,220,194).
#cadcc2 hex color red value is 202, green value is 220 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #cadcc2 hue: 0.28 , saturation: 0.27 and the lightness value of cadcc2 is 0.81.
The process color (four color CMYK) of #cadcc2 color hex is 0.08, 0.00, 0.12, 0.14. Web safe color of #cadcc2 is #cccccc. Color #cadcc2 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 11011100 | 11000010 |
Octal | 312 | 334 | 302 |
Decimal | 202 | 220 | 194 |
Hex | CA | DC | C2 |
Shades of #cadcc2
Tints of #cadcc2
RGB Percentages of Color #cadcc2
CMYK Percentages of Color #cadcc2
Complementary Color
#cadcc2 | #d4c2dc |
#cadcc2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cadcc2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cadcc2 Color CSS Codes
.mybgcolor {background-color:#cadcc2; } .myforecolor {color:#cadcc2; } .mybordercolor {border:3px solid #cadcc2; }
#cadcc2 Text Font Color
<p style="color:#cadcc2">Text here</p>
This sample text font color is #cadcc2
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.
#cadcc2 Background Color
<div style="background-color:#cadcc2">
Div content here</div>
This div background color is #cadcc2
#cadcc2 Border Color
<div style="border:3px solid #cadcc2">
Div here</div>
This div border color is #cadcc2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,220,194, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cadcc2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cadcc2; -webkit-box-shadow: 1px 1px 3px 2px #cadcc2; box-shadow: 1px 1px 3px 2px #cadcc2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,220,194, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cadcc2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cadcc2; -webkit-box-shadow: 1px 1px 3px 2px #cadcc2; box-shadow: 1px 1px 3px 2px #cadcc2;">
Div content here</div>
This div box has shadow with color #cadcc2
Comments
No comments written yet.
Please login to write comment.