Color spaces of #baca99
RGB | 186 | 202 | 153 |
---|---|---|---|
HSL | 0.22 | 0.32 | 0.70 |
HSV | 80° | 24° | 79° |
CMYK | 0.08 | 0.00 | 0.24 0.21 |
XYZ | 47.1200 | 54.9801 | 38.2657 |
Yxy | 54.9801 | 0.3357 | 0.3917 |
Hunter Lab | 74.1486 | -16.3266 | 21.3063 |
CIE-Lab | 79.0298 | -13.8873 | 22.7057 |
#baca99 color RGB value is (186,202,153).
#baca99 hex color red value is 186, green value is 202 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #baca99 hue: 0.22 , saturation: 0.32 and the lightness value of baca99 is 0.70.
The process color (four color CMYK) of #baca99 color hex is 0.08, 0.00, 0.24, 0.21. Web safe color of #baca99 is #cccc99. Color #baca99 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11001010 | 10011001 |
Octal | 272 | 312 | 231 |
Decimal | 186 | 202 | 153 |
Hex | BA | CA | 99 |
Shades of #baca99
Tints of #baca99
RGB Percentages of Color #baca99
CMYK Percentages of Color #baca99
Complementary Color
#baca99 | #a999ca |
#baca99 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baca99 Color Preview on White Background
Lorem ipsum dolor sit amet.
#baca99 Color CSS Codes
.mybgcolor {background-color:#baca99; } .myforecolor {color:#baca99; } .mybordercolor {border:3px solid #baca99; }
#baca99 Text Font Color
<p style="color:#baca99">Text here</p>
This sample text font color is #baca99
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.
#baca99 Background Color
<div style="background-color:#baca99">
Div content here</div>
This div background color is #baca99
#baca99 Border Color
<div style="border:3px solid #baca99">
Div here</div>
This div border color is #baca99
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,202,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baca99; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baca99; -webkit-box-shadow: 1px 1px 3px 2px #baca99; box-shadow: 1px 1px 3px 2px #baca99; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,202,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baca99">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baca99; -webkit-box-shadow: 1px 1px 3px 2px #baca99; box-shadow: 1px 1px 3px 2px #baca99;">
Div content here</div>
This div box has shadow with color #baca99
Comments
No comments written yet.
Please login to write comment.