Color spaces of #bfd293
RGB | 191 | 210 | 147 |
---|---|---|---|
HSL | 0.22 | 0.41 | 0.70 |
HSV | 78° | 30° | 82° |
CMYK | 0.09 | 0.00 | 0.30 0.18 |
XYZ | 49.7989 | 59.2761 | 36.4205 |
Yxy | 59.2761 | 0.3423 | 0.4074 |
Hunter Lab | 76.9910 | -19.2778 | 25.8466 |
CIE-Lab | 81.4431 | -16.9280 | 29.1726 |
#bfd293 color RGB value is (191,210,147).
#bfd293 hex color red value is 191, green value is 210 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #bfd293 hue: 0.22 , saturation: 0.41 and the lightness value of bfd293 is 0.70.
The process color (four color CMYK) of #bfd293 color hex is 0.09, 0.00, 0.30, 0.18. Web safe color of #bfd293 is #cccc99. Color #bfd293 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11010010 | 10010011 |
Octal | 277 | 322 | 223 |
Decimal | 191 | 210 | 147 |
Hex | BF | D2 | 93 |
Shades of #bfd293
Tints of #bfd293
RGB Percentages of Color #bfd293
CMYK Percentages of Color #bfd293
Complementary Color
#bfd293 | #a693d2 |
#bfd293 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfd293 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfd293 Color CSS Codes
.mybgcolor {background-color:#bfd293; } .myforecolor {color:#bfd293; } .mybordercolor {border:3px solid #bfd293; }
#bfd293 Text Font Color
<p style="color:#bfd293">Text here</p>
This sample text font color is #bfd293
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.
#bfd293 Background Color
<div style="background-color:#bfd293">
Div content here</div>
This div background color is #bfd293
#bfd293 Border Color
<div style="border:3px solid #bfd293">
Div here</div>
This div border color is #bfd293
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,210,147, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfd293; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfd293; -webkit-box-shadow: 1px 1px 3px 2px #bfd293; box-shadow: 1px 1px 3px 2px #bfd293; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,210,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 #bfd293">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfd293; -webkit-box-shadow: 1px 1px 3px 2px #bfd293; box-shadow: 1px 1px 3px 2px #bfd293;">
Div content here</div>
This div box has shadow with color #bfd293
Comments
No comments written yet.
Please login to write comment.