Color spaces of #c3aecc
RGB | 195 | 174 | 204 |
---|---|---|---|
HSL | 0.78 | 0.23 | 0.74 |
HSV | 282° | 15° | 80° |
CMYK | 0.04 | 0.15 | 0.00 0.20 |
XYZ | 48.5408 | 46.2338 | 63.4924 |
Yxy | 46.2338 | 0.3067 | 0.2921 |
Hunter Lab | 67.9954 | 8.4361 | -7.7667 |
CIE-Lab | 73.6970 | 13.0370 | -12.4401 |
#c3aecc color RGB value is (195,174,204).
#c3aecc hex color red value is 195, green value is 174 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c3aecc hue: 0.78 , saturation: 0.23 and the lightness value of c3aecc is 0.74.
The process color (four color CMYK) of #c3aecc color hex is 0.04, 0.15, 0.00, 0.20. Web safe color of #c3aecc is #cc99cc. Color #c3aecc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 10101110 | 11001100 |
Octal | 303 | 256 | 314 |
Decimal | 195 | 174 | 204 |
Hex | C3 | AE | CC |
Shades of #c3aecc
Tints of #c3aecc
RGB Percentages of Color #c3aecc
CMYK Percentages of Color #c3aecc
Complementary Color
#c3aecc | #b7ccae |
#c3aecc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c3aecc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c3aecc Color CSS Codes
.mybgcolor {background-color:#c3aecc; } .myforecolor {color:#c3aecc; } .mybordercolor {border:3px solid #c3aecc; }
#c3aecc Text Font Color
<p style="color:#c3aecc">Text here</p>
This sample text font color is #c3aecc
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.
#c3aecc Background Color
<div style="background-color:#c3aecc">
Div content here</div>
This div background color is #c3aecc
#c3aecc Border Color
<div style="border:3px solid #c3aecc">
Div here</div>
This div border color is #c3aecc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,174,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c3aecc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c3aecc; -webkit-box-shadow: 1px 1px 3px 2px #c3aecc; box-shadow: 1px 1px 3px 2px #c3aecc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,174,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 #c3aecc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c3aecc; -webkit-box-shadow: 1px 1px 3px 2px #c3aecc; box-shadow: 1px 1px 3px 2px #c3aecc;">
Div content here</div>
This div box has shadow with color #c3aecc
Comments
No comments written yet.
Please login to write comment.