Color spaces of #baf09f
RGB | 186 | 240 | 159 |
---|---|---|---|
HSL | 0.28 | 0.73 | 0.78 |
HSV | 100° | 34° | 94° |
CMYK | 0.23 | 0.00 | 0.34 0.06 |
XYZ | 57.6678 | 75.2625 | 44.2886 |
Yxy | 75.2625 | 0.3254 | 0.4247 |
Hunter Lab | 86.7540 | -33.1655 | 30.4597 |
CIE-Lab | 89.5158 | -31.5225 | 33.7378 |
#baf09f color RGB value is (186,240,159).
#baf09f hex color red value is 186, green value is 240 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #baf09f hue: 0.28 , saturation: 0.73 and the lightness value of baf09f is 0.78.
The process color (four color CMYK) of #baf09f color hex is 0.23, 0.00, 0.34, 0.06. Web safe color of #baf09f is #ccff99. Color #baf09f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11110000 | 10011111 |
Octal | 272 | 360 | 237 |
Decimal | 186 | 240 | 159 |
Hex | BA | F0 | 9F |
Shades of #baf09f
Tints of #baf09f
RGB Percentages of Color #baf09f
CMYK Percentages of Color #baf09f
Complementary Color
#baf09f | #d59ff0 |
#baf09f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baf09f Color Preview on White Background
Lorem ipsum dolor sit amet.
#baf09f Color CSS Codes
.mybgcolor {background-color:#baf09f; } .myforecolor {color:#baf09f; } .mybordercolor {border:3px solid #baf09f; }
#baf09f Text Font Color
<p style="color:#baf09f">Text here</p>
This sample text font color is #baf09f
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.
#baf09f Background Color
<div style="background-color:#baf09f">
Div content here</div>
This div background color is #baf09f
#baf09f Border Color
<div style="border:3px solid #baf09f">
Div here</div>
This div border color is #baf09f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,240,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baf09f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baf09f; -webkit-box-shadow: 1px 1px 3px 2px #baf09f; box-shadow: 1px 1px 3px 2px #baf09f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,240,159, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baf09f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baf09f; -webkit-box-shadow: 1px 1px 3px 2px #baf09f; box-shadow: 1px 1px 3px 2px #baf09f;">
Div content here</div>
This div box has shadow with color #baf09f
Comments
No comments written yet.
Please login to write comment.