Color spaces of #cbdbd6
RGB | 203 | 219 | 214 |
---|---|---|---|
HSL | 0.45 | 0.18 | 0.83 |
HSV | 161° | 7° | 86° |
CMYK | 0.07 | 0.00 | 0.02 0.14 |
XYZ | 62.0977 | 68.2146 | 73.5122 |
Yxy | 68.2146 | 0.3047 | 0.3347 |
Hunter Lab | 82.5921 | -10.3293 | 5.0427 |
CIE-Lab | 86.1136 | -6.2856 | 0.6041 |
#cbdbd6 color RGB value is (203,219,214).
#cbdbd6 hex color red value is 203, green value is 219 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #cbdbd6 hue: 0.45 , saturation: 0.18 and the lightness value of cbdbd6 is 0.83.
The process color (four color CMYK) of #cbdbd6 color hex is 0.07, 0.00, 0.02, 0.14. Web safe color of #cbdbd6 is #cccccc. Color #cbdbd6 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11001011 | 11011011 | 11010110 |
Octal | 313 | 333 | 326 |
Decimal | 203 | 219 | 214 |
Hex | CB | DB | D6 |
Shades of #cbdbd6
Tints of #cbdbd6
RGB Percentages of Color #cbdbd6
CMYK Percentages of Color #cbdbd6
Complementary Color
#cbdbd6 | #dbcbd0 |
#cbdbd6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#cbdbd6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#cbdbd6 Color CSS Codes
.mybgcolor {background-color:#cbdbd6; } .myforecolor {color:#cbdbd6; } .mybordercolor {border:3px solid #cbdbd6; }
#cbdbd6 Text Font Color
<p style="color:#cbdbd6">Text here</p>
This sample text font color is #cbdbd6
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.
#cbdbd6 Background Color
<div style="background-color:#cbdbd6">
Div content here</div>
This div background color is #cbdbd6
#cbdbd6 Border Color
<div style="border:3px solid #cbdbd6">
Div here</div>
This div border color is #cbdbd6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(203,219,214, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #cbdbd6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #cbdbd6; -webkit-box-shadow: 1px 1px 3px 2px #cbdbd6; box-shadow: 1px 1px 3px 2px #cbdbd6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(203,219,214, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #cbdbd6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #cbdbd6; -webkit-box-shadow: 1px 1px 3px 2px #cbdbd6; box-shadow: 1px 1px 3px 2px #cbdbd6;">
Div content here</div>
This div box has shadow with color #cbdbd6
Comments
No comments written yet.
Please login to write comment.