Color spaces of #bfd055
RGB | 191 | 208 | 85 |
---|---|---|---|
HSL | 0.19 | 0.57 | 0.57 |
HSV | 68° | 59° | 82° |
CMYK | 0.08 | 0.00 | 0.59 0.18 |
XYZ | 45.6814 | 56.8440 | 17.1587 |
Yxy | 56.8440 | 0.3817 | 0.4750 |
Hunter Lab | 75.3950 | -23.7890 | 39.2830 |
CIE-Lab | 80.0918 | -22.5337 | 57.6470 |
#bfd055 color RGB value is (191,208,85).
#bfd055 hex color red value is 191, green value is 208 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #bfd055 hue: 0.19 , saturation: 0.57 and the lightness value of bfd055 is 0.57.
The process color (four color CMYK) of #bfd055 color hex is 0.08, 0.00, 0.59, 0.18. Web safe color of #bfd055 is #cccc66. Color #bfd055 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11010000 | 01010101 |
Octal | 277 | 320 | 125 |
Decimal | 191 | 208 | 85 |
Hex | BF | D0 | 55 |
Shades of #bfd055
Tints of #bfd055
RGB Percentages of Color #bfd055
CMYK Percentages of Color #bfd055
Complementary Color
#bfd055 | #6655d0 |
#bfd055 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfd055 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfd055 Color CSS Codes
.mybgcolor {background-color:#bfd055; } .myforecolor {color:#bfd055; } .mybordercolor {border:3px solid #bfd055; }
#bfd055 Text Font Color
<p style="color:#bfd055">Text here</p>
This sample text font color is #bfd055
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.
#bfd055 Background Color
<div style="background-color:#bfd055">
Div content here</div>
This div background color is #bfd055
#bfd055 Border Color
<div style="border:3px solid #bfd055">
Div here</div>
This div border color is #bfd055
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,208,85, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfd055; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfd055; -webkit-box-shadow: 1px 1px 3px 2px #bfd055; box-shadow: 1px 1px 3px 2px #bfd055; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,208,85, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfd055">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfd055; -webkit-box-shadow: 1px 1px 3px 2px #bfd055; box-shadow: 1px 1px 3px 2px #bfd055;">
Div content here</div>
This div box has shadow with color #bfd055
Comments
No comments written yet.
Please login to write comment.