Color spaces of #cbdce6
RGB | 203 | 220 | 230 |
---|---|---|---|
HSL | 0.56 | 0.35 | 0.85 |
HSV | 202° | 12° | 90° |
CMYK | 0.12 | 0.04 | 0.00 0.10 |
XYZ | 64.5047 | 69.5961 | 84.8965 |
Yxy | 69.5961 | 0.2945 | 0.3178 |
Hunter Lab | 83.4243 | -7.9740 | -1.9393 |
CIE-Lab | 86.7984 | -3.7023 | -6.8414 |
#cbdce6 color RGB value is (203,220,230).
#cbdce6 hex color red value is 203, green value is 220 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #cbdce6 hue: 0.56 , saturation: 0.35 and the lightness value of cbdce6 is 0.85.
The process color (four color CMYK) of #cbdce6 color hex is 0.12, 0.04, 0.00, 0.10. Web safe color of #cbdce6 is #ccccff. Color #cbdce6 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11011100 | 11100110 |
Octal | 313 | 334 | 346 |
Decimal | 203 | 220 | 230 |
Hex | CB | DC | E6 |
Shades of #cbdce6
Tints of #cbdce6
RGB Percentages of Color #cbdce6
CMYK Percentages of Color #cbdce6
Complementary Color
#cbdce6 | #e6d5cb |
#cbdce6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbdce6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbdce6 Color CSS Codes
.mybgcolor {background-color:#cbdce6; } .myforecolor {color:#cbdce6; } .mybordercolor {border:3px solid #cbdce6; }
#cbdce6 Text Font Color
<p style="color:#cbdce6">Text here</p>
This sample text font color is #cbdce6
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.
#cbdce6 Background Color
<div style="background-color:#cbdce6">
Div content here</div>
This div background color is #cbdce6
#cbdce6 Border Color
<div style="border:3px solid #cbdce6">
Div here</div>
This div border color is #cbdce6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,220,230, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbdce6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbdce6; -webkit-box-shadow: 1px 1px 3px 2px #cbdce6; box-shadow: 1px 1px 3px 2px #cbdce6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,220,230, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbdce6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbdce6; -webkit-box-shadow: 1px 1px 3px 2px #cbdce6; box-shadow: 1px 1px 3px 2px #cbdce6;">
Div content here</div>
This div box has shadow with color #cbdce6
Comments
No comments written yet.
Please login to write comment.