Color spaces of #cbc6fd
RGB | 203 | 198 | 253 |
---|---|---|---|
HSL | 0.68 | 0.93 | 0.88 |
HSV | 245° | 22° | 99° |
CMYK | 0.20 | 0.22 | 0.00 0.01 |
XYZ | 62.5523 | 60.1765 | 101.2469 |
Yxy | 60.1765 | 0.2793 | 0.2687 |
Hunter Lab | 77.5735 | 8.1819 | -23.0823 |
CIE-Lab | 81.9340 | 12.7861 | -26.3590 |
#cbc6fd color RGB value is (203,198,253).
#cbc6fd hex color red value is 203, green value is 198 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #cbc6fd hue: 0.68 , saturation: 0.93 and the lightness value of cbc6fd is 0.88.
The process color (four color CMYK) of #cbc6fd color hex is 0.20, 0.22, 0.00, 0.01. Web safe color of #cbc6fd is #ccccff. Color #cbc6fd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11000110 | 11111101 |
Octal | 313 | 306 | 375 |
Decimal | 203 | 198 | 253 |
Hex | CB | C6 | FD |
Shades of #cbc6fd
Tints of #cbc6fd
RGB Percentages of Color #cbc6fd
CMYK Percentages of Color #cbc6fd
Complementary Color
#cbc6fd | #f8fdc6 |
#cbc6fd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbc6fd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbc6fd Color CSS Codes
.mybgcolor {background-color:#cbc6fd; } .myforecolor {color:#cbc6fd; } .mybordercolor {border:3px solid #cbc6fd; }
#cbc6fd Text Font Color
<p style="color:#cbc6fd">Text here</p>
This sample text font color is #cbc6fd
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.
#cbc6fd Background Color
<div style="background-color:#cbc6fd">
Div content here</div>
This div background color is #cbc6fd
#cbc6fd Border Color
<div style="border:3px solid #cbc6fd">
Div here</div>
This div border color is #cbc6fd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,198,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbc6fd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbc6fd; -webkit-box-shadow: 1px 1px 3px 2px #cbc6fd; box-shadow: 1px 1px 3px 2px #cbc6fd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,198,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbc6fd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbc6fd; -webkit-box-shadow: 1px 1px 3px 2px #cbc6fd; box-shadow: 1px 1px 3px 2px #cbc6fd;">
Div content here</div>
This div box has shadow with color #cbc6fd
Comments
No comments written yet.
Please login to write comment.