Color spaces of #befb7b
RGB | 190 | 251 | 123 |
---|---|---|---|
HSL | 0.25 | 0.94 | 0.73 |
HSV | 89° | 51° | 98° |
CMYK | 0.24 | 0.00 | 0.51 0.02 |
XYZ | 59.3075 | 81.3716 | 31.3193 |
Yxy | 81.3716 | 0.3448 | 0.4731 |
Hunter Lab | 90.2062 | -40.5032 | 42.5591 |
CIE-Lab | 92.2968 | -39.5351 | 54.6963 |
#befb7b color RGB value is (190,251,123).
#befb7b hex color red value is 190, green value is 251 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #befb7b hue: 0.25 , saturation: 0.94 and the lightness value of befb7b is 0.73.
The process color (four color CMYK) of #befb7b color hex is 0.24, 0.00, 0.51, 0.02. Web safe color of #befb7b is #ccff66. Color #befb7b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111110 | 11111011 | 01111011 |
Octal | 276 | 373 | 173 |
Decimal | 190 | 251 | 123 |
Hex | BE | FB | 7B |
Shades of #befb7b
Tints of #befb7b
RGB Percentages of Color #befb7b
CMYK Percentages of Color #befb7b
Complementary Color
#befb7b | #b87bfb |
#befb7b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#befb7b Color Preview on White Background
Lorem ipsum dolor sit amet.
#befb7b Color CSS Codes
.mybgcolor {background-color:#befb7b; } .myforecolor {color:#befb7b; } .mybordercolor {border:3px solid #befb7b; }
#befb7b Text Font Color
<p style="color:#befb7b">Text here</p>
This sample text font color is #befb7b
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.
#befb7b Background Color
<div style="background-color:#befb7b">
Div content here</div>
This div background color is #befb7b
#befb7b Border Color
<div style="border:3px solid #befb7b">
Div here</div>
This div border color is #befb7b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(190,251,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #befb7b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #befb7b; -webkit-box-shadow: 1px 1px 3px 2px #befb7b; box-shadow: 1px 1px 3px 2px #befb7b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(190,251,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #befb7b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #befb7b; -webkit-box-shadow: 1px 1px 3px 2px #befb7b; box-shadow: 1px 1px 3px 2px #befb7b;">
Div content here</div>
This div box has shadow with color #befb7b
Comments
No comments written yet.
Please login to write comment.