Color spaces of #baf729
RGB | 186 | 247 | 41 |
---|---|---|---|
HSL | 0.22 | 0.93 | 0.56 |
HSV | 78° | 83° | 97° |
CMYK | 0.25 | 0.00 | 0.83 0.03 |
XYZ | 53.9107 | 77.1207 | 14.1422 |
Yxy | 77.1207 | 0.3714 | 0.5312 |
Hunter Lab | 87.8184 | -44.1031 | 51.9249 |
CIE-Lab | 90.3771 | -44.6348 | 82.1230 |
#baf729 color RGB value is (186,247,41).
#baf729 hex color red value is 186, green value is 247 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #baf729 hue: 0.22 , saturation: 0.93 and the lightness value of baf729 is 0.56.
The process color (four color CMYK) of #baf729 color hex is 0.25, 0.00, 0.83, 0.03. Web safe color of #baf729 is #ccff33. Color #baf729 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11110111 | 00101001 |
Octal | 272 | 367 | 51 |
Decimal | 186 | 247 | 41 |
Hex | BA | F7 | 29 |
Shades of #baf729
Tints of #baf729
RGB Percentages of Color #baf729
CMYK Percentages of Color #baf729
Complementary Color
#baf729 | #6629f7 |
#baf729 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baf729 Color Preview on White Background
Lorem ipsum dolor sit amet.
#baf729 Color CSS Codes
.mybgcolor {background-color:#baf729; } .myforecolor {color:#baf729; } .mybordercolor {border:3px solid #baf729; }
#baf729 Text Font Color
<p style="color:#baf729">Text here</p>
This sample text font color is #baf729
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.
#baf729 Background Color
<div style="background-color:#baf729">
Div content here</div>
This div background color is #baf729
#baf729 Border Color
<div style="border:3px solid #baf729">
Div here</div>
This div border color is #baf729
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,247,41, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baf729; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baf729; -webkit-box-shadow: 1px 1px 3px 2px #baf729; box-shadow: 1px 1px 3px 2px #baf729; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,247,41, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baf729">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baf729; -webkit-box-shadow: 1px 1px 3px 2px #baf729; box-shadow: 1px 1px 3px 2px #baf729;">
Div content here</div>
This div box has shadow with color #baf729
Comments
No comments written yet.
Please login to write comment.