Color spaces of #baf86c
RGB | 186 | 248 | 108 |
---|---|---|---|
HSL | 0.24 | 0.91 | 0.70 |
HSV | 87° | 56° | 97° |
CMYK | 0.25 | 0.00 | 0.56 0.03 |
XYZ | 56.5239 | 78.6566 | 26.3905 |
Yxy | 78.6566 | 0.3498 | 0.4868 |
Hunter Lab | 88.6886 | -41.4415 | 44.4394 |
CIE-Lab | 91.0787 | -41.0765 | 59.9205 |
#baf86c color RGB value is (186,248,108).
#baf86c hex color red value is 186, green value is 248 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #baf86c hue: 0.24 , saturation: 0.91 and the lightness value of baf86c is 0.70.
The process color (four color CMYK) of #baf86c color hex is 0.25, 0.00, 0.56, 0.03. Web safe color of #baf86c is #ccff66. Color #baf86c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11111000 | 01101100 |
Octal | 272 | 370 | 154 |
Decimal | 186 | 248 | 108 |
Hex | BA | F8 | 6C |
Shades of #baf86c
Tints of #baf86c
RGB Percentages of Color #baf86c
CMYK Percentages of Color #baf86c
Complementary Color
#baf86c | #aa6cf8 |
#baf86c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baf86c Color Preview on White Background
Lorem ipsum dolor sit amet.
#baf86c Color CSS Codes
.mybgcolor {background-color:#baf86c; } .myforecolor {color:#baf86c; } .mybordercolor {border:3px solid #baf86c; }
#baf86c Text Font Color
<p style="color:#baf86c">Text here</p>
This sample text font color is #baf86c
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.
#baf86c Background Color
<div style="background-color:#baf86c">
Div content here</div>
This div background color is #baf86c
#baf86c Border Color
<div style="border:3px solid #baf86c">
Div here</div>
This div border color is #baf86c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,248,108, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baf86c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baf86c; -webkit-box-shadow: 1px 1px 3px 2px #baf86c; box-shadow: 1px 1px 3px 2px #baf86c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,248,108, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baf86c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baf86c; -webkit-box-shadow: 1px 1px 3px 2px #baf86c; box-shadow: 1px 1px 3px 2px #baf86c;">
Div content here</div>
This div box has shadow with color #baf86c
Comments
No comments written yet.
Please login to write comment.