Color spaces of #bdfd58
RGB | 189 | 253 | 88 |
---|---|---|---|
HSL | 0.23 | 0.98 | 0.67 |
HSV | 83° | 65° | 99° |
CMYK | 0.25 | 0.00 | 0.65 0.01 |
XYZ | 57.8730 | 81.7740 | 21.9662 |
Yxy | 81.7740 | 0.3581 | 0.5060 |
Hunter Lab | 90.4290 | -44.0138 | 48.8981 |
CIE-Lab | 92.4750 | -43.7762 | 69.7267 |
#bdfd58 color RGB value is (189,253,88).
#bdfd58 hex color red value is 189, green value is 253 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #bdfd58 hue: 0.23 , saturation: 0.98 and the lightness value of bdfd58 is 0.67.
The process color (four color CMYK) of #bdfd58 color hex is 0.25, 0.00, 0.65, 0.01. Web safe color of #bdfd58 is #ccff66. Color #bdfd58 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11111101 | 01011000 |
Octal | 275 | 375 | 130 |
Decimal | 189 | 253 | 88 |
Hex | BD | FD | 58 |
Shades of #bdfd58
Tints of #bdfd58
RGB Percentages of Color #bdfd58
CMYK Percentages of Color #bdfd58
Complementary Color
#bdfd58 | #9858fd |
#bdfd58 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdfd58 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdfd58 Color CSS Codes
.mybgcolor {background-color:#bdfd58; } .myforecolor {color:#bdfd58; } .mybordercolor {border:3px solid #bdfd58; }
#bdfd58 Text Font Color
<p style="color:#bdfd58">Text here</p>
This sample text font color is #bdfd58
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.
#bdfd58 Background Color
<div style="background-color:#bdfd58">
Div content here</div>
This div background color is #bdfd58
#bdfd58 Border Color
<div style="border:3px solid #bdfd58">
Div here</div>
This div border color is #bdfd58
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,253,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdfd58; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdfd58; -webkit-box-shadow: 1px 1px 3px 2px #bdfd58; box-shadow: 1px 1px 3px 2px #bdfd58; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,253,88, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdfd58">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdfd58; -webkit-box-shadow: 1px 1px 3px 2px #bdfd58; box-shadow: 1px 1px 3px 2px #bdfd58;">
Div content here</div>
This div box has shadow with color #bdfd58
Comments
No comments written yet.
Please login to write comment.