Color spaces of #bdc75c
RGB | 189 | 199 | 92 |
---|---|---|---|
HSL | 0.18 | 0.49 | 0.57 |
HSV | 66° | 54° | 78° |
CMYK | 0.05 | 0.00 | 0.54 0.22 |
XYZ | 43.3415 | 52.4384 | 17.9625 |
Yxy | 52.4384 | 0.3810 | 0.4610 |
Hunter Lab | 72.4144 | -19.8892 | 35.9831 |
CIE-Lab | 77.5422 | -18.3490 | 51.5901 |
#bdc75c color RGB value is (189,199,92).
#bdc75c hex color red value is 189, green value is 199 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #bdc75c hue: 0.18 , saturation: 0.49 and the lightness value of bdc75c is 0.57.
The process color (four color CMYK) of #bdc75c color hex is 0.05, 0.00, 0.54, 0.22. Web safe color of #bdc75c is #cccc66. Color #bdc75c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11000111 | 01011100 |
Octal | 275 | 307 | 134 |
Decimal | 189 | 199 | 92 |
Hex | BD | C7 | 5C |
Shades of #bdc75c
Tints of #bdc75c
RGB Percentages of Color #bdc75c
CMYK Percentages of Color #bdc75c
Complementary Color
#bdc75c | #665cc7 |
#bdc75c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdc75c Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdc75c Color CSS Codes
.mybgcolor {background-color:#bdc75c; } .myforecolor {color:#bdc75c; } .mybordercolor {border:3px solid #bdc75c; }
#bdc75c Text Font Color
<p style="color:#bdc75c">Text here</p>
This sample text font color is #bdc75c
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.
#bdc75c Background Color
<div style="background-color:#bdc75c">
Div content here</div>
This div background color is #bdc75c
#bdc75c Border Color
<div style="border:3px solid #bdc75c">
Div here</div>
This div border color is #bdc75c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,199,92, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdc75c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdc75c; -webkit-box-shadow: 1px 1px 3px 2px #bdc75c; box-shadow: 1px 1px 3px 2px #bdc75c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,199,92, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdc75c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdc75c; -webkit-box-shadow: 1px 1px 3px 2px #bdc75c; box-shadow: 1px 1px 3px 2px #bdc75c;">
Div content here</div>
This div box has shadow with color #bdc75c
Comments
No comments written yet.
Please login to write comment.