Color spaces of #bfe003
RGB | 191 | 224 | 3 |
---|---|---|---|
HSL | 0.19 | 0.97 | 0.45 |
HSV | 69° | 99° | 88° |
CMYK | 0.15 | 0.00 | 0.99 0.12 |
XYZ | 48.1579 | 64.3942 | 9.9773 |
Yxy | 64.3942 | 0.3930 | 0.5255 |
Hunter Lab | 80.2460 | -33.3076 | 48.8004 |
CIE-Lab | 84.1706 | -33.1615 | 82.5409 |
#bfe003 color RGB value is (191,224,3).
#bfe003 hex color red value is 191, green value is 224 and the blue value of its RGB is 3. Cylindrical-coordinate representations (also known as HSL) of color #bfe003 hue: 0.19 , saturation: 0.97 and the lightness value of bfe003 is 0.45.
The process color (four color CMYK) of #bfe003 color hex is 0.15, 0.00, 0.99, 0.12. Web safe color of #bfe003 is #cccc00. Color #bfe003 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111111 | 11100000 | 00000011 |
Octal | 277 | 340 | 3 |
Decimal | 191 | 224 | 3 |
Hex | BF | E0 | 3 |
Shades of #bfe003
Tints of #bfe003
RGB Percentages of Color #bfe003
CMYK Percentages of Color #bfe003
Complementary Color
#bfe003 | #2403e0 |
#bfe003 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bfe003 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bfe003 Color CSS Codes
.mybgcolor {background-color:#bfe003; } .myforecolor {color:#bfe003; } .mybordercolor {border:3px solid #bfe003; }
#bfe003 Text Font Color
<p style="color:#bfe003">Text here</p>
This sample text font color is #bfe003
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.
#bfe003 Background Color
<div style="background-color:#bfe003">
Div content here</div>
This div background color is #bfe003
#bfe003 Border Color
<div style="border:3px solid #bfe003">
Div here</div>
This div border color is #bfe003
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(191,224,3, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bfe003; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bfe003; -webkit-box-shadow: 1px 1px 3px 2px #bfe003; box-shadow: 1px 1px 3px 2px #bfe003; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(191,224,3, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bfe003">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bfe003; -webkit-box-shadow: 1px 1px 3px 2px #bfe003; box-shadow: 1px 1px 3px 2px #bfe003;">
Div content here</div>
This div box has shadow with color #bfe003
Comments
No comments written yet.
Please login to write comment.