Color spaces of #bdc939
RGB | 189 | 201 | 57 |
---|---|---|---|
HSL | 0.18 | 0.57 | 0.51 |
HSV | 65° | 72° | 79° |
CMYK | 0.06 | 0.00 | 0.72 0.21 |
XYZ | 42.6114 | 52.8875 | 11.8333 |
Yxy | 52.8875 | 0.3970 | 0.4927 |
Hunter Lab | 72.7238 | -22.6773 | 41.2592 |
CIE-Lab | 77.8085 | -21.6700 | 66.2956 |
#bdc939 color RGB value is (189,201,57).
#bdc939 hex color red value is 189, green value is 201 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #bdc939 hue: 0.18 , saturation: 0.57 and the lightness value of bdc939 is 0.51.
The process color (four color CMYK) of #bdc939 color hex is 0.06, 0.00, 0.72, 0.21. Web safe color of #bdc939 is #cccc33. Color #bdc939 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11001001 | 00111001 |
Octal | 275 | 311 | 71 |
Decimal | 189 | 201 | 57 |
Hex | BD | C9 | 39 |
Shades of #bdc939
Tints of #bdc939
RGB Percentages of Color #bdc939
CMYK Percentages of Color #bdc939
Complementary Color
#bdc939 | #4539c9 |
#bdc939 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdc939 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdc939 Color CSS Codes
.mybgcolor {background-color:#bdc939; } .myforecolor {color:#bdc939; } .mybordercolor {border:3px solid #bdc939; }
#bdc939 Text Font Color
<p style="color:#bdc939">Text here</p>
This sample text font color is #bdc939
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.
#bdc939 Background Color
<div style="background-color:#bdc939">
Div content here</div>
This div background color is #bdc939
#bdc939 Border Color
<div style="border:3px solid #bdc939">
Div here</div>
This div border color is #bdc939
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,201,57, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdc939; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdc939; -webkit-box-shadow: 1px 1px 3px 2px #bdc939; box-shadow: 1px 1px 3px 2px #bdc939; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,201,57, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdc939">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdc939; -webkit-box-shadow: 1px 1px 3px 2px #bdc939; box-shadow: 1px 1px 3px 2px #bdc939;">
Div content here</div>
This div box has shadow with color #bdc939
Comments
No comments written yet.
Please login to write comment.