Color spaces of #bfd57e
RGB | 191 | 213 | 126 |
---|---|---|---|
HSL | 0.21 | 0.51 | 0.66 |
HSV | 75° | 41° | 84° |
CMYK | 0.10 | 0.00 | 0.41 0.16 |
XYZ | 49.0460 | 60.1712 | 28.7679 |
Yxy | 60.1712 | 0.3554 | 0.4361 |
Hunter Lab | 77.5701 | -22.8857 | 32.3106 |
CIE-Lab | 81.9312 | -21.0733 | 40.5116 |
#bfd57e color RGB value is (191,213,126).
#bfd57e hex color red value is 191, green value is 213 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #bfd57e hue: 0.21 , saturation: 0.51 and the lightness value of bfd57e is 0.66.
The process color (four color CMYK) of #bfd57e color hex is 0.10, 0.00, 0.41, 0.16. Web safe color of #bfd57e is #cccc66. Color #bfd57e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11010101 | 01111110 |
Octal | 277 | 325 | 176 |
Decimal | 191 | 213 | 126 |
Hex | BF | D5 | 7E |
Shades of #bfd57e
Tints of #bfd57e
RGB Percentages of Color #bfd57e
CMYK Percentages of Color #bfd57e
Complementary Color
#bfd57e | #947ed5 |
#bfd57e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfd57e Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfd57e Color CSS Codes
.mybgcolor {background-color:#bfd57e; } .myforecolor {color:#bfd57e; } .mybordercolor {border:3px solid #bfd57e; }
#bfd57e Text Font Color
<p style="color:#bfd57e">Text here</p>
This sample text font color is #bfd57e
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.
#bfd57e Background Color
<div style="background-color:#bfd57e">
Div content here</div>
This div background color is #bfd57e
#bfd57e Border Color
<div style="border:3px solid #bfd57e">
Div here</div>
This div border color is #bfd57e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,213,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfd57e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfd57e; -webkit-box-shadow: 1px 1px 3px 2px #bfd57e; box-shadow: 1px 1px 3px 2px #bfd57e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,213,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfd57e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfd57e; -webkit-box-shadow: 1px 1px 3px 2px #bfd57e; box-shadow: 1px 1px 3px 2px #bfd57e;">
Div content here</div>
This div box has shadow with color #bfd57e
Comments
No comments written yet.
Please login to write comment.