Color spaces of #bac17e
RGB | 186 | 193 | 126 |
---|---|---|---|
HSL | 0.18 | 0.35 | 0.63 |
HSV | 66° | 35° | 76° |
CMYK | 0.04 | 0.00 | 0.35 0.24 |
XYZ | 43.0856 | 50.0854 | 27.1353 |
Yxy | 50.0854 | 0.3581 | 0.4163 |
Hunter Lab | 70.7710 | -15.1780 | 26.8065 |
CIE-Lab | 76.1216 | -12.9847 | 32.9703 |
#bac17e color RGB value is (186,193,126).
#bac17e hex color red value is 186, green value is 193 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bac17e hue: 0.18 , saturation: 0.35 and the lightness value of bac17e is 0.63.
The process color (four color CMYK) of #bac17e color hex is 0.04, 0.00, 0.35, 0.24. Web safe color of #bac17e is #cccc66. Color #bac17e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11000001 | 01111110 |
Octal | 272 | 301 | 176 |
Decimal | 186 | 193 | 126 |
Hex | BA | C1 | 7E |
Shades of #bac17e
Tints of #bac17e
RGB Percentages of Color #bac17e
CMYK Percentages of Color #bac17e
Complementary Color
#bac17e | #857ec1 |
#bac17e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bac17e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bac17e Color CSS Codes
.mybgcolor {background-color:#bac17e; } .myforecolor {color:#bac17e; } .mybordercolor {border:3px solid #bac17e; }
#bac17e Text Font Color
<p style="color:#bac17e">Text here</p>
This sample text font color is #bac17e
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.
#bac17e Background Color
<div style="background-color:#bac17e">
Div content here</div>
This div background color is #bac17e
#bac17e Border Color
<div style="border:3px solid #bac17e">
Div here</div>
This div border color is #bac17e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,193,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bac17e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bac17e; -webkit-box-shadow: 1px 1px 3px 2px #bac17e; box-shadow: 1px 1px 3px 2px #bac17e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,193,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bac17e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bac17e; -webkit-box-shadow: 1px 1px 3px 2px #bac17e; box-shadow: 1px 1px 3px 2px #bac17e;">
Div content here</div>
This div box has shadow with color #bac17e
Comments
No comments written yet.
Please login to write comment.