Color spaces of #bfd070
RGB | 191 | 208 | 112 |
---|---|---|---|
HSL | 0.20 | 0.51 | 0.63 |
HSV | 71° | 46° | 82° |
CMYK | 0.08 | 0.00 | 0.46 0.18 |
XYZ | 46.9664 | 57.3580 | 23.9250 |
Yxy | 57.3580 | 0.3662 | 0.4472 |
Hunter Lab | 75.7351 | -21.8412 | 34.2846 |
CIE-Lab | 80.3805 | -20.1399 | 45.4863 |
#bfd070 color RGB value is (191,208,112).
#bfd070 hex color red value is 191, green value is 208 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #bfd070 hue: 0.20 , saturation: 0.51 and the lightness value of bfd070 is 0.63.
The process color (four color CMYK) of #bfd070 color hex is 0.08, 0.00, 0.46, 0.18. Web safe color of #bfd070 is #cccc66. Color #bfd070 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11010000 | 01110000 |
Octal | 277 | 320 | 160 |
Decimal | 191 | 208 | 112 |
Hex | BF | D0 | 70 |
Shades of #bfd070
Tints of #bfd070
RGB Percentages of Color #bfd070
CMYK Percentages of Color #bfd070
Complementary Color
#bfd070 | #8170d0 |
#bfd070 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfd070 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfd070 Color CSS Codes
.mybgcolor {background-color:#bfd070; } .myforecolor {color:#bfd070; } .mybordercolor {border:3px solid #bfd070; }
#bfd070 Text Font Color
<p style="color:#bfd070">Text here</p>
This sample text font color is #bfd070
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.
#bfd070 Background Color
<div style="background-color:#bfd070">
Div content here</div>
This div background color is #bfd070
#bfd070 Border Color
<div style="border:3px solid #bfd070">
Div here</div>
This div border color is #bfd070
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,208,112, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfd070; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfd070; -webkit-box-shadow: 1px 1px 3px 2px #bfd070; box-shadow: 1px 1px 3px 2px #bfd070; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,208,112, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfd070">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfd070; -webkit-box-shadow: 1px 1px 3px 2px #bfd070; box-shadow: 1px 1px 3px 2px #bfd070;">
Div content here</div>
This div box has shadow with color #bfd070
Comments
No comments written yet.
Please login to write comment.