Color spaces of #bfe69d
RGB | 191 | 230 | 157 |
---|---|---|---|
HSL | 0.26 | 0.59 | 0.76 |
HSV | 92° | 32° | 90° |
CMYK | 0.17 | 0.00 | 0.32 0.10 |
XYZ | 55.8685 | 70.1043 | 42.4852 |
Yxy | 70.1043 | 0.3316 | 0.4162 |
Hunter Lab | 83.7283 | -27.4187 | 28.5250 |
CIE-Lab | 87.0480 | -25.3343 | 31.5222 |
#bfe69d color RGB value is (191,230,157).
#bfe69d hex color red value is 191, green value is 230 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #bfe69d hue: 0.26 , saturation: 0.59 and the lightness value of bfe69d is 0.76.
The process color (four color CMYK) of #bfe69d color hex is 0.17, 0.00, 0.32, 0.10. Web safe color of #bfe69d is #ccff99. Color #bfe69d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11100110 | 10011101 |
Octal | 277 | 346 | 235 |
Decimal | 191 | 230 | 157 |
Hex | BF | E6 | 9D |
Shades of #bfe69d
Tints of #bfe69d
RGB Percentages of Color #bfe69d
CMYK Percentages of Color #bfe69d
Complementary Color
#bfe69d | #c49de6 |
#bfe69d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfe69d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfe69d Color CSS Codes
.mybgcolor {background-color:#bfe69d; } .myforecolor {color:#bfe69d; } .mybordercolor {border:3px solid #bfe69d; }
#bfe69d Text Font Color
<p style="color:#bfe69d">Text here</p>
This sample text font color is #bfe69d
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.
#bfe69d Background Color
<div style="background-color:#bfe69d">
Div content here</div>
This div background color is #bfe69d
#bfe69d Border Color
<div style="border:3px solid #bfe69d">
Div here</div>
This div border color is #bfe69d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,230,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfe69d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfe69d; -webkit-box-shadow: 1px 1px 3px 2px #bfe69d; box-shadow: 1px 1px 3px 2px #bfe69d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,230,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfe69d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfe69d; -webkit-box-shadow: 1px 1px 3px 2px #bfe69d; box-shadow: 1px 1px 3px 2px #bfe69d;">
Div content here</div>
This div box has shadow with color #bfe69d
Comments
No comments written yet.
Please login to write comment.