Color spaces of #cbcdfd
RGB | 203 | 205 | 253 |
---|---|---|---|
HSL | 0.66 | 0.93 | 0.89 |
HSV | 238° | 20° | 99° |
CMYK | 0.20 | 0.19 | 0.00 0.01 |
XYZ | 64.1895 | 63.4510 | 101.7926 |
Yxy | 63.4510 | 0.2798 | 0.2766 |
Hunter Lab | 79.6561 | 4.4429 | -20.0074 |
CIE-Lab | 83.6791 | 9.0260 | -23.7004 |
#cbcdfd color RGB value is (203,205,253).
#cbcdfd hex color red value is 203, green value is 205 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #cbcdfd hue: 0.66 , saturation: 0.93 and the lightness value of cbcdfd is 0.89.
The process color (four color CMYK) of #cbcdfd color hex is 0.20, 0.19, 0.00, 0.01. Web safe color of #cbcdfd is #ccccff. Color #cbcdfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11001101 | 11111101 |
Octal | 313 | 315 | 375 |
Decimal | 203 | 205 | 253 |
Hex | CB | CD | FD |
Shades of #cbcdfd
Tints of #cbcdfd
RGB Percentages of Color #cbcdfd
CMYK Percentages of Color #cbcdfd
Complementary Color
#cbcdfd | #fdfbcb |
#cbcdfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbcdfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbcdfd Color CSS Codes
.mybgcolor {background-color:#cbcdfd; } .myforecolor {color:#cbcdfd; } .mybordercolor {border:3px solid #cbcdfd; }
#cbcdfd Text Font Color
<p style="color:#cbcdfd">Text here</p>
This sample text font color is #cbcdfd
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.
#cbcdfd Background Color
<div style="background-color:#cbcdfd">
Div content here</div>
This div background color is #cbcdfd
#cbcdfd Border Color
<div style="border:3px solid #cbcdfd">
Div here</div>
This div border color is #cbcdfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,205,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbcdfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbcdfd; -webkit-box-shadow: 1px 1px 3px 2px #cbcdfd; box-shadow: 1px 1px 3px 2px #cbcdfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,205,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 #cbcdfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbcdfd; -webkit-box-shadow: 1px 1px 3px 2px #cbcdfd; box-shadow: 1px 1px 3px 2px #cbcdfd;">
Div content here</div>
This div box has shadow with color #cbcdfd
Comments
No comments written yet.
Please login to write comment.