Color spaces of #bdc434
RGB | 189 | 196 | 52 |
---|---|---|---|
HSL | 0.17 | 0.58 | 0.49 |
HSV | 63° | 73° | 77° |
CMYK | 0.04 | 0.00 | 0.73 0.23 |
XYZ | 41.3460 | 50.5466 | 10.8261 |
Yxy | 50.5466 | 0.4025 | 0.4921 |
Hunter Lab | 71.0961 | -20.6114 | 40.7390 |
CIE-Lab | 76.4035 | -19.4402 | 66.6618 |
#bdc434 color RGB value is (189,196,52).
#bdc434 hex color red value is 189, green value is 196 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #bdc434 hue: 0.17 , saturation: 0.58 and the lightness value of bdc434 is 0.49.
The process color (four color CMYK) of #bdc434 color hex is 0.04, 0.00, 0.73, 0.23. Web safe color of #bdc434 is #cccc33. Color #bdc434 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11000100 | 00110100 |
Octal | 275 | 304 | 64 |
Decimal | 189 | 196 | 52 |
Hex | BD | C4 | 34 |
Shades of #bdc434
Tints of #bdc434
RGB Percentages of Color #bdc434
CMYK Percentages of Color #bdc434
Complementary Color
#bdc434 | #3b34c4 |
#bdc434 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdc434 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdc434 Color CSS Codes
.mybgcolor {background-color:#bdc434; } .myforecolor {color:#bdc434; } .mybordercolor {border:3px solid #bdc434; }
#bdc434 Text Font Color
<p style="color:#bdc434">Text here</p>
This sample text font color is #bdc434
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.
#bdc434 Background Color
<div style="background-color:#bdc434">
Div content here</div>
This div background color is #bdc434
#bdc434 Border Color
<div style="border:3px solid #bdc434">
Div here</div>
This div border color is #bdc434
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,196,52, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdc434; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdc434; -webkit-box-shadow: 1px 1px 3px 2px #bdc434; box-shadow: 1px 1px 3px 2px #bdc434; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,196,52, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdc434">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdc434; -webkit-box-shadow: 1px 1px 3px 2px #bdc434; box-shadow: 1px 1px 3px 2px #bdc434;">
Div content here</div>
This div box has shadow with color #bdc434
Comments
No comments written yet.
Please login to write comment.