Color spaces of #bae436
RGB | 186 | 228 | 54 |
---|---|---|---|
HSL | 0.21 | 0.76 | 0.55 |
HSV | 74° | 76° | 89° |
CMYK | 0.18 | 0.00 | 0.76 0.11 |
XYZ | 48.6590 | 66.1923 | 13.7018 |
Yxy | 66.1923 | 0.3785 | 0.5149 |
Hunter Lab | 81.3587 | -35.6203 | 46.9659 |
CIE-Lab | 85.0944 | -35.7656 | 74.0773 |
#bae436 color RGB value is (186,228,54).
#bae436 hex color red value is 186, green value is 228 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #bae436 hue: 0.21 , saturation: 0.76 and the lightness value of bae436 is 0.55.
The process color (four color CMYK) of #bae436 color hex is 0.18, 0.00, 0.76, 0.11. Web safe color of #bae436 is #cccc33. Color #bae436 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11100100 | 00110110 |
Octal | 272 | 344 | 66 |
Decimal | 186 | 228 | 54 |
Hex | BA | E4 | 36 |
Shades of #bae436
Tints of #bae436
RGB Percentages of Color #bae436
CMYK Percentages of Color #bae436
Complementary Color
#bae436 | #6036e4 |
#bae436 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bae436 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bae436 Color CSS Codes
.mybgcolor {background-color:#bae436; } .myforecolor {color:#bae436; } .mybordercolor {border:3px solid #bae436; }
#bae436 Text Font Color
<p style="color:#bae436">Text here</p>
This sample text font color is #bae436
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.
#bae436 Background Color
<div style="background-color:#bae436">
Div content here</div>
This div background color is #bae436
#bae436 Border Color
<div style="border:3px solid #bae436">
Div here</div>
This div border color is #bae436
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,228,54, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bae436; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bae436; -webkit-box-shadow: 1px 1px 3px 2px #bae436; box-shadow: 1px 1px 3px 2px #bae436; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,228,54, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bae436">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bae436; -webkit-box-shadow: 1px 1px 3px 2px #bae436; box-shadow: 1px 1px 3px 2px #bae436;">
Div content here</div>
This div box has shadow with color #bae436
Comments
No comments written yet.
Please login to write comment.