Color spaces of #c7deff
RGB | 199 | 222 | 255 |
---|---|---|---|
HSL | 0.60 | 1.00 | 0.89 |
HSV | 215° | 22° | 100° |
CMYK | 0.22 | 0.13 | 0.00 0.00 |
XYZ | 67.7245 | 71.6047 | 104.8594 |
Yxy | 71.6047 | 0.2773 | 0.2932 |
Hunter Lab | 84.6196 | -5.2234 | -14.2377 |
CIE-Lab | 87.7780 | -0.7321 | -18.5779 |
#c7deff color RGB value is (199,222,255).
#c7deff hex color red value is 199, green value is 222 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c7deff hue: 0.60 , saturation: 1.00 and the lightness value of c7deff is 0.89.
The process color (four color CMYK) of #c7deff color hex is 0.22, 0.13, 0.00, 0.00. Web safe color of #c7deff is #ccccff. Color #c7deff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11000111 | 11011110 | 11111111 |
Octal | 307 | 336 | 377 |
Decimal | 199 | 222 | 255 |
Hex | C7 | DE | FF |
Shades of #c7deff
Tints of #c7deff
RGB Percentages of Color #c7deff
CMYK Percentages of Color #c7deff
Complementary Color
#c7deff | #ffe8c7 |
#c7deff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c7deff Color Preview on White Background
Lorem ipsum dolor sit amet.
#c7deff Color CSS Codes
.mybgcolor {background-color:#c7deff; } .myforecolor {color:#c7deff; } .mybordercolor {border:3px solid #c7deff; }
#c7deff Text Font Color
<p style="color:#c7deff">Text here</p>
This sample text font color is #c7deff
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.
#c7deff Background Color
<div style="background-color:#c7deff">
Div content here</div>
This div background color is #c7deff
#c7deff Border Color
<div style="border:3px solid #c7deff">
Div here</div>
This div border color is #c7deff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(199,222,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c7deff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c7deff; -webkit-box-shadow: 1px 1px 3px 2px #c7deff; box-shadow: 1px 1px 3px 2px #c7deff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(199,222,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c7deff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c7deff; -webkit-box-shadow: 1px 1px 3px 2px #c7deff; box-shadow: 1px 1px 3px 2px #c7deff;">
Div content here</div>
This div box has shadow with color #c7deff
#c7deff Color Palettes
Comments
No comments written yet.
Please login to write comment.