Color spaces of #befc19
RGB | 190 | 252 | 25 |
---|---|---|---|
HSL | 0.21 | 0.97 | 0.54 |
HSV | 76° | 90° | 99° |
CMYK | 0.25 | 0.00 | 0.90 0.01 |
XYZ | 56.2211 | 80.6381 | 13.5213 |
Yxy | 80.6381 | 0.3739 | 0.5362 |
Hunter Lab | 89.7987 | -45.3926 | 53.9316 |
CIE-Lab | 91.9704 | -45.6723 | 86.3745 |
#befc19 color RGB value is (190,252,25).
#befc19 hex color red value is 190, green value is 252 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #befc19 hue: 0.21 , saturation: 0.97 and the lightness value of befc19 is 0.54.
The process color (four color CMYK) of #befc19 color hex is 0.25, 0.00, 0.90, 0.01. Web safe color of #befc19 is #ccff00. Color #befc19 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11111100 | 00011001 |
Octal | 276 | 374 | 31 |
Decimal | 190 | 252 | 25 |
Hex | BE | FC | 19 |
Shades of #befc19
Tints of #befc19
RGB Percentages of Color #befc19
CMYK Percentages of Color #befc19
Complementary Color
#befc19 | #5719fc |
#befc19 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#befc19 Color Preview on White Background
Lorem ipsum dolor sit amet.
#befc19 Color CSS Codes
.mybgcolor {background-color:#befc19; } .myforecolor {color:#befc19; } .mybordercolor {border:3px solid #befc19; }
#befc19 Text Font Color
<p style="color:#befc19">Text here</p>
This sample text font color is #befc19
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.
#befc19 Background Color
<div style="background-color:#befc19">
Div content here</div>
This div background color is #befc19
#befc19 Border Color
<div style="border:3px solid #befc19">
Div here</div>
This div border color is #befc19
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,252,25, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #befc19; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #befc19; -webkit-box-shadow: 1px 1px 3px 2px #befc19; box-shadow: 1px 1px 3px 2px #befc19; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,252,25, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #befc19">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #befc19; -webkit-box-shadow: 1px 1px 3px 2px #befc19; box-shadow: 1px 1px 3px 2px #befc19;">
Div content here</div>
This div box has shadow with color #befc19
Comments
No comments written yet.
Please login to write comment.