Color spaces of #baf027
RGB | 186 | 240 | 39 |
---|---|---|---|
HSL | 0.21 | 0.87 | 0.55 |
HSV | 76° | 84° | 94° |
CMYK | 0.23 | 0.00 | 0.84 0.06 |
XYZ | 51.7760 | 72.9058 | 13.2628 |
Yxy | 72.9058 | 0.3753 | 0.5285 |
Hunter Lab | 85.3849 | -41.1841 | 50.5599 |
CIE-Lab | 88.4028 | -41.6612 | 80.8634 |
#baf027 color RGB value is (186,240,39).
#baf027 hex color red value is 186, green value is 240 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #baf027 hue: 0.21 , saturation: 0.87 and the lightness value of baf027 is 0.55.
The process color (four color CMYK) of #baf027 color hex is 0.23, 0.00, 0.84, 0.06. Web safe color of #baf027 is #ccff33. Color #baf027 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11110000 | 00100111 |
Octal | 272 | 360 | 47 |
Decimal | 186 | 240 | 39 |
Hex | BA | F0 | 27 |
Shades of #baf027
Tints of #baf027
RGB Percentages of Color #baf027
CMYK Percentages of Color #baf027
Complementary Color
#baf027 | #5d27f0 |
#baf027 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baf027 Color Preview on White Background
Lorem ipsum dolor sit amet.
#baf027 Color CSS Codes
.mybgcolor {background-color:#baf027; } .myforecolor {color:#baf027; } .mybordercolor {border:3px solid #baf027; }
#baf027 Text Font Color
<p style="color:#baf027">Text here</p>
This sample text font color is #baf027
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.
#baf027 Background Color
<div style="background-color:#baf027">
Div content here</div>
This div background color is #baf027
#baf027 Border Color
<div style="border:3px solid #baf027">
Div here</div>
This div border color is #baf027
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,240,39, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baf027; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baf027; -webkit-box-shadow: 1px 1px 3px 2px #baf027; box-shadow: 1px 1px 3px 2px #baf027; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,240,39, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baf027">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baf027; -webkit-box-shadow: 1px 1px 3px 2px #baf027; box-shadow: 1px 1px 3px 2px #baf027;">
Div content here</div>
This div box has shadow with color #baf027
Comments
No comments written yet.
Please login to write comment.