Color spaces of #bdc58c
RGB | 189 | 197 | 140 |
---|---|---|---|
HSL | 0.19 | 0.33 | 0.66 |
HSV | 68° | 29° | 77° |
CMYK | 0.04 | 0.00 | 0.29 0.23 |
XYZ | 45.6861 | 52.6448 | 32.5645 |
Yxy | 52.6448 | 0.3490 | 0.4022 |
Hunter Lab | 72.5567 | -14.5799 | 24.1795 |
CIE-Lab | 77.6648 | -12.0592 | 27.7418 |
#bdc58c color RGB value is (189,197,140).
#bdc58c hex color red value is 189, green value is 197 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #bdc58c hue: 0.19 , saturation: 0.33 and the lightness value of bdc58c is 0.66.
The process color (four color CMYK) of #bdc58c color hex is 0.04, 0.00, 0.29, 0.23. Web safe color of #bdc58c is #cccc99. Color #bdc58c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11000101 | 10001100 |
Octal | 275 | 305 | 214 |
Decimal | 189 | 197 | 140 |
Hex | BD | C5 | 8C |
Shades of #bdc58c
Tints of #bdc58c
RGB Percentages of Color #bdc58c
CMYK Percentages of Color #bdc58c
Complementary Color
#bdc58c | #948cc5 |
#bdc58c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdc58c Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdc58c Color CSS Codes
.mybgcolor {background-color:#bdc58c; } .myforecolor {color:#bdc58c; } .mybordercolor {border:3px solid #bdc58c; }
#bdc58c Text Font Color
<p style="color:#bdc58c">Text here</p>
This sample text font color is #bdc58c
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.
#bdc58c Background Color
<div style="background-color:#bdc58c">
Div content here</div>
This div background color is #bdc58c
#bdc58c Border Color
<div style="border:3px solid #bdc58c">
Div here</div>
This div border color is #bdc58c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,197,140, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdc58c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdc58c; -webkit-box-shadow: 1px 1px 3px 2px #bdc58c; box-shadow: 1px 1px 3px 2px #bdc58c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,197,140, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdc58c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdc58c; -webkit-box-shadow: 1px 1px 3px 2px #bdc58c; box-shadow: 1px 1px 3px 2px #bdc58c;">
Div content here</div>
This div box has shadow with color #bdc58c
Comments
No comments written yet.
Please login to write comment.