Color spaces of #bef01d
RGB | 190 | 240 | 29 |
---|---|---|---|
HSL | 0.21 | 0.88 | 0.53 |
HSV | 74° | 88° | 94° |
CMYK | 0.21 | 0.00 | 0.88 0.06 |
XYZ | 52.6171 | 73.3560 | 12.5483 |
Yxy | 73.3560 | 0.3798 | 0.5296 |
Hunter Lab | 85.6481 | -40.2244 | 51.2671 |
CIE-Lab | 88.6172 | -40.3862 | 83.0464 |
#bef01d color RGB value is (190,240,29).
#bef01d hex color red value is 190, green value is 240 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #bef01d hue: 0.21 , saturation: 0.88 and the lightness value of bef01d is 0.53.
The process color (four color CMYK) of #bef01d color hex is 0.21, 0.00, 0.88, 0.06. Web safe color of #bef01d is #ccff33. Color #bef01d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11110000 | 00011101 |
Octal | 276 | 360 | 35 |
Decimal | 190 | 240 | 29 |
Hex | BE | F0 | 1D |
Shades of #bef01d
Tints of #bef01d
RGB Percentages of Color #bef01d
CMYK Percentages of Color #bef01d
Complementary Color
#bef01d | #4f1df0 |
#bef01d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bef01d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bef01d Color CSS Codes
.mybgcolor {background-color:#bef01d; } .myforecolor {color:#bef01d; } .mybordercolor {border:3px solid #bef01d; }
#bef01d Text Font Color
<p style="color:#bef01d">Text here</p>
This sample text font color is #bef01d
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.
#bef01d Background Color
<div style="background-color:#bef01d">
Div content here</div>
This div background color is #bef01d
#bef01d Border Color
<div style="border:3px solid #bef01d">
Div here</div>
This div border color is #bef01d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,240,29, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bef01d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bef01d; -webkit-box-shadow: 1px 1px 3px 2px #bef01d; box-shadow: 1px 1px 3px 2px #bef01d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,240,29, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bef01d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bef01d; -webkit-box-shadow: 1px 1px 3px 2px #bef01d; box-shadow: 1px 1px 3px 2px #bef01d;">
Div content here</div>
This div box has shadow with color #bef01d
Comments
No comments written yet.
Please login to write comment.