Color spaces of #bac994
RGB | 186 | 201 | 148 |
---|---|---|---|
HSL | 0.21 | 0.33 | 0.68 |
HSV | 77° | 26° | 79° |
CMYK | 0.07 | 0.00 | 0.26 0.21 |
XYZ | 46.4816 | 54.3505 | 36.0578 |
Yxy | 54.3505 | 0.3396 | 0.3970 |
Hunter Lab | 73.7228 | -16.4721 | 22.6072 |
CIE-Lab | 78.6657 | -14.1130 | 24.8463 |
#bac994 color RGB value is (186,201,148).
#bac994 hex color red value is 186, green value is 201 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #bac994 hue: 0.21 , saturation: 0.33 and the lightness value of bac994 is 0.68.
The process color (four color CMYK) of #bac994 color hex is 0.07, 0.00, 0.26, 0.21. Web safe color of #bac994 is #cccc99. Color #bac994 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11001001 | 10010100 |
Octal | 272 | 311 | 224 |
Decimal | 186 | 201 | 148 |
Hex | BA | C9 | 94 |
Shades of #bac994
Tints of #bac994
RGB Percentages of Color #bac994
CMYK Percentages of Color #bac994
Complementary Color
#bac994 | #a394c9 |
#bac994 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bac994 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bac994 Color CSS Codes
.mybgcolor {background-color:#bac994; } .myforecolor {color:#bac994; } .mybordercolor {border:3px solid #bac994; }
#bac994 Text Font Color
<p style="color:#bac994">Text here</p>
This sample text font color is #bac994
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.
#bac994 Background Color
<div style="background-color:#bac994">
Div content here</div>
This div background color is #bac994
#bac994 Border Color
<div style="border:3px solid #bac994">
Div here</div>
This div border color is #bac994
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,201,148, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bac994; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bac994; -webkit-box-shadow: 1px 1px 3px 2px #bac994; box-shadow: 1px 1px 3px 2px #bac994; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,201,148, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bac994">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bac994; -webkit-box-shadow: 1px 1px 3px 2px #bac994; box-shadow: 1px 1px 3px 2px #bac994;">
Div content here</div>
This div box has shadow with color #bac994
Comments
No comments written yet.
Please login to write comment.