Color spaces of #c8bfec
RGB | 200 | 191 | 236 |
---|---|---|---|
HSL | 0.70 | 0.54 | 0.84 |
HSV | 252° | 19° | 93° |
CMYK | 0.15 | 0.19 | 0.00 0.07 |
XYZ | 57.5905 | 55.5971 | 87.0528 |
Yxy | 55.5971 | 0.2876 | 0.2777 |
Hunter Lab | 74.5635 | 7.3818 | -17.0266 |
CIE-Lab | 79.3840 | 11.9601 | -21.1704 |
#c8bfec color RGB value is (200,191,236).
#c8bfec hex color red value is 200, green value is 191 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c8bfec hue: 0.70 , saturation: 0.54 and the lightness value of c8bfec is 0.84.
The process color (four color CMYK) of #c8bfec color hex is 0.15, 0.19, 0.00, 0.07. Web safe color of #c8bfec is #ccccff. Color #c8bfec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001000 | 10111111 | 11101100 |
Octal | 310 | 277 | 354 |
Decimal | 200 | 191 | 236 |
Hex | C8 | BF | EC |
Shades of #c8bfec
Tints of #c8bfec
RGB Percentages of Color #c8bfec
CMYK Percentages of Color #c8bfec
Complementary Color
#c8bfec | #e3ecbf |
#c8bfec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#c8bfec Color Preview on White Background
Lorem ipsum dolor sit amet.
#c8bfec Color CSS Codes
.mybgcolor {background-color:#c8bfec; } .myforecolor {color:#c8bfec; } .mybordercolor {border:3px solid #c8bfec; }
#c8bfec Text Font Color
<p style="color:#c8bfec">Text here</p>
This sample text font color is #c8bfec
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.
#c8bfec Background Color
<div style="background-color:#c8bfec">
Div content here</div>
This div background color is #c8bfec
#c8bfec Border Color
<div style="border:3px solid #c8bfec">
Div here</div>
This div border color is #c8bfec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(200,191,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #c8bfec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #c8bfec; -webkit-box-shadow: 1px 1px 3px 2px #c8bfec; box-shadow: 1px 1px 3px 2px #c8bfec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(200,191,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #c8bfec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #c8bfec; -webkit-box-shadow: 1px 1px 3px 2px #c8bfec; box-shadow: 1px 1px 3px 2px #c8bfec;">
Div content here</div>
This div box has shadow with color #c8bfec
Comments
No comments written yet.
Please login to write comment.