Color spaces of #caaccd
RGB | 202 | 172 | 205 |
---|---|---|---|
HSL | 0.82 | 0.25 | 0.74 |
HSV | 295° | 16° | 80° |
CMYK | 0.01 | 0.16 | 0.00 0.20 |
XYZ | 50.1291 | 46.4694 | 64.0850 |
Yxy | 46.4694 | 0.3120 | 0.2892 |
Hunter Lab | 68.1685 | 11.9689 | -8.0204 |
CIE-Lab | 73.8491 | 16.6938 | -12.6960 |
#caaccd color RGB value is (202,172,205).
#caaccd hex color red value is 202, green value is 172 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #caaccd hue: 0.82 , saturation: 0.25 and the lightness value of caaccd is 0.74.
The process color (four color CMYK) of #caaccd color hex is 0.01, 0.16, 0.00, 0.20. Web safe color of #caaccd is #cc99cc. Color #caaccd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001010 | 10101100 | 11001101 |
Octal | 312 | 254 | 315 |
Decimal | 202 | 172 | 205 |
Hex | CA | AC | CD |
Shades of #caaccd
Tints of #caaccd
RGB Percentages of Color #caaccd
CMYK Percentages of Color #caaccd
Complementary Color
#caaccd | #afcdac |
#caaccd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#caaccd Color Preview on White Background
Lorem ipsum dolor sit amet.
#caaccd Color CSS Codes
.mybgcolor {background-color:#caaccd; } .myforecolor {color:#caaccd; } .mybordercolor {border:3px solid #caaccd; }
#caaccd Text Font Color
<p style="color:#caaccd">Text here</p>
This sample text font color is #caaccd
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.
#caaccd Background Color
<div style="background-color:#caaccd">
Div content here</div>
This div background color is #caaccd
#caaccd Border Color
<div style="border:3px solid #caaccd">
Div here</div>
This div border color is #caaccd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(202,172,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #caaccd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #caaccd; -webkit-box-shadow: 1px 1px 3px 2px #caaccd; box-shadow: 1px 1px 3px 2px #caaccd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(202,172,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #caaccd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #caaccd; -webkit-box-shadow: 1px 1px 3px 2px #caaccd; box-shadow: 1px 1px 3px 2px #caaccd;">
Div content here</div>
This div box has shadow with color #caaccd
Comments
No comments written yet.
Please login to write comment.