Color spaces of #bfd893
RGB | 191 | 216 | 147 |
---|---|---|---|
HSL | 0.23 | 0.47 | 0.71 |
HSV | 82° | 32° | 85° |
CMYK | 0.12 | 0.00 | 0.32 0.15 |
XYZ | 51.3082 | 62.2947 | 36.9236 |
Yxy | 62.2947 | 0.3409 | 0.4138 |
Hunter Lab | 78.9270 | -22.0844 | 27.5119 |
CIE-Lab | 83.0699 | -19.9082 | 31.3411 |
#bfd893 color RGB value is (191,216,147).
#bfd893 hex color red value is 191, green value is 216 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bfd893 hue: 0.23 , saturation: 0.47 and the lightness value of bfd893 is 0.71.
The process color (four color CMYK) of #bfd893 color hex is 0.12, 0.00, 0.32, 0.15. Web safe color of #bfd893 is #cccc99. Color #bfd893 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11011000 | 10010011 |
Octal | 277 | 330 | 223 |
Decimal | 191 | 216 | 147 |
Hex | BF | D8 | 93 |
Shades of #bfd893
Tints of #bfd893
RGB Percentages of Color #bfd893
CMYK Percentages of Color #bfd893
Complementary Color
#bfd893 | #ac93d8 |
#bfd893 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfd893 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfd893 Color CSS Codes
.mybgcolor {background-color:#bfd893; } .myforecolor {color:#bfd893; } .mybordercolor {border:3px solid #bfd893; }
#bfd893 Text Font Color
<p style="color:#bfd893">Text here</p>
This sample text font color is #bfd893
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.
#bfd893 Background Color
<div style="background-color:#bfd893">
Div content here</div>
This div background color is #bfd893
#bfd893 Border Color
<div style="border:3px solid #bfd893">
Div here</div>
This div border color is #bfd893
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,216,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfd893; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfd893; -webkit-box-shadow: 1px 1px 3px 2px #bfd893; box-shadow: 1px 1px 3px 2px #bfd893; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,216,147, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfd893">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfd893; -webkit-box-shadow: 1px 1px 3px 2px #bfd893; box-shadow: 1px 1px 3px 2px #bfd893;">
Div content here</div>
This div box has shadow with color #bfd893
Comments
No comments written yet.
Please login to write comment.