Color spaces of #cbd0db
RGB | 203 | 208 | 219 |
---|---|---|---|
HSL | 0.61 | 0.18 | 0.83 |
HSV | 221° | 7° | 86° |
CMYK | 0.07 | 0.05 | 0.00 0.14 |
XYZ | 59.9707 | 62.9227 | 76.0023 |
Yxy | 62.9227 | 0.3015 | 0.3164 |
Hunter Lab | 79.3238 | -3.8665 | -1.2807 |
CIE-Lab | 83.4017 | 0.3926 | -6.0308 |
#cbd0db color RGB value is (203,208,219).
#cbd0db hex color red value is 203, green value is 208 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #cbd0db hue: 0.61 , saturation: 0.18 and the lightness value of cbd0db is 0.83.
The process color (four color CMYK) of #cbd0db color hex is 0.07, 0.05, 0.00, 0.14. Web safe color of #cbd0db is #cccccc. Color #cbd0db contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11010000 | 11011011 |
Octal | 313 | 320 | 333 |
Decimal | 203 | 208 | 219 |
Hex | CB | D0 | DB |
Shades of #cbd0db
Tints of #cbd0db
RGB Percentages of Color #cbd0db
CMYK Percentages of Color #cbd0db
Complementary Color
#cbd0db | #dbd6cb |
#cbd0db Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbd0db Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbd0db Color CSS Codes
.mybgcolor {background-color:#cbd0db; } .myforecolor {color:#cbd0db; } .mybordercolor {border:3px solid #cbd0db; }
#cbd0db Text Font Color
<p style="color:#cbd0db">Text here</p>
This sample text font color is #cbd0db
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.
#cbd0db Background Color
<div style="background-color:#cbd0db">
Div content here</div>
This div background color is #cbd0db
#cbd0db Border Color
<div style="border:3px solid #cbd0db">
Div here</div>
This div border color is #cbd0db
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,208,219, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbd0db; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbd0db; -webkit-box-shadow: 1px 1px 3px 2px #cbd0db; box-shadow: 1px 1px 3px 2px #cbd0db; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,208,219, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbd0db">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbd0db; -webkit-box-shadow: 1px 1px 3px 2px #cbd0db; box-shadow: 1px 1px 3px 2px #cbd0db;">
Div content here</div>
This div box has shadow with color #cbd0db
#cbd0db Color Palettes
Comments
No comments written yet.
Please login to write comment.