Color spaces of #badcac
RGB | 186 | 220 | 172 |
---|---|---|---|
HSL | 0.28 | 0.41 | 0.77 |
HSV | 103° | 22° | 86° |
CMYK | 0.15 | 0.00 | 0.22 0.14 |
XYZ | 53.2893 | 64.6041 | 48.6909 |
Yxy | 64.6041 | 0.3199 | 0.3878 |
Hunter Lab | 80.3767 | -22.3147 | 20.3467 |
CIE-Lab | 84.2793 | -19.9474 | 19.9537 |
#badcac color RGB value is (186,220,172).
#badcac hex color red value is 186, green value is 220 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #badcac hue: 0.28 , saturation: 0.41 and the lightness value of badcac is 0.77.
The process color (four color CMYK) of #badcac color hex is 0.15, 0.00, 0.22, 0.14. Web safe color of #badcac is #cccc99. Color #badcac contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11011100 | 10101100 |
Octal | 272 | 334 | 254 |
Decimal | 186 | 220 | 172 |
Hex | BA | DC | AC |
Shades of #badcac
Tints of #badcac
RGB Percentages of Color #badcac
CMYK Percentages of Color #badcac
Complementary Color
#badcac | #ceacdc |
#badcac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#badcac Color Preview on White Background
Lorem ipsum dolor sit amet.
#badcac Color CSS Codes
.mybgcolor {background-color:#badcac; } .myforecolor {color:#badcac; } .mybordercolor {border:3px solid #badcac; }
#badcac Text Font Color
<p style="color:#badcac">Text here</p>
This sample text font color is #badcac
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.
#badcac Background Color
<div style="background-color:#badcac">
Div content here</div>
This div background color is #badcac
#badcac Border Color
<div style="border:3px solid #badcac">
Div here</div>
This div border color is #badcac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,220,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #badcac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #badcac; -webkit-box-shadow: 1px 1px 3px 2px #badcac; box-shadow: 1px 1px 3px 2px #badcac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,220,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #badcac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #badcac; -webkit-box-shadow: 1px 1px 3px 2px #badcac; box-shadow: 1px 1px 3px 2px #badcac;">
Div content here</div>
This div box has shadow with color #badcac
Comments
No comments written yet.
Please login to write comment.