Color spaces of #bfeb85
RGB | 191 | 235 | 133 |
---|---|---|---|
HSL | 0.24 | 0.72 | 0.72 |
HSV | 86° | 43° | 92° |
CMYK | 0.19 | 0.00 | 0.43 0.08 |
XYZ | 55.4278 | 72.1865 | 33.2023 |
Yxy | 72.1865 | 0.3447 | 0.4489 |
Hunter Lab | 84.9626 | -32.2351 | 36.3041 |
CIE-Lab | 88.0583 | -30.7932 | 44.7940 |
#bfeb85 color RGB value is (191,235,133).
#bfeb85 hex color red value is 191, green value is 235 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #bfeb85 hue: 0.24 , saturation: 0.72 and the lightness value of bfeb85 is 0.72.
The process color (four color CMYK) of #bfeb85 color hex is 0.19, 0.00, 0.43, 0.08. Web safe color of #bfeb85 is #ccff99. Color #bfeb85 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11101011 | 10000101 |
Octal | 277 | 353 | 205 |
Decimal | 191 | 235 | 133 |
Hex | BF | EB | 85 |
Shades of #bfeb85
Tints of #bfeb85
RGB Percentages of Color #bfeb85
CMYK Percentages of Color #bfeb85
Complementary Color
#bfeb85 | #b185eb |
#bfeb85 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfeb85 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfeb85 Color CSS Codes
.mybgcolor {background-color:#bfeb85; } .myforecolor {color:#bfeb85; } .mybordercolor {border:3px solid #bfeb85; }
#bfeb85 Text Font Color
<p style="color:#bfeb85">Text here</p>
This sample text font color is #bfeb85
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.
#bfeb85 Background Color
<div style="background-color:#bfeb85">
Div content here</div>
This div background color is #bfeb85
#bfeb85 Border Color
<div style="border:3px solid #bfeb85">
Div here</div>
This div border color is #bfeb85
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,235,133, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfeb85; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfeb85; -webkit-box-shadow: 1px 1px 3px 2px #bfeb85; box-shadow: 1px 1px 3px 2px #bfeb85; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,235,133, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfeb85">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfeb85; -webkit-box-shadow: 1px 1px 3px 2px #bfeb85; box-shadow: 1px 1px 3px 2px #bfeb85;">
Div content here</div>
This div box has shadow with color #bfeb85
Comments
No comments written yet.
Please login to write comment.