Color spaces of #bdf82d
RGB | 189 | 248 | 45 |
---|---|---|---|
HSL | 0.22 | 0.94 | 0.57 |
HSV | 77° | 82° | 97° |
CMYK | 0.24 | 0.00 | 0.82 0.03 |
XYZ | 55.0273 | 78.1431 | 14.6655 |
Yxy | 78.1431 | 0.3722 | 0.5286 |
Hunter Lab | 88.3986 | -43.5829 | 52.0427 |
CIE-Lab | 90.8452 | -43.8141 | 81.6957 |
#bdf82d color RGB value is (189,248,45).
#bdf82d hex color red value is 189, green value is 248 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bdf82d hue: 0.22 , saturation: 0.94 and the lightness value of bdf82d is 0.57.
The process color (four color CMYK) of #bdf82d color hex is 0.24, 0.00, 0.82, 0.03. Web safe color of #bdf82d is #ccff33. Color #bdf82d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11111000 | 00101101 |
Octal | 275 | 370 | 55 |
Decimal | 189 | 248 | 45 |
Hex | BD | F8 | 2D |
Shades of #bdf82d
Tints of #bdf82d
RGB Percentages of Color #bdf82d
CMYK Percentages of Color #bdf82d
Complementary Color
#bdf82d | #682df8 |
#bdf82d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdf82d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdf82d Color CSS Codes
.mybgcolor {background-color:#bdf82d; } .myforecolor {color:#bdf82d; } .mybordercolor {border:3px solid #bdf82d; }
#bdf82d Text Font Color
<p style="color:#bdf82d">Text here</p>
This sample text font color is #bdf82d
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.
#bdf82d Background Color
<div style="background-color:#bdf82d">
Div content here</div>
This div background color is #bdf82d
#bdf82d Border Color
<div style="border:3px solid #bdf82d">
Div here</div>
This div border color is #bdf82d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,248,45, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdf82d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdf82d; -webkit-box-shadow: 1px 1px 3px 2px #bdf82d; box-shadow: 1px 1px 3px 2px #bdf82d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,248,45, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdf82d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdf82d; -webkit-box-shadow: 1px 1px 3px 2px #bdf82d; box-shadow: 1px 1px 3px 2px #bdf82d;">
Div content here</div>
This div box has shadow with color #bdf82d
Comments
No comments written yet.
Please login to write comment.