Color spaces of #bacaab
RGB | 186 | 202 | 171 |
---|---|---|---|
HSL | 0.25 | 0.23 | 0.73 |
HSV | 91° | 15° | 79° |
CMYK | 0.08 | 0.00 | 0.15 0.21 |
XYZ | 48.7209 | 55.6204 | 46.6960 |
Yxy | 55.6204 | 0.3226 | 0.3683 |
Hunter Lab | 74.5791 | -13.9032 | 15.0823 |
CIE-Lab | 79.3973 | -11.0395 | 13.6543 |
#bacaab color RGB value is (186,202,171).
#bacaab hex color red value is 186, green value is 202 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bacaab hue: 0.25 , saturation: 0.23 and the lightness value of bacaab is 0.73.
The process color (four color CMYK) of #bacaab color hex is 0.08, 0.00, 0.15, 0.21. Web safe color of #bacaab is #cccc99. Color #bacaab contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11001010 | 10101011 |
Octal | 272 | 312 | 253 |
Decimal | 186 | 202 | 171 |
Hex | BA | CA | AB |
Shades of #bacaab
Tints of #bacaab
RGB Percentages of Color #bacaab
CMYK Percentages of Color #bacaab
Complementary Color
#bacaab | #bbabca |
#bacaab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bacaab Color Preview on White Background
Lorem ipsum dolor sit amet.
#bacaab Color CSS Codes
.mybgcolor {background-color:#bacaab; } .myforecolor {color:#bacaab; } .mybordercolor {border:3px solid #bacaab; }
#bacaab Text Font Color
<p style="color:#bacaab">Text here</p>
This sample text font color is #bacaab
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.
#bacaab Background Color
<div style="background-color:#bacaab">
Div content here</div>
This div background color is #bacaab
#bacaab Border Color
<div style="border:3px solid #bacaab">
Div here</div>
This div border color is #bacaab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,202,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bacaab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bacaab; -webkit-box-shadow: 1px 1px 3px 2px #bacaab; box-shadow: 1px 1px 3px 2px #bacaab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,202,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bacaab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bacaab; -webkit-box-shadow: 1px 1px 3px 2px #bacaab; box-shadow: 1px 1px 3px 2px #bacaab;">
Div content here</div>
This div box has shadow with color #bacaab
Comments
No comments written yet.
Please login to write comment.