Color spaces of #c4adcc
RGB | 196 | 173 | 204 |
---|---|---|---|
HSL | 0.79 | 0.23 | 0.74 |
HSV | 285° | 15° | 80° |
CMYK | 0.04 | 0.15 | 0.00 0.20 |
XYZ | 48.6076 | 45.9825 | 63.4404 |
Yxy | 45.9825 | 0.3076 | 0.2910 |
Hunter Lab | 67.8104 | 9.2835 | -8.0018 |
CIE-Lab | 73.5342 | 13.9221 | -12.6751 |
#c4adcc color RGB value is (196,173,204).
#c4adcc hex color red value is 196, green value is 173 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c4adcc hue: 0.79 , saturation: 0.23 and the lightness value of c4adcc is 0.74.
The process color (four color CMYK) of #c4adcc color hex is 0.04, 0.15, 0.00, 0.20. Web safe color of #c4adcc is #cc99cc. Color #c4adcc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000100 | 10101101 | 11001100 |
Octal | 304 | 255 | 314 |
Decimal | 196 | 173 | 204 |
Hex | C4 | AD | CC |
Shades of #c4adcc
Tints of #c4adcc
RGB Percentages of Color #c4adcc
CMYK Percentages of Color #c4adcc
Complementary Color
#c4adcc | #b5ccad |
#c4adcc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c4adcc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c4adcc Color CSS Codes
.mybgcolor {background-color:#c4adcc; } .myforecolor {color:#c4adcc; } .mybordercolor {border:3px solid #c4adcc; }
#c4adcc Text Font Color
<p style="color:#c4adcc">Text here</p>
This sample text font color is #c4adcc
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.
#c4adcc Background Color
<div style="background-color:#c4adcc">
Div content here</div>
This div background color is #c4adcc
#c4adcc Border Color
<div style="border:3px solid #c4adcc">
Div here</div>
This div border color is #c4adcc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(196,173,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c4adcc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c4adcc; -webkit-box-shadow: 1px 1px 3px 2px #c4adcc; box-shadow: 1px 1px 3px 2px #c4adcc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(196,173,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c4adcc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c4adcc; -webkit-box-shadow: 1px 1px 3px 2px #c4adcc; box-shadow: 1px 1px 3px 2px #c4adcc;">
Div content here</div>
This div box has shadow with color #c4adcc
Comments
No comments written yet.
Please login to write comment.