Color spaces of #baca20
RGB | 186 | 202 | 32 |
---|---|---|---|
HSL | 0.18 | 0.73 | 0.46 |
HSV | 66° | 84° | 79° |
CMYK | 0.08 | 0.00 | 0.84 0.21 |
XYZ | 41.6309 | 52.7844 | 9.3607 |
Yxy | 52.7844 | 0.4012 | 0.5086 |
Hunter Lab | 72.6529 | -24.8601 | 43.2180 |
CIE-Lab | 77.7475 | -24.3651 | 73.3638 |
#baca20 color RGB value is (186,202,32).
#baca20 hex color red value is 186, green value is 202 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #baca20 hue: 0.18 , saturation: 0.73 and the lightness value of baca20 is 0.46.
The process color (four color CMYK) of #baca20 color hex is 0.08, 0.00, 0.84, 0.21. Web safe color of #baca20 is #cccc33. Color #baca20 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11001010 | 00100000 |
Octal | 272 | 312 | 40 |
Decimal | 186 | 202 | 32 |
Hex | BA | CA | 20 |
Shades of #baca20
Tints of #baca20
RGB Percentages of Color #baca20
CMYK Percentages of Color #baca20
Complementary Color
#baca20 | #3020ca |
#baca20 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baca20 Color Preview on White Background
Lorem ipsum dolor sit amet.
#baca20 Color CSS Codes
.mybgcolor {background-color:#baca20; } .myforecolor {color:#baca20; } .mybordercolor {border:3px solid #baca20; }
#baca20 Text Font Color
<p style="color:#baca20">Text here</p>
This sample text font color is #baca20
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.
#baca20 Background Color
<div style="background-color:#baca20">
Div content here</div>
This div background color is #baca20
#baca20 Border Color
<div style="border:3px solid #baca20">
Div here</div>
This div border color is #baca20
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,202,32, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baca20; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baca20; -webkit-box-shadow: 1px 1px 3px 2px #baca20; box-shadow: 1px 1px 3px 2px #baca20; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,202,32, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baca20">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baca20; -webkit-box-shadow: 1px 1px 3px 2px #baca20; box-shadow: 1px 1px 3px 2px #baca20;">
Div content here</div>
This div box has shadow with color #baca20
Comments
No comments written yet.
Please login to write comment.