Color spaces of #beea2e
RGB | 190 | 234 | 46 |
---|---|---|---|
HSL | 0.21 | 0.82 | 0.55 |
HSV | 74° | 80° | 92° |
CMYK | 0.19 | 0.00 | 0.80 0.08 |
XYZ | 51.1512 | 69.9900 | 13.3982 |
Yxy | 69.9900 | 0.3802 | 0.5202 |
Hunter Lab | 83.6600 | -37.2670 | 49.0667 |
CIE-Lab | 86.9920 | -37.2293 | 78.0947 |
#beea2e color RGB value is (190,234,46).
#beea2e hex color red value is 190, green value is 234 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #beea2e hue: 0.21 , saturation: 0.82 and the lightness value of beea2e is 0.55.
The process color (four color CMYK) of #beea2e color hex is 0.19, 0.00, 0.80, 0.08. Web safe color of #beea2e is #ccff33. Color #beea2e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11101010 | 00101110 |
Octal | 276 | 352 | 56 |
Decimal | 190 | 234 | 46 |
Hex | BE | EA | 2E |
Shades of #beea2e
Tints of #beea2e
RGB Percentages of Color #beea2e
CMYK Percentages of Color #beea2e
Complementary Color
#beea2e | #5a2eea |
#beea2e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#beea2e Color Preview on White Background
Lorem ipsum dolor sit amet.
#beea2e Color CSS Codes
.mybgcolor {background-color:#beea2e; } .myforecolor {color:#beea2e; } .mybordercolor {border:3px solid #beea2e; }
#beea2e Text Font Color
<p style="color:#beea2e">Text here</p>
This sample text font color is #beea2e
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.
#beea2e Background Color
<div style="background-color:#beea2e">
Div content here</div>
This div background color is #beea2e
#beea2e Border Color
<div style="border:3px solid #beea2e">
Div here</div>
This div border color is #beea2e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,234,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #beea2e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #beea2e; -webkit-box-shadow: 1px 1px 3px 2px #beea2e; box-shadow: 1px 1px 3px 2px #beea2e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,234,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #beea2e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #beea2e; -webkit-box-shadow: 1px 1px 3px 2px #beea2e; box-shadow: 1px 1px 3px 2px #beea2e;">
Div content here</div>
This div box has shadow with color #beea2e
Comments
No comments written yet.
Please login to write comment.