Color spaces of #cbccd5
RGB | 203 | 204 | 213 |
---|---|---|---|
HSL | 0.65 | 0.11 | 0.82 |
HSV | 234° | 5° | 84° |
CMYK | 0.05 | 0.04 | 0.00 0.16 |
XYZ | 58.2317 | 60.6863 | 71.5953 |
Yxy | 60.6863 | 0.3057 | 0.3185 |
Hunter Lab | 77.9014 | -2.8978 | 0.0405 |
CIE-Lab | 82.2098 | 1.3441 | -4.5882 |
#cbccd5 color RGB value is (203,204,213).
#cbccd5 hex color red value is 203, green value is 204 and the blue value of its RGB is 213. Cylindrical-coordinate representations (also known as HSL) of color #cbccd5 hue: 0.65 , saturation: 0.11 and the lightness value of cbccd5 is 0.82.
The process color (four color CMYK) of #cbccd5 color hex is 0.05, 0.04, 0.00, 0.16. Web safe color of #cbccd5 is #cccccc. Color #cbccd5 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11001100 | 11010101 |
Octal | 313 | 314 | 325 |
Decimal | 203 | 204 | 213 |
Hex | CB | CC | D5 |
Shades of #cbccd5
Tints of #cbccd5
RGB Percentages of Color #cbccd5
CMYK Percentages of Color #cbccd5
Complementary Color
#cbccd5 | #d5d4cb |
#cbccd5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbccd5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbccd5 Color CSS Codes
.mybgcolor {background-color:#cbccd5; } .myforecolor {color:#cbccd5; } .mybordercolor {border:3px solid #cbccd5; }
#cbccd5 Text Font Color
<p style="color:#cbccd5">Text here</p>
This sample text font color is #cbccd5
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.
#cbccd5 Background Color
<div style="background-color:#cbccd5">
Div content here</div>
This div background color is #cbccd5
#cbccd5 Border Color
<div style="border:3px solid #cbccd5">
Div here</div>
This div border color is #cbccd5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,204,213, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbccd5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbccd5; -webkit-box-shadow: 1px 1px 3px 2px #cbccd5; box-shadow: 1px 1px 3px 2px #cbccd5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,204,213, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbccd5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbccd5; -webkit-box-shadow: 1px 1px 3px 2px #cbccd5; box-shadow: 1px 1px 3px 2px #cbccd5;">
Div content here</div>
This div box has shadow with color #cbccd5
Comments
No comments written yet.
Please login to write comment.