Color spaces of #bae421
RGB | 186 | 228 | 33 |
---|---|---|---|
HSL | 0.20 | 0.78 | 0.51 |
HSV | 73° | 86° | 89° |
CMYK | 0.18 | 0.00 | 0.86 0.11 |
XYZ | 48.2676 | 66.0357 | 11.6410 |
Yxy | 66.0357 | 0.3832 | 0.5243 |
Hunter Lab | 81.2624 | -36.1850 | 48.3902 |
CIE-Lab | 85.0146 | -36.4971 | 79.2397 |
#bae421 color RGB value is (186,228,33).
#bae421 hex color red value is 186, green value is 228 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #bae421 hue: 0.20 , saturation: 0.78 and the lightness value of bae421 is 0.51.
The process color (four color CMYK) of #bae421 color hex is 0.18, 0.00, 0.86, 0.11. Web safe color of #bae421 is #cccc33. Color #bae421 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11100100 | 00100001 |
Octal | 272 | 344 | 41 |
Decimal | 186 | 228 | 33 |
Hex | BA | E4 | 21 |
Shades of #bae421
Tints of #bae421
RGB Percentages of Color #bae421
CMYK Percentages of Color #bae421
Complementary Color
#bae421 | #4b21e4 |
#bae421 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bae421 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bae421 Color CSS Codes
.mybgcolor {background-color:#bae421; } .myforecolor {color:#bae421; } .mybordercolor {border:3px solid #bae421; }
#bae421 Text Font Color
<p style="color:#bae421">Text here</p>
This sample text font color is #bae421
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.
#bae421 Background Color
<div style="background-color:#bae421">
Div content here</div>
This div background color is #bae421
#bae421 Border Color
<div style="border:3px solid #bae421">
Div here</div>
This div border color is #bae421
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,228,33, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bae421; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bae421; -webkit-box-shadow: 1px 1px 3px 2px #bae421; box-shadow: 1px 1px 3px 2px #bae421; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,228,33, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bae421">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bae421; -webkit-box-shadow: 1px 1px 3px 2px #bae421; box-shadow: 1px 1px 3px 2px #bae421;">
Div content here</div>
This div box has shadow with color #bae421
Comments
No comments written yet.
Please login to write comment.