Color spaces of #baf030
RGB | 186 | 240 | 48 |
---|---|---|---|
HSL | 0.21 | 0.86 | 0.56 |
HSV | 77° | 80° | 94° |
CMYK | 0.23 | 0.00 | 0.80 0.06 |
XYZ | 51.9433 | 72.9727 | 14.1437 |
Yxy | 72.9727 | 0.3735 | 0.5248 |
Hunter Lab | 85.4241 | -40.9527 | 49.9802 |
CIE-Lab | 88.4347 | -41.3594 | 78.7703 |
#baf030 color RGB value is (186,240,48).
#baf030 hex color red value is 186, green value is 240 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #baf030 hue: 0.21 , saturation: 0.86 and the lightness value of baf030 is 0.56.
The process color (four color CMYK) of #baf030 color hex is 0.23, 0.00, 0.80, 0.06. Web safe color of #baf030 is #ccff33. Color #baf030 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11110000 | 00110000 |
Octal | 272 | 360 | 60 |
Decimal | 186 | 240 | 48 |
Hex | BA | F0 | 30 |
Shades of #baf030
Tints of #baf030
RGB Percentages of Color #baf030
CMYK Percentages of Color #baf030
Complementary Color
#baf030 | #6630f0 |
#baf030 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baf030 Color Preview on White Background
Lorem ipsum dolor sit amet.
#baf030 Color CSS Codes
.mybgcolor {background-color:#baf030; } .myforecolor {color:#baf030; } .mybordercolor {border:3px solid #baf030; }
#baf030 Text Font Color
<p style="color:#baf030">Text here</p>
This sample text font color is #baf030
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.
#baf030 Background Color
<div style="background-color:#baf030">
Div content here</div>
This div background color is #baf030
#baf030 Border Color
<div style="border:3px solid #baf030">
Div here</div>
This div border color is #baf030
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,240,48, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baf030; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baf030; -webkit-box-shadow: 1px 1px 3px 2px #baf030; box-shadow: 1px 1px 3px 2px #baf030; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,240,48, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baf030">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baf030; -webkit-box-shadow: 1px 1px 3px 2px #baf030; box-shadow: 1px 1px 3px 2px #baf030;">
Div content here</div>
This div box has shadow with color #baf030
Comments
No comments written yet.
Please login to write comment.