Color spaces of #befa4b
RGB | 190 | 250 | 75 |
---|---|---|---|
HSL | 0.22 | 0.95 | 0.64 |
HSV | 81° | 70° | 98° |
CMYK | 0.24 | 0.00 | 0.70 0.02 |
XYZ | 56.6908 | 79.8264 | 19.0767 |
Yxy | 79.8264 | 0.3644 | 0.5130 |
Hunter Lab | 89.3456 | -43.0946 | 49.8826 |
CIE-Lab | 91.6069 | -42.9399 | 73.6169 |
#befa4b color RGB value is (190,250,75).
#befa4b hex color red value is 190, green value is 250 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #befa4b hue: 0.22 , saturation: 0.95 and the lightness value of befa4b is 0.64.
The process color (four color CMYK) of #befa4b color hex is 0.24, 0.00, 0.70, 0.02. Web safe color of #befa4b is #ccff33. Color #befa4b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11111010 | 01001011 |
Octal | 276 | 372 | 113 |
Decimal | 190 | 250 | 75 |
Hex | BE | FA | 4B |
Shades of #befa4b
Tints of #befa4b
RGB Percentages of Color #befa4b
CMYK Percentages of Color #befa4b
Complementary Color
#befa4b | #874bfa |
#befa4b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#befa4b Color Preview on White Background
Lorem ipsum dolor sit amet.
#befa4b Color CSS Codes
.mybgcolor {background-color:#befa4b; } .myforecolor {color:#befa4b; } .mybordercolor {border:3px solid #befa4b; }
#befa4b Text Font Color
<p style="color:#befa4b">Text here</p>
This sample text font color is #befa4b
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.
#befa4b Background Color
<div style="background-color:#befa4b">
Div content here</div>
This div background color is #befa4b
#befa4b Border Color
<div style="border:3px solid #befa4b">
Div here</div>
This div border color is #befa4b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,250,75, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #befa4b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #befa4b; -webkit-box-shadow: 1px 1px 3px 2px #befa4b; box-shadow: 1px 1px 3px 2px #befa4b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,250,75, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #befa4b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #befa4b; -webkit-box-shadow: 1px 1px 3px 2px #befa4b; box-shadow: 1px 1px 3px 2px #befa4b;">
Div content here</div>
This div box has shadow with color #befa4b
Comments
No comments written yet.
Please login to write comment.