Color spaces of #baf19f
RGB | 186 | 241 | 159 |
---|---|---|---|
HSL | 0.28 | 0.75 | 0.78 |
HSV | 100° | 34° | 95° |
CMYK | 0.23 | 0.00 | 0.34 0.05 |
XYZ | 57.9630 | 75.8529 | 44.3870 |
Yxy | 75.8529 | 0.3253 | 0.4257 |
Hunter Lab | 87.0936 | -33.6174 | 30.7485 |
CIE-Lab | 89.7910 | -31.9876 | 34.1026 |
#baf19f color RGB value is (186,241,159).
#baf19f hex color red value is 186, green value is 241 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #baf19f hue: 0.28 , saturation: 0.75 and the lightness value of baf19f is 0.78.
The process color (four color CMYK) of #baf19f color hex is 0.23, 0.00, 0.34, 0.05. Web safe color of #baf19f is #ccff99. Color #baf19f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11110001 | 10011111 |
Octal | 272 | 361 | 237 |
Decimal | 186 | 241 | 159 |
Hex | BA | F1 | 9F |
Shades of #baf19f
Tints of #baf19f
RGB Percentages of Color #baf19f
CMYK Percentages of Color #baf19f
Complementary Color
#baf19f | #d69ff1 |
#baf19f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baf19f Color Preview on White Background
Lorem ipsum dolor sit amet.
#baf19f Color CSS Codes
.mybgcolor {background-color:#baf19f; } .myforecolor {color:#baf19f; } .mybordercolor {border:3px solid #baf19f; }
#baf19f Text Font Color
<p style="color:#baf19f">Text here</p>
This sample text font color is #baf19f
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.
#baf19f Background Color
<div style="background-color:#baf19f">
Div content here</div>
This div background color is #baf19f
#baf19f Border Color
<div style="border:3px solid #baf19f">
Div here</div>
This div border color is #baf19f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,241,159, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baf19f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baf19f; -webkit-box-shadow: 1px 1px 3px 2px #baf19f; box-shadow: 1px 1px 3px 2px #baf19f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,241,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 #baf19f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baf19f; -webkit-box-shadow: 1px 1px 3px 2px #baf19f; box-shadow: 1px 1px 3px 2px #baf19f;">
Div content here</div>
This div box has shadow with color #baf19f
Comments
No comments written yet.
Please login to write comment.