Color spaces of #c6acfc
RGB | 198 | 172 | 252 |
---|---|---|---|
HSL | 0.72 | 0.93 | 0.83 |
HSV | 260° | 32° | 99° |
CMYK | 0.21 | 0.32 | 0.00 0.01 |
XYZ | 55.6119 | 48.5391 | 98.5334 |
Yxy | 48.5391 | 0.2744 | 0.2395 |
Hunter Lab | 69.6700 | 20.5595 | -35.0841 |
CIE-Lab | 75.1637 | 25.2490 | -36.2723 |
#c6acfc color RGB value is (198,172,252).
#c6acfc hex color red value is 198, green value is 172 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c6acfc hue: 0.72 , saturation: 0.93 and the lightness value of c6acfc is 0.83.
The process color (four color CMYK) of #c6acfc color hex is 0.21, 0.32, 0.00, 0.01. Web safe color of #c6acfc is #cc99ff. Color #c6acfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000110 | 10101100 | 11111100 |
Octal | 306 | 254 | 374 |
Decimal | 198 | 172 | 252 |
Hex | C6 | AC | FC |
Shades of #c6acfc
Tints of #c6acfc
RGB Percentages of Color #c6acfc
CMYK Percentages of Color #c6acfc
Complementary Color
#c6acfc | #e2fcac |
#c6acfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c6acfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c6acfc Color CSS Codes
.mybgcolor {background-color:#c6acfc; } .myforecolor {color:#c6acfc; } .mybordercolor {border:3px solid #c6acfc; }
#c6acfc Text Font Color
<p style="color:#c6acfc">Text here</p>
This sample text font color is #c6acfc
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.
#c6acfc Background Color
<div style="background-color:#c6acfc">
Div content here</div>
This div background color is #c6acfc
#c6acfc Border Color
<div style="border:3px solid #c6acfc">
Div here</div>
This div border color is #c6acfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(198,172,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c6acfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c6acfc; -webkit-box-shadow: 1px 1px 3px 2px #c6acfc; box-shadow: 1px 1px 3px 2px #c6acfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(198,172,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c6acfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c6acfc; -webkit-box-shadow: 1px 1px 3px 2px #c6acfc; box-shadow: 1px 1px 3px 2px #c6acfc;">
Div content here</div>
This div box has shadow with color #c6acfc
Comments
No comments written yet.
Please login to write comment.