Color spaces of #bef902
RGB | 190 | 249 | 2 |
---|---|---|---|
HSL | 0.21 | 0.98 | 0.49 |
HSV | 74° | 99° | 98° |
CMYK | 0.24 | 0.00 | 0.99 0.02 |
XYZ | 55.1218 | 78.7029 | 12.3434 |
Yxy | 78.7029 | 0.3771 | 0.5384 |
Hunter Lab | 88.7147 | -44.3418 | 53.8509 |
CIE-Lab | 91.0997 | -44.6728 | 87.8592 |
#bef902 color RGB value is (190,249,2).
#bef902 hex color red value is 190, green value is 249 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #bef902 hue: 0.21 , saturation: 0.98 and the lightness value of bef902 is 0.49.
The process color (four color CMYK) of #bef902 color hex is 0.24, 0.00, 0.99, 0.02. Web safe color of #bef902 is #ccff00. Color #bef902 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11111001 | 00000010 |
Octal | 276 | 371 | 2 |
Decimal | 190 | 249 | 2 |
Hex | BE | F9 | 2 |
Shades of #bef902
Tints of #bef902
RGB Percentages of Color #bef902
CMYK Percentages of Color #bef902
Complementary Color
#bef902 | #3d02f9 |
#bef902 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bef902 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bef902 Color CSS Codes
.mybgcolor {background-color:#bef902; } .myforecolor {color:#bef902; } .mybordercolor {border:3px solid #bef902; }
#bef902 Text Font Color
<p style="color:#bef902">Text here</p>
This sample text font color is #bef902
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.
#bef902 Background Color
<div style="background-color:#bef902">
Div content here</div>
This div background color is #bef902
#bef902 Border Color
<div style="border:3px solid #bef902">
Div here</div>
This div border color is #bef902
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,249,2, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bef902; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bef902; -webkit-box-shadow: 1px 1px 3px 2px #bef902; box-shadow: 1px 1px 3px 2px #bef902; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,249,2, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bef902">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bef902; -webkit-box-shadow: 1px 1px 3px 2px #bef902; box-shadow: 1px 1px 3px 2px #bef902;">
Div content here</div>
This div box has shadow with color #bef902
Comments
No comments written yet.
Please login to write comment.