Color spaces of #badcb3
RGB | 186 | 220 | 179 |
---|---|---|---|
HSL | 0.30 | 0.37 | 0.78 |
HSV | 110° | 19° | 86° |
CMYK | 0.15 | 0.00 | 0.19 0.14 |
XYZ | 53.9796 | 64.8802 | 52.3259 |
Yxy | 64.8802 | 0.3153 | 0.3790 |
Hunter Lab | 80.5482 | -21.3372 | 17.8677 |
CIE-Lab | 84.4220 | -18.7897 | 16.4847 |
#badcb3 color RGB value is (186,220,179).
#badcb3 hex color red value is 186, green value is 220 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #badcb3 hue: 0.30 , saturation: 0.37 and the lightness value of badcb3 is 0.78.
The process color (four color CMYK) of #badcb3 color hex is 0.15, 0.00, 0.19, 0.14. Web safe color of #badcb3 is #cccccc. Color #badcb3 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11011100 | 10110011 |
Octal | 272 | 334 | 263 |
Decimal | 186 | 220 | 179 |
Hex | BA | DC | B3 |
Shades of #badcb3
Tints of #badcb3
RGB Percentages of Color #badcb3
CMYK Percentages of Color #badcb3
Complementary Color
#badcb3 | #d5b3dc |
#badcb3 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#badcb3 Color Preview on White Background
Lorem ipsum dolor sit amet.
#badcb3 Color CSS Codes
.mybgcolor {background-color:#badcb3; } .myforecolor {color:#badcb3; } .mybordercolor {border:3px solid #badcb3; }
#badcb3 Text Font Color
<p style="color:#badcb3">Text here</p>
This sample text font color is #badcb3
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.
#badcb3 Background Color
<div style="background-color:#badcb3">
Div content here</div>
This div background color is #badcb3
#badcb3 Border Color
<div style="border:3px solid #badcb3">
Div here</div>
This div border color is #badcb3
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,220,179, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #badcb3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #badcb3; -webkit-box-shadow: 1px 1px 3px 2px #badcb3; box-shadow: 1px 1px 3px 2px #badcb3; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,220,179, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #badcb3">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #badcb3; -webkit-box-shadow: 1px 1px 3px 2px #badcb3; box-shadow: 1px 1px 3px 2px #badcb3;">
Div content here</div>
This div box has shadow with color #badcb3
Comments
No comments written yet.
Please login to write comment.