Color spaces of #bae84c
RGB | 186 | 232 | 76 |
---|---|---|---|
HSL | 0.22 | 0.77 | 0.60 |
HSV | 78° | 67° | 91° |
CMYK | 0.20 | 0.00 | 0.67 0.09 |
XYZ | 50.4108 | 68.6741 | 17.4360 |
Yxy | 68.6741 | 0.3693 | 0.5030 |
Hunter Lab | 82.8698 | -36.4383 | 45.5341 |
CIE-Lab | 86.3424 | -36.4014 | 67.8452 |
#bae84c color RGB value is (186,232,76).
#bae84c hex color red value is 186, green value is 232 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #bae84c hue: 0.22 , saturation: 0.77 and the lightness value of bae84c is 0.60.
The process color (four color CMYK) of #bae84c color hex is 0.20, 0.00, 0.67, 0.09. Web safe color of #bae84c is #ccff33. Color #bae84c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11101000 | 01001100 |
Octal | 272 | 350 | 114 |
Decimal | 186 | 232 | 76 |
Hex | BA | E8 | 4C |
Shades of #bae84c
Tints of #bae84c
RGB Percentages of Color #bae84c
CMYK Percentages of Color #bae84c
Complementary Color
#bae84c | #7a4ce8 |
#bae84c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bae84c Color Preview on White Background
Lorem ipsum dolor sit amet.
#bae84c Color CSS Codes
.mybgcolor {background-color:#bae84c; } .myforecolor {color:#bae84c; } .mybordercolor {border:3px solid #bae84c; }
#bae84c Text Font Color
<p style="color:#bae84c">Text here</p>
This sample text font color is #bae84c
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.
#bae84c Background Color
<div style="background-color:#bae84c">
Div content here</div>
This div background color is #bae84c
#bae84c Border Color
<div style="border:3px solid #bae84c">
Div here</div>
This div border color is #bae84c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,232,76, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bae84c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bae84c; -webkit-box-shadow: 1px 1px 3px 2px #bae84c; box-shadow: 1px 1px 3px 2px #bae84c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,232,76, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bae84c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bae84c; -webkit-box-shadow: 1px 1px 3px 2px #bae84c; box-shadow: 1px 1px 3px 2px #bae84c;">
Div content here</div>
This div box has shadow with color #bae84c
Comments
No comments written yet.
Please login to write comment.