Color spaces of #bff586
RGB | 191 | 245 | 134 |
---|---|---|---|
HSL | 0.25 | 0.85 | 0.74 |
HSV | 89° | 45° | 96° |
CMYK | 0.22 | 0.00 | 0.45 0.04 |
XYZ | 58.4413 | 78.1024 | 34.5493 |
Yxy | 78.1024 | 0.3416 | 0.4565 |
Hunter Lab | 88.3756 | -36.6181 | 38.6842 |
CIE-Lab | 90.8266 | -35.2883 | 47.7706 |
#bff586 color RGB value is (191,245,134).
#bff586 hex color red value is 191, green value is 245 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #bff586 hue: 0.25 , saturation: 0.85 and the lightness value of bff586 is 0.74.
The process color (four color CMYK) of #bff586 color hex is 0.22, 0.00, 0.45, 0.04. Web safe color of #bff586 is #ccff99. Color #bff586 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11110101 | 10000110 |
Octal | 277 | 365 | 206 |
Decimal | 191 | 245 | 134 |
Hex | BF | F5 | 86 |
Shades of #bff586
Tints of #bff586
RGB Percentages of Color #bff586
CMYK Percentages of Color #bff586
Complementary Color
#bff586 | #bc86f5 |
#bff586 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bff586 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bff586 Color CSS Codes
.mybgcolor {background-color:#bff586; } .myforecolor {color:#bff586; } .mybordercolor {border:3px solid #bff586; }
#bff586 Text Font Color
<p style="color:#bff586">Text here</p>
This sample text font color is #bff586
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.
#bff586 Background Color
<div style="background-color:#bff586">
Div content here</div>
This div background color is #bff586
#bff586 Border Color
<div style="border:3px solid #bff586">
Div here</div>
This div border color is #bff586
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,245,134, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bff586; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bff586; -webkit-box-shadow: 1px 1px 3px 2px #bff586; box-shadow: 1px 1px 3px 2px #bff586; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,245,134, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bff586">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bff586; -webkit-box-shadow: 1px 1px 3px 2px #bff586; box-shadow: 1px 1px 3px 2px #bff586;">
Div content here</div>
This div box has shadow with color #bff586
Comments
No comments written yet.
Please login to write comment.