Color spaces of #baf29d
RGB | 186 | 242 | 157 |
---|---|---|---|
HSL | 0.28 | 0.77 | 0.78 |
HSV | 100° | 35° | 95° |
CMYK | 0.23 | 0.00 | 0.35 0.05 |
XYZ | 58.0876 | 76.3777 | 43.5791 |
Yxy | 76.3777 | 0.3263 | 0.4290 |
Hunter Lab | 87.3943 | -34.2981 | 31.6111 |
CIE-Lab | 90.0344 | -32.7332 | 35.4275 |
#baf29d color RGB value is (186,242,157).
#baf29d hex color red value is 186, green value is 242 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #baf29d hue: 0.28 , saturation: 0.77 and the lightness value of baf29d is 0.78.
The process color (four color CMYK) of #baf29d color hex is 0.23, 0.00, 0.35, 0.05. Web safe color of #baf29d is #ccff99. Color #baf29d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11110010 | 10011101 |
Octal | 272 | 362 | 235 |
Decimal | 186 | 242 | 157 |
Hex | BA | F2 | 9D |
Shades of #baf29d
Tints of #baf29d
RGB Percentages of Color #baf29d
CMYK Percentages of Color #baf29d
Complementary Color
#baf29d | #d59df2 |
#baf29d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#baf29d Color Preview on White Background
Lorem ipsum dolor sit amet.
#baf29d Color CSS Codes
.mybgcolor {background-color:#baf29d; } .myforecolor {color:#baf29d; } .mybordercolor {border:3px solid #baf29d; }
#baf29d Text Font Color
<p style="color:#baf29d">Text here</p>
This sample text font color is #baf29d
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.
#baf29d Background Color
<div style="background-color:#baf29d">
Div content here</div>
This div background color is #baf29d
#baf29d Border Color
<div style="border:3px solid #baf29d">
Div here</div>
This div border color is #baf29d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,242,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #baf29d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #baf29d; -webkit-box-shadow: 1px 1px 3px 2px #baf29d; box-shadow: 1px 1px 3px 2px #baf29d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,242,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #baf29d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #baf29d; -webkit-box-shadow: 1px 1px 3px 2px #baf29d; box-shadow: 1px 1px 3px 2px #baf29d;">
Div content here</div>
This div box has shadow with color #baf29d
#baf29d Color Palettes
Comments
No comments written yet.
Please login to write comment.