Color spaces of #badf8e
RGB | 186 | 223 | 142 |
---|---|---|---|
HSL | 0.24 | 0.56 | 0.72 |
HSV | 87° | 36° | 87° |
CMYK | 0.17 | 0.00 | 0.36 0.13 |
XYZ | 51.5199 | 65.1674 | 35.4544 |
Yxy | 65.1674 | 0.3386 | 0.4283 |
Hunter Lab | 80.7263 | -27.3516 | 30.4687 |
CIE-Lab | 84.5699 | -25.8147 | 35.8023 |
#badf8e color RGB value is (186,223,142).
#badf8e hex color red value is 186, green value is 223 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #badf8e hue: 0.24 , saturation: 0.56 and the lightness value of badf8e is 0.72.
The process color (four color CMYK) of #badf8e color hex is 0.17, 0.00, 0.36, 0.13. Web safe color of #badf8e is #cccc99. Color #badf8e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11011111 | 10001110 |
Octal | 272 | 337 | 216 |
Decimal | 186 | 223 | 142 |
Hex | BA | DF | 8E |
Shades of #badf8e
Tints of #badf8e
RGB Percentages of Color #badf8e
CMYK Percentages of Color #badf8e
Complementary Color
#badf8e | #b38edf |
#badf8e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#badf8e Color Preview on White Background
Lorem ipsum dolor sit amet.
#badf8e Color CSS Codes
.mybgcolor {background-color:#badf8e; } .myforecolor {color:#badf8e; } .mybordercolor {border:3px solid #badf8e; }
#badf8e Text Font Color
<p style="color:#badf8e">Text here</p>
This sample text font color is #badf8e
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.
#badf8e Background Color
<div style="background-color:#badf8e">
Div content here</div>
This div background color is #badf8e
#badf8e Border Color
<div style="border:3px solid #badf8e">
Div here</div>
This div border color is #badf8e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,223,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #badf8e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #badf8e; -webkit-box-shadow: 1px 1px 3px 2px #badf8e; box-shadow: 1px 1px 3px 2px #badf8e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,223,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #badf8e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #badf8e; -webkit-box-shadow: 1px 1px 3px 2px #badf8e; box-shadow: 1px 1px 3px 2px #badf8e;">
Div content here</div>
This div box has shadow with color #badf8e
Comments
No comments written yet.
Please login to write comment.