Color spaces of #bdeb64
RGB | 189 | 235 | 100 |
---|---|---|---|
HSL | 0.22 | 0.77 | 0.66 |
HSV | 80° | 57° | 92° |
CMYK | 0.20 | 0.00 | 0.57 0.08 |
XYZ | 52.9948 | 71.1556 | 22.9979 |
Yxy | 71.1556 | 0.3601 | 0.4836 |
Hunter Lab | 84.3538 | -35.4775 | 42.8830 |
CIE-Lab | 87.5606 | -34.8516 | 59.4451 |
#bdeb64 color RGB value is (189,235,100).
#bdeb64 hex color red value is 189, green value is 235 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #bdeb64 hue: 0.22 , saturation: 0.77 and the lightness value of bdeb64 is 0.66.
The process color (four color CMYK) of #bdeb64 color hex is 0.20, 0.00, 0.57, 0.08. Web safe color of #bdeb64 is #ccff66. Color #bdeb64 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11101011 | 01100100 |
Octal | 275 | 353 | 144 |
Decimal | 189 | 235 | 100 |
Hex | BD | EB | 64 |
Shades of #bdeb64
Tints of #bdeb64
RGB Percentages of Color #bdeb64
CMYK Percentages of Color #bdeb64
Complementary Color
#bdeb64 | #9264eb |
#bdeb64 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdeb64 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdeb64 Color CSS Codes
.mybgcolor {background-color:#bdeb64; } .myforecolor {color:#bdeb64; } .mybordercolor {border:3px solid #bdeb64; }
#bdeb64 Text Font Color
<p style="color:#bdeb64">Text here</p>
This sample text font color is #bdeb64
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.
#bdeb64 Background Color
<div style="background-color:#bdeb64">
Div content here</div>
This div background color is #bdeb64
#bdeb64 Border Color
<div style="border:3px solid #bdeb64">
Div here</div>
This div border color is #bdeb64
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,235,100, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdeb64; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdeb64; -webkit-box-shadow: 1px 1px 3px 2px #bdeb64; box-shadow: 1px 1px 3px 2px #bdeb64; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,235,100, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdeb64">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdeb64; -webkit-box-shadow: 1px 1px 3px 2px #bdeb64; box-shadow: 1px 1px 3px 2px #bdeb64;">
Div content here</div>
This div box has shadow with color #bdeb64
Comments
No comments written yet.
Please login to write comment.