Color spaces of #caadca
RGB | 202 | 173 | 202 |
---|---|---|---|
HSL | 0.83 | 0.21 | 0.74 |
HSV | 300° | 14° | 79° |
CMYK | 0.00 | 0.14 | 0.00 0.21 |
XYZ | 49.9614 | 46.7080 | 62.2594 |
Yxy | 46.7080 | 0.3144 | 0.2939 |
Hunter Lab | 68.3433 | 10.8893 | -6.1718 |
CIE-Lab | 74.0026 | 15.5811 | -10.8244 |
#caadca color RGB value is (202,173,202).
#caadca hex color red value is 202, green value is 173 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #caadca hue: 0.83 , saturation: 0.21 and the lightness value of caadca is 0.74.
The process color (four color CMYK) of #caadca color hex is 0.00, 0.14, 0.00, 0.21. Web safe color of #caadca is #cc99cc. Color #caadca contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10101101 | 11001010 |
Octal | 312 | 255 | 312 |
Decimal | 202 | 173 | 202 |
Hex | CA | AD | CA |
Shades of #caadca
Tints of #caadca
RGB Percentages of Color #caadca
CMYK Percentages of Color #caadca
Complementary Color
#caadca | #adcaad |
#caadca Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caadca Color Preview on White Background
Lorem ipsum dolor sit amet.
#caadca Color CSS Codes
.mybgcolor {background-color:#caadca; } .myforecolor {color:#caadca; } .mybordercolor {border:3px solid #caadca; }
#caadca Text Font Color
<p style="color:#caadca">Text here</p>
This sample text font color is #caadca
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.
#caadca Background Color
<div style="background-color:#caadca">
Div content here</div>
This div background color is #caadca
#caadca Border Color
<div style="border:3px solid #caadca">
Div here</div>
This div border color is #caadca
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,173,202, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caadca; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caadca; -webkit-box-shadow: 1px 1px 3px 2px #caadca; box-shadow: 1px 1px 3px 2px #caadca; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,173,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 #caadca">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caadca; -webkit-box-shadow: 1px 1px 3px 2px #caadca; box-shadow: 1px 1px 3px 2px #caadca;">
Div content here</div>
This div box has shadow with color #caadca
Comments
No comments written yet.
Please login to write comment.