Color spaces of #cecbfc
RGB | 206 | 203 | 252 |
---|---|---|---|
HSL | 0.68 | 0.89 | 0.89 |
HSV | 244° | 19° | 99° |
CMYK | 0.18 | 0.19 | 0.00 0.01 |
XYZ | 64.3802 | 62.8620 | 100.8358 |
Yxy | 62.8620 | 0.2823 | 0.2756 |
Hunter Lab | 79.2856 | 6.1930 | -19.9054 |
CIE-Lab | 83.3697 | 10.7936 | -23.6192 |
#cecbfc color RGB value is (206,203,252).
#cecbfc hex color red value is 206, green value is 203 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #cecbfc hue: 0.68 , saturation: 0.89 and the lightness value of cecbfc is 0.89.
The process color (four color CMYK) of #cecbfc color hex is 0.18, 0.19, 0.00, 0.01. Web safe color of #cecbfc is #ccccff. Color #cecbfc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001110 | 11001011 | 11111100 |
Octal | 316 | 313 | 374 |
Decimal | 206 | 203 | 252 |
Hex | CE | CB | FC |
Shades of #cecbfc
Tints of #cecbfc
RGB Percentages of Color #cecbfc
CMYK Percentages of Color #cecbfc
Complementary Color
#cecbfc | #f9fccb |
#cecbfc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cecbfc Color Preview on White Background
Lorem ipsum dolor sit amet.
#cecbfc Color CSS Codes
.mybgcolor {background-color:#cecbfc; } .myforecolor {color:#cecbfc; } .mybordercolor {border:3px solid #cecbfc; }
#cecbfc Text Font Color
<p style="color:#cecbfc">Text here</p>
This sample text font color is #cecbfc
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.
#cecbfc Background Color
<div style="background-color:#cecbfc">
Div content here</div>
This div background color is #cecbfc
#cecbfc Border Color
<div style="border:3px solid #cecbfc">
Div here</div>
This div border color is #cecbfc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(206,203,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cecbfc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cecbfc; -webkit-box-shadow: 1px 1px 3px 2px #cecbfc; box-shadow: 1px 1px 3px 2px #cecbfc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(206,203,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 #cecbfc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cecbfc; -webkit-box-shadow: 1px 1px 3px 2px #cecbfc; box-shadow: 1px 1px 3px 2px #cecbfc;">
Div content here</div>
This div box has shadow with color #cecbfc
#cecbfc Color Palettes
Comments
No comments written yet.
Please login to write comment.