Color spaces of #bdf57d
RGB | 189 | 245 | 125 |
---|---|---|---|
HSL | 0.24 | 0.86 | 0.73 |
HSV | 88° | 49° | 96° |
CMYK | 0.23 | 0.00 | 0.49 0.04 |
XYZ | 57.3403 | 77.6043 | 31.3590 |
Yxy | 77.6043 | 0.3448 | 0.4666 |
Hunter Lab | 88.0933 | -37.9769 | 40.5596 |
CIE-Lab | 90.5990 | -36.9943 | 51.7134 |
#bdf57d color RGB value is (189,245,125).
#bdf57d hex color red value is 189, green value is 245 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bdf57d hue: 0.24 , saturation: 0.86 and the lightness value of bdf57d is 0.73.
The process color (four color CMYK) of #bdf57d color hex is 0.23, 0.00, 0.49, 0.04. Web safe color of #bdf57d is #ccff66. Color #bdf57d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11110101 | 01111101 |
Octal | 275 | 365 | 175 |
Decimal | 189 | 245 | 125 |
Hex | BD | F5 | 7D |
Shades of #bdf57d
Tints of #bdf57d
RGB Percentages of Color #bdf57d
CMYK Percentages of Color #bdf57d
Complementary Color
#bdf57d | #b57df5 |
#bdf57d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdf57d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdf57d Color CSS Codes
.mybgcolor {background-color:#bdf57d; } .myforecolor {color:#bdf57d; } .mybordercolor {border:3px solid #bdf57d; }
#bdf57d Text Font Color
<p style="color:#bdf57d">Text here</p>
This sample text font color is #bdf57d
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.
#bdf57d Background Color
<div style="background-color:#bdf57d">
Div content here</div>
This div background color is #bdf57d
#bdf57d Border Color
<div style="border:3px solid #bdf57d">
Div here</div>
This div border color is #bdf57d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,245,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdf57d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdf57d; -webkit-box-shadow: 1px 1px 3px 2px #bdf57d; box-shadow: 1px 1px 3px 2px #bdf57d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,245,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdf57d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdf57d; -webkit-box-shadow: 1px 1px 3px 2px #bdf57d; box-shadow: 1px 1px 3px 2px #bdf57d;">
Div content here</div>
This div box has shadow with color #bdf57d
Comments
No comments written yet.
Please login to write comment.