Color spaces of #bef101
RGB | 190 | 241 | 1 |
---|---|---|---|
HSL | 0.20 | 0.99 | 0.47 |
HSV | 73° | 100° | 95° |
CMYK | 0.21 | 0.00 | 1.00 0.05 |
XYZ | 52.6960 | 73.8599 | 11.5077 |
Yxy | 73.8599 | 0.3817 | 0.5350 |
Hunter Lab | 85.9418 | -40.9492 | 52.2203 |
CIE-Lab | 88.8562 | -41.2113 | 86.2269 |
#bef101 color RGB value is (190,241,1).
#bef101 hex color red value is 190, green value is 241 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #bef101 hue: 0.20 , saturation: 0.99 and the lightness value of bef101 is 0.47.
The process color (four color CMYK) of #bef101 color hex is 0.21, 0.00, 1.00, 0.05. Web safe color of #bef101 is #ccff00. Color #bef101 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11110001 | 00000001 |
Octal | 276 | 361 | 1 |
Decimal | 190 | 241 | 1 |
Hex | BE | F1 | 1 |
Shades of #bef101
Tints of #bef101
RGB Percentages of Color #bef101
CMYK Percentages of Color #bef101
Complementary Color
#bef101 | #3401f1 |
#bef101 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bef101 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bef101 Color CSS Codes
.mybgcolor {background-color:#bef101; } .myforecolor {color:#bef101; } .mybordercolor {border:3px solid #bef101; }
#bef101 Text Font Color
<p style="color:#bef101">Text here</p>
This sample text font color is #bef101
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.
#bef101 Background Color
<div style="background-color:#bef101">
Div content here</div>
This div background color is #bef101
#bef101 Border Color
<div style="border:3px solid #bef101">
Div here</div>
This div border color is #bef101
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,241,1, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bef101; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bef101; -webkit-box-shadow: 1px 1px 3px 2px #bef101; box-shadow: 1px 1px 3px 2px #bef101; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,241,1, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bef101">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bef101; -webkit-box-shadow: 1px 1px 3px 2px #bef101; box-shadow: 1px 1px 3px 2px #bef101;">
Div content here</div>
This div box has shadow with color #bef101
Comments
No comments written yet.
Please login to write comment.