Color spaces of #bde731
RGB | 189 | 231 | 49 |
---|---|---|---|
HSL | 0.21 | 0.79 | 0.55 |
HSV | 74° | 79° | 91° |
CMYK | 0.18 | 0.00 | 0.79 0.09 |
XYZ | 50.1166 | 68.1924 | 13.4268 |
Yxy | 68.1924 | 0.3804 | 0.5176 |
Hunter Lab | 82.5787 | -36.1819 | 48.1649 |
CIE-Lab | 86.1026 | -36.1564 | 76.4905 |
#bde731 color RGB value is (189,231,49).
#bde731 hex color red value is 189, green value is 231 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #bde731 hue: 0.21 , saturation: 0.79 and the lightness value of bde731 is 0.55.
The process color (four color CMYK) of #bde731 color hex is 0.18, 0.00, 0.79, 0.09. Web safe color of #bde731 is #ccff33. Color #bde731 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11100111 | 00110001 |
Octal | 275 | 347 | 61 |
Decimal | 189 | 231 | 49 |
Hex | BD | E7 | 31 |
Shades of #bde731
Tints of #bde731
RGB Percentages of Color #bde731
CMYK Percentages of Color #bde731
Complementary Color
#bde731 | #5b31e7 |
#bde731 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bde731 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bde731 Color CSS Codes
.mybgcolor {background-color:#bde731; } .myforecolor {color:#bde731; } .mybordercolor {border:3px solid #bde731; }
#bde731 Text Font Color
<p style="color:#bde731">Text here</p>
This sample text font color is #bde731
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.
#bde731 Background Color
<div style="background-color:#bde731">
Div content here</div>
This div background color is #bde731
#bde731 Border Color
<div style="border:3px solid #bde731">
Div here</div>
This div border color is #bde731
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,231,49, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bde731; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bde731; -webkit-box-shadow: 1px 1px 3px 2px #bde731; box-shadow: 1px 1px 3px 2px #bde731; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,231,49, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bde731">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bde731; -webkit-box-shadow: 1px 1px 3px 2px #bde731; box-shadow: 1px 1px 3px 2px #bde731;">
Div content here</div>
This div box has shadow with color #bde731
Comments
No comments written yet.
Please login to write comment.