Color spaces of #bdfe4c
RGB | 189 | 254 | 76 |
---|---|---|---|
HSL | 0.23 | 0.99 | 0.65 |
HSV | 82° | 70° | 100° |
CMYK | 0.26 | 0.00 | 0.70 0.00 |
XYZ | 57.7326 | 82.2242 | 19.6655 |
Yxy | 82.2242 | 0.3617 | 0.5151 |
Hunter Lab | 90.6776 | -45.0383 | 50.6159 |
CIE-Lab | 92.6737 | -44.9757 | 74.3165 |
#bdfe4c color RGB value is (189,254,76).
#bdfe4c hex color red value is 189, green value is 254 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #bdfe4c hue: 0.23 , saturation: 0.99 and the lightness value of bdfe4c is 0.65.
The process color (four color CMYK) of #bdfe4c color hex is 0.26, 0.00, 0.70, 0.00. Web safe color of #bdfe4c is #ccff33. Color #bdfe4c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11111110 | 01001100 |
Octal | 275 | 376 | 114 |
Decimal | 189 | 254 | 76 |
Hex | BD | FE | 4C |
Shades of #bdfe4c
Tints of #bdfe4c
RGB Percentages of Color #bdfe4c
CMYK Percentages of Color #bdfe4c
Complementary Color
#bdfe4c | #8d4cfe |
#bdfe4c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdfe4c Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdfe4c Color CSS Codes
.mybgcolor {background-color:#bdfe4c; } .myforecolor {color:#bdfe4c; } .mybordercolor {border:3px solid #bdfe4c; }
#bdfe4c Text Font Color
<p style="color:#bdfe4c">Text here</p>
This sample text font color is #bdfe4c
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.
#bdfe4c Background Color
<div style="background-color:#bdfe4c">
Div content here</div>
This div background color is #bdfe4c
#bdfe4c Border Color
<div style="border:3px solid #bdfe4c">
Div here</div>
This div border color is #bdfe4c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,254,76, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdfe4c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdfe4c; -webkit-box-shadow: 1px 1px 3px 2px #bdfe4c; box-shadow: 1px 1px 3px 2px #bdfe4c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,254,76, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdfe4c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdfe4c; -webkit-box-shadow: 1px 1px 3px 2px #bdfe4c; box-shadow: 1px 1px 3px 2px #bdfe4c;">
Div content here</div>
This div box has shadow with color #bdfe4c
Related Colors
Comments
No comments written yet.
Please login to write comment.