Color spaces of #c3c4de
RGB | 195 | 196 | 222 |
---|---|---|---|
HSL | 0.66 | 0.29 | 0.82 |
HSV | 238° | 12° | 87° |
CMYK | 0.12 | 0.12 | 0.00 0.13 |
XYZ | 55.4304 | 56.3559 | 77.0635 |
Yxy | 56.3559 | 0.2935 | 0.2984 |
Hunter Lab | 75.0706 | 0.4269 | -8.3146 |
CIE-Lab | 79.8159 | 4.7407 | -13.0350 |
#c3c4de color RGB value is (195,196,222).
#c3c4de hex color red value is 195, green value is 196 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #c3c4de hue: 0.66 , saturation: 0.29 and the lightness value of c3c4de is 0.82.
The process color (four color CMYK) of #c3c4de color hex is 0.12, 0.12, 0.00, 0.13. Web safe color of #c3c4de is #cccccc. Color #c3c4de contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000011 | 11000100 | 11011110 |
Octal | 303 | 304 | 336 |
Decimal | 195 | 196 | 222 |
Hex | C3 | C4 | DE |
Shades of #c3c4de
Tints of #c3c4de
RGB Percentages of Color #c3c4de
CMYK Percentages of Color #c3c4de
Complementary Color
#c3c4de | #deddc3 |
#c3c4de Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c3c4de Color Preview on White Background
Lorem ipsum dolor sit amet.
#c3c4de Color CSS Codes
.mybgcolor {background-color:#c3c4de; } .myforecolor {color:#c3c4de; } .mybordercolor {border:3px solid #c3c4de; }
#c3c4de Text Font Color
<p style="color:#c3c4de">Text here</p>
This sample text font color is #c3c4de
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.
#c3c4de Background Color
<div style="background-color:#c3c4de">
Div content here</div>
This div background color is #c3c4de
#c3c4de Border Color
<div style="border:3px solid #c3c4de">
Div here</div>
This div border color is #c3c4de
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(195,196,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c3c4de; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c3c4de; -webkit-box-shadow: 1px 1px 3px 2px #c3c4de; box-shadow: 1px 1px 3px 2px #c3c4de; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(195,196,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c3c4de">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c3c4de; -webkit-box-shadow: 1px 1px 3px 2px #c3c4de; box-shadow: 1px 1px 3px 2px #c3c4de;">
Div content here</div>
This div box has shadow with color #c3c4de
Comments
No comments written yet.
Please login to write comment.