Color spaces of #c8ccfb
RGB | 200 | 204 | 251 |
---|---|---|---|
HSL | 0.65 | 0.86 | 0.88 |
HSV | 235° | 20° | 98° |
CMYK | 0.20 | 0.19 | 0.00 0.02 |
XYZ | 62.8249 | 62.4301 | 100.0058 |
Yxy | 62.4301 | 0.2789 | 0.2771 |
Hunter Lab | 79.0127 | 3.6573 | -19.7340 |
CIE-Lab | 83.1416 | 8.2119 | -23.4761 |
#c8ccfb color RGB value is (200,204,251).
#c8ccfb hex color red value is 200, green value is 204 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #c8ccfb hue: 0.65 , saturation: 0.86 and the lightness value of c8ccfb is 0.88.
The process color (four color CMYK) of #c8ccfb color hex is 0.20, 0.19, 0.00, 0.02. Web safe color of #c8ccfb is #ccccff. Color #c8ccfb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 11001100 | 11111011 |
Octal | 310 | 314 | 373 |
Decimal | 200 | 204 | 251 |
Hex | C8 | CC | FB |
Shades of #c8ccfb
Tints of #c8ccfb
RGB Percentages of Color #c8ccfb
CMYK Percentages of Color #c8ccfb
Complementary Color
#c8ccfb | #fbf7c8 |
#c8ccfb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c8ccfb Color Preview on White Background
Lorem ipsum dolor sit amet.
#c8ccfb Color CSS Codes
.mybgcolor {background-color:#c8ccfb; } .myforecolor {color:#c8ccfb; } .mybordercolor {border:3px solid #c8ccfb; }
#c8ccfb Text Font Color
<p style="color:#c8ccfb">Text here</p>
This sample text font color is #c8ccfb
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.
#c8ccfb Background Color
<div style="background-color:#c8ccfb">
Div content here</div>
This div background color is #c8ccfb
#c8ccfb Border Color
<div style="border:3px solid #c8ccfb">
Div here</div>
This div border color is #c8ccfb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,204,251, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c8ccfb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c8ccfb; -webkit-box-shadow: 1px 1px 3px 2px #c8ccfb; box-shadow: 1px 1px 3px 2px #c8ccfb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,204,251, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c8ccfb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c8ccfb; -webkit-box-shadow: 1px 1px 3px 2px #c8ccfb; box-shadow: 1px 1px 3px 2px #c8ccfb;">
Div content here</div>
This div box has shadow with color #c8ccfb
Comments
No comments written yet.
Please login to write comment.