Color spaces of #bdc811
RGB | 189 | 200 | 17 |
---|---|---|---|
HSL | 0.18 | 0.84 | 0.43 |
HSV | 64° | 92° | 78° |
CMYK | 0.05 | 0.00 | 0.92 0.22 |
XYZ | 41.7417 | 52.1678 | 8.3997 |
Yxy | 52.1678 | 0.4080 | 0.5099 |
Hunter Lab | 72.2273 | -23.2387 | 43.6639 |
CIE-Lab | 77.3811 | -22.4489 | 75.8623 |
#bdc811 color RGB value is (189,200,17).
#bdc811 hex color red value is 189, green value is 200 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #bdc811 hue: 0.18 , saturation: 0.84 and the lightness value of bdc811 is 0.43.
The process color (four color CMYK) of #bdc811 color hex is 0.05, 0.00, 0.92, 0.22. Web safe color of #bdc811 is #cccc00. Color #bdc811 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11001000 | 00010001 |
Octal | 275 | 310 | 21 |
Decimal | 189 | 200 | 17 |
Hex | BD | C8 | 11 |
Shades of #bdc811
Tints of #bdc811
RGB Percentages of Color #bdc811
CMYK Percentages of Color #bdc811
Complementary Color
#bdc811 | #1c11c8 |
#bdc811 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdc811 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdc811 Color CSS Codes
.mybgcolor {background-color:#bdc811; } .myforecolor {color:#bdc811; } .mybordercolor {border:3px solid #bdc811; }
#bdc811 Text Font Color
<p style="color:#bdc811">Text here</p>
This sample text font color is #bdc811
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.
#bdc811 Background Color
<div style="background-color:#bdc811">
Div content here</div>
This div background color is #bdc811
#bdc811 Border Color
<div style="border:3px solid #bdc811">
Div here</div>
This div border color is #bdc811
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,200,17, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdc811; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdc811; -webkit-box-shadow: 1px 1px 3px 2px #bdc811; box-shadow: 1px 1px 3px 2px #bdc811; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,200,17, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdc811">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdc811; -webkit-box-shadow: 1px 1px 3px 2px #bdc811; box-shadow: 1px 1px 3px 2px #bdc811;">
Div content here</div>
This div box has shadow with color #bdc811
Comments
No comments written yet.
Please login to write comment.