Color spaces of #bfe568
RGB | 191 | 229 | 104 |
---|---|---|---|
HSL | 0.22 | 0.71 | 0.65 |
HSV | 78° | 55° | 90° |
CMYK | 0.17 | 0.00 | 0.55 0.10 |
XYZ | 52.0039 | 68.1145 | 23.5032 |
Yxy | 68.1145 | 0.3621 | 0.4743 |
Hunter Lab | 82.5315 | -31.9556 | 40.8875 |
CIE-Lab | 86.0637 | -30.9806 | 55.9983 |
#bfe568 color RGB value is (191,229,104).
#bfe568 hex color red value is 191, green value is 229 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #bfe568 hue: 0.22 , saturation: 0.71 and the lightness value of bfe568 is 0.65.
The process color (four color CMYK) of #bfe568 color hex is 0.17, 0.00, 0.55, 0.10. Web safe color of #bfe568 is #cccc66. Color #bfe568 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11100101 | 01101000 |
Octal | 277 | 345 | 150 |
Decimal | 191 | 229 | 104 |
Hex | BF | E5 | 68 |
Shades of #bfe568
Tints of #bfe568
RGB Percentages of Color #bfe568
CMYK Percentages of Color #bfe568
Complementary Color
#bfe568 | #8e68e5 |
#bfe568 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfe568 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfe568 Color CSS Codes
.mybgcolor {background-color:#bfe568; } .myforecolor {color:#bfe568; } .mybordercolor {border:3px solid #bfe568; }
#bfe568 Text Font Color
<p style="color:#bfe568">Text here</p>
This sample text font color is #bfe568
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.
#bfe568 Background Color
<div style="background-color:#bfe568">
Div content here</div>
This div background color is #bfe568
#bfe568 Border Color
<div style="border:3px solid #bfe568">
Div here</div>
This div border color is #bfe568
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,229,104, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfe568; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfe568; -webkit-box-shadow: 1px 1px 3px 2px #bfe568; box-shadow: 1px 1px 3px 2px #bfe568; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,229,104, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfe568">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfe568; -webkit-box-shadow: 1px 1px 3px 2px #bfe568; box-shadow: 1px 1px 3px 2px #bfe568;">
Div content here</div>
This div box has shadow with color #bfe568
Comments
No comments written yet.
Please login to write comment.