Color spaces of #bfd05b
RGB | 191 | 208 | 91 |
---|---|---|---|
HSL | 0.19 | 0.55 | 0.59 |
HSV | 69° | 56° | 82° |
CMYK | 0.08 | 0.00 | 0.56 0.18 |
XYZ | 45.9301 | 56.9434 | 18.4679 |
Yxy | 56.9434 | 0.3785 | 0.4693 |
Hunter Lab | 75.4609 | -23.4104 | 38.3123 |
CIE-Lab | 80.1477 | -22.0655 | 55.0631 |
#bfd05b color RGB value is (191,208,91).
#bfd05b hex color red value is 191, green value is 208 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #bfd05b hue: 0.19 , saturation: 0.55 and the lightness value of bfd05b is 0.59.
The process color (four color CMYK) of #bfd05b color hex is 0.08, 0.00, 0.56, 0.18. Web safe color of #bfd05b is #cccc66. Color #bfd05b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11010000 | 01011011 |
Octal | 277 | 320 | 133 |
Decimal | 191 | 208 | 91 |
Hex | BF | D0 | 5B |
Shades of #bfd05b
Tints of #bfd05b
RGB Percentages of Color #bfd05b
CMYK Percentages of Color #bfd05b
Complementary Color
#bfd05b | #6c5bd0 |
#bfd05b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfd05b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfd05b Color CSS Codes
.mybgcolor {background-color:#bfd05b; } .myforecolor {color:#bfd05b; } .mybordercolor {border:3px solid #bfd05b; }
#bfd05b Text Font Color
<p style="color:#bfd05b">Text here</p>
This sample text font color is #bfd05b
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.
#bfd05b Background Color
<div style="background-color:#bfd05b">
Div content here</div>
This div background color is #bfd05b
#bfd05b Border Color
<div style="border:3px solid #bfd05b">
Div here</div>
This div border color is #bfd05b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,208,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfd05b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfd05b; -webkit-box-shadow: 1px 1px 3px 2px #bfd05b; box-shadow: 1px 1px 3px 2px #bfd05b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,208,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfd05b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfd05b; -webkit-box-shadow: 1px 1px 3px 2px #bfd05b; box-shadow: 1px 1px 3px 2px #bfd05b;">
Div content here</div>
This div box has shadow with color #bfd05b
Comments
No comments written yet.
Please login to write comment.