Color spaces of #bae382
RGB | 186 | 227 | 130 |
---|---|---|---|
HSL | 0.24 | 0.63 | 0.70 |
HSV | 85° | 43° | 89° |
CMYK | 0.18 | 0.00 | 0.43 0.11 |
XYZ | 51.7480 | 66.9890 | 31.3218 |
Yxy | 66.9890 | 0.3449 | 0.4464 |
Hunter Lab | 81.8468 | -30.3745 | 34.6032 |
CIE-Lab | 85.4984 | -29.2159 | 42.9714 |
#bae382 color RGB value is (186,227,130).
#bae382 hex color red value is 186, green value is 227 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #bae382 hue: 0.24 , saturation: 0.63 and the lightness value of bae382 is 0.70.
The process color (four color CMYK) of #bae382 color hex is 0.18, 0.00, 0.43, 0.11. Web safe color of #bae382 is #cccc99. Color #bae382 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11100011 | 10000010 |
Octal | 272 | 343 | 202 |
Decimal | 186 | 227 | 130 |
Hex | BA | E3 | 82 |
Shades of #bae382
Tints of #bae382
RGB Percentages of Color #bae382
CMYK Percentages of Color #bae382
Complementary Color
#bae382 | #ab82e3 |
#bae382 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bae382 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bae382 Color CSS Codes
.mybgcolor {background-color:#bae382; } .myforecolor {color:#bae382; } .mybordercolor {border:3px solid #bae382; }
#bae382 Text Font Color
<p style="color:#bae382">Text here</p>
This sample text font color is #bae382
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.
#bae382 Background Color
<div style="background-color:#bae382">
Div content here</div>
This div background color is #bae382
#bae382 Border Color
<div style="border:3px solid #bae382">
Div here</div>
This div border color is #bae382
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,227,130, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bae382; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bae382; -webkit-box-shadow: 1px 1px 3px 2px #bae382; box-shadow: 1px 1px 3px 2px #bae382; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,227,130, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bae382">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bae382; -webkit-box-shadow: 1px 1px 3px 2px #bae382; box-shadow: 1px 1px 3px 2px #bae382;">
Div content here</div>
This div box has shadow with color #bae382
Comments
No comments written yet.
Please login to write comment.