Color spaces of #bad6cb
RGB | 186 | 214 | 203 |
---|---|---|---|
HSL | 0.43 | 0.25 | 0.78 |
HSV | 156° | 13° | 84° |
CMYK | 0.13 | 0.00 | 0.05 0.16 |
XYZ | 55.0758 | 62.8440 | 65.7272 |
Yxy | 62.8440 | 0.2999 | 0.3422 |
Hunter Lab | 79.2742 | -14.7169 | 6.3339 |
CIE-Lab | 83.3602 | -11.4291 | 2.2829 |
#bad6cb color RGB value is (186,214,203).
#bad6cb hex color red value is 186, green value is 214 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bad6cb hue: 0.43 , saturation: 0.25 and the lightness value of bad6cb is 0.78.
The process color (four color CMYK) of #bad6cb color hex is 0.13, 0.00, 0.05, 0.16. Web safe color of #bad6cb is #cccccc. Color #bad6cb contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11010110 | 11001011 |
Octal | 272 | 326 | 313 |
Decimal | 186 | 214 | 203 |
Hex | BA | D6 | CB |
Shades of #bad6cb
Tints of #bad6cb
RGB Percentages of Color #bad6cb
CMYK Percentages of Color #bad6cb
Complementary Color
#bad6cb | #d6bac5 |
#bad6cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bad6cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#bad6cb Color CSS Codes
.mybgcolor {background-color:#bad6cb; } .myforecolor {color:#bad6cb; } .mybordercolor {border:3px solid #bad6cb; }
#bad6cb Text Font Color
<p style="color:#bad6cb">Text here</p>
This sample text font color is #bad6cb
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.
#bad6cb Background Color
<div style="background-color:#bad6cb">
Div content here</div>
This div background color is #bad6cb
#bad6cb Border Color
<div style="border:3px solid #bad6cb">
Div here</div>
This div border color is #bad6cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,214,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bad6cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bad6cb; -webkit-box-shadow: 1px 1px 3px 2px #bad6cb; box-shadow: 1px 1px 3px 2px #bad6cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,214,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bad6cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bad6cb; -webkit-box-shadow: 1px 1px 3px 2px #bad6cb; box-shadow: 1px 1px 3px 2px #bad6cb;">
Div content here</div>
This div box has shadow with color #bad6cb
Comments
No comments written yet.
Please login to write comment.