Color spaces of #c2cdfc
RGB | 194 | 205 | 252 |
---|---|---|---|
HSL | 0.64 | 0.91 | 0.87 |
HSV | 229° | 23° | 99° |
CMYK | 0.23 | 0.19 | 0.00 0.01 |
XYZ | 61.6501 | 62.1603 | 100.8443 |
Yxy | 62.1603 | 0.2744 | 0.2767 |
Hunter Lab | 78.8418 | 1.6044 | -20.6469 |
CIE-Lab | 82.9986 | 6.0964 | -24.2645 |
#c2cdfc color RGB value is (194,205,252).
#c2cdfc hex color red value is 194, green value is 205 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #c2cdfc hue: 0.64 , saturation: 0.91 and the lightness value of c2cdfc is 0.87.
The process color (four color CMYK) of #c2cdfc color hex is 0.23, 0.19, 0.00, 0.01. Web safe color of #c2cdfc is #ccccff. Color #c2cdfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000010 | 11001101 | 11111100 |
Octal | 302 | 315 | 374 |
Decimal | 194 | 205 | 252 |
Hex | C2 | CD | FC |
Shades of #c2cdfc
Tints of #c2cdfc
RGB Percentages of Color #c2cdfc
CMYK Percentages of Color #c2cdfc
Complementary Color
#c2cdfc | #fcf1c2 |
#c2cdfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c2cdfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#c2cdfc Color CSS Codes
.mybgcolor {background-color:#c2cdfc; } .myforecolor {color:#c2cdfc; } .mybordercolor {border:3px solid #c2cdfc; }
#c2cdfc Text Font Color
<p style="color:#c2cdfc">Text here</p>
This sample text font color is #c2cdfc
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.
#c2cdfc Background Color
<div style="background-color:#c2cdfc">
Div content here</div>
This div background color is #c2cdfc
#c2cdfc Border Color
<div style="border:3px solid #c2cdfc">
Div here</div>
This div border color is #c2cdfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(194,205,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c2cdfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c2cdfc; -webkit-box-shadow: 1px 1px 3px 2px #c2cdfc; box-shadow: 1px 1px 3px 2px #c2cdfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(194,205,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 #c2cdfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c2cdfc; -webkit-box-shadow: 1px 1px 3px 2px #c2cdfc; box-shadow: 1px 1px 3px 2px #c2cdfc;">
Div content here</div>
This div box has shadow with color #c2cdfc
Comments
No comments written yet.
Please login to write comment.