Color spaces of #befb37
RGB | 190 | 251 | 55 |
---|---|---|---|
HSL | 0.22 | 0.96 | 0.60 |
HSV | 79° | 78° | 98° |
CMYK | 0.24 | 0.00 | 0.78 0.02 |
XYZ | 56.4220 | 80.2173 | 16.1242 |
Yxy | 80.2173 | 0.3693 | 0.5251 |
Hunter Lab | 89.5641 | -44.2890 | 52.0209 |
CIE-Lab | 91.7823 | -44.3620 | 80.0192 |
#befb37 color RGB value is (190,251,55).
#befb37 hex color red value is 190, green value is 251 and the blue value of its RGB is 55. Cylindrical-coordinate representations (also known as HSL) of color #befb37 hue: 0.22 , saturation: 0.96 and the lightness value of befb37 is 0.60.
The process color (four color CMYK) of #befb37 color hex is 0.24, 0.00, 0.78, 0.02. Web safe color of #befb37 is #ccff33. Color #befb37 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11111011 | 00110111 |
Octal | 276 | 373 | 67 |
Decimal | 190 | 251 | 55 |
Hex | BE | FB | 37 |
Shades of #befb37
Tints of #befb37
RGB Percentages of Color #befb37
CMYK Percentages of Color #befb37
Complementary Color
#befb37 | #7437fb |
#befb37 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#befb37 Color Preview on White Background
Lorem ipsum dolor sit amet.
#befb37 Color CSS Codes
.mybgcolor {background-color:#befb37; } .myforecolor {color:#befb37; } .mybordercolor {border:3px solid #befb37; }
#befb37 Text Font Color
<p style="color:#befb37">Text here</p>
This sample text font color is #befb37
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.
#befb37 Background Color
<div style="background-color:#befb37">
Div content here</div>
This div background color is #befb37
#befb37 Border Color
<div style="border:3px solid #befb37">
Div here</div>
This div border color is #befb37
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,251,55, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #befb37; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #befb37; -webkit-box-shadow: 1px 1px 3px 2px #befb37; box-shadow: 1px 1px 3px 2px #befb37; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,251,55, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #befb37">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #befb37; -webkit-box-shadow: 1px 1px 3px 2px #befb37; box-shadow: 1px 1px 3px 2px #befb37;">
Div content here</div>
This div box has shadow with color #befb37
Comments
No comments written yet.
Please login to write comment.