Color spaces of #bae384
RGB | 186 | 227 | 132 |
---|---|---|---|
HSL | 0.24 | 0.63 | 0.70 |
HSV | 86° | 42° | 89° |
CMYK | 0.18 | 0.00 | 0.42 0.11 |
XYZ | 51.8836 | 67.0432 | 32.0359 |
Yxy | 67.0432 | 0.3437 | 0.4441 |
Hunter Lab | 81.8799 | -30.1825 | 34.1184 |
CIE-Lab | 85.5258 | -28.9776 | 42.0228 |
#bae384 color RGB value is (186,227,132).
#bae384 hex color red value is 186, green value is 227 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #bae384 hue: 0.24 , saturation: 0.63 and the lightness value of bae384 is 0.70.
The process color (four color CMYK) of #bae384 color hex is 0.18, 0.00, 0.42, 0.11. Web safe color of #bae384 is #cccc99. Color #bae384 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11100011 | 10000100 |
Octal | 272 | 343 | 204 |
Decimal | 186 | 227 | 132 |
Hex | BA | E3 | 84 |
Shades of #bae384
Tints of #bae384
RGB Percentages of Color #bae384
CMYK Percentages of Color #bae384
Complementary Color
#bae384 | #ad84e3 |
#bae384 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bae384 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bae384 Color CSS Codes
.mybgcolor {background-color:#bae384; } .myforecolor {color:#bae384; } .mybordercolor {border:3px solid #bae384; }
#bae384 Text Font Color
<p style="color:#bae384">Text here</p>
This sample text font color is #bae384
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.
#bae384 Background Color
<div style="background-color:#bae384">
Div content here</div>
This div background color is #bae384
#bae384 Border Color
<div style="border:3px solid #bae384">
Div here</div>
This div border color is #bae384
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,227,132, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bae384; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bae384; -webkit-box-shadow: 1px 1px 3px 2px #bae384; box-shadow: 1px 1px 3px 2px #bae384; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,227,132, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bae384">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bae384; -webkit-box-shadow: 1px 1px 3px 2px #bae384; box-shadow: 1px 1px 3px 2px #bae384;">
Div content here</div>
This div box has shadow with color #bae384
Comments
No comments written yet.
Please login to write comment.