Color spaces of #bfc93e
RGB | 191 | 201 | 62 |
---|---|---|---|
HSL | 0.18 | 0.56 | 0.52 |
HSV | 64° | 69° | 79° |
CMYK | 0.05 | 0.00 | 0.69 0.21 |
XYZ | 43.2420 | 53.1975 | 12.5465 |
Yxy | 53.1975 | 0.3968 | 0.4881 |
Hunter Lab | 72.9366 | -21.8116 | 40.8566 |
CIE-Lab | 77.9915 | -20.5800 | 64.7308 |
#bfc93e color RGB value is (191,201,62).
#bfc93e hex color red value is 191, green value is 201 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #bfc93e hue: 0.18 , saturation: 0.56 and the lightness value of bfc93e is 0.52.
The process color (four color CMYK) of #bfc93e color hex is 0.05, 0.00, 0.69, 0.21. Web safe color of #bfc93e is #cccc33. Color #bfc93e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11001001 | 00111110 |
Octal | 277 | 311 | 76 |
Decimal | 191 | 201 | 62 |
Hex | BF | C9 | 3E |
Shades of #bfc93e
Tints of #bfc93e
RGB Percentages of Color #bfc93e
CMYK Percentages of Color #bfc93e
Complementary Color
#bfc93e | #483ec9 |
#bfc93e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfc93e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfc93e Color CSS Codes
.mybgcolor {background-color:#bfc93e; } .myforecolor {color:#bfc93e; } .mybordercolor {border:3px solid #bfc93e; }
#bfc93e Text Font Color
<p style="color:#bfc93e">Text here</p>
This sample text font color is #bfc93e
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.
#bfc93e Background Color
<div style="background-color:#bfc93e">
Div content here</div>
This div background color is #bfc93e
#bfc93e Border Color
<div style="border:3px solid #bfc93e">
Div here</div>
This div border color is #bfc93e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,201,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfc93e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfc93e; -webkit-box-shadow: 1px 1px 3px 2px #bfc93e; box-shadow: 1px 1px 3px 2px #bfc93e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,201,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfc93e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfc93e; -webkit-box-shadow: 1px 1px 3px 2px #bfc93e; box-shadow: 1px 1px 3px 2px #bfc93e;">
Div content here</div>
This div box has shadow with color #bfc93e
#bfc93e Color Palettes
Comments
No comments written yet.
Please login to write comment.