Color spaces of #bdc458
RGB | 189 | 196 | 88 |
---|---|---|---|
HSL | 0.18 | 0.48 | 0.56 |
HSV | 64° | 55° | 77° |
CMYK | 0.04 | 0.00 | 0.55 0.23 |
XYZ | 42.4876 | 51.0033 | 16.8378 |
Yxy | 51.0033 | 0.3851 | 0.4623 |
Hunter Lab | 71.4166 | -18.7847 | 36.0129 |
CIE-Lab | 76.6810 | -17.1810 | 52.4441 |
#bdc458 color RGB value is (189,196,88).
#bdc458 hex color red value is 189, green value is 196 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #bdc458 hue: 0.18 , saturation: 0.48 and the lightness value of bdc458 is 0.56.
The process color (four color CMYK) of #bdc458 color hex is 0.04, 0.00, 0.55, 0.23. Web safe color of #bdc458 is #cccc66. Color #bdc458 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11000100 | 01011000 |
Octal | 275 | 304 | 130 |
Decimal | 189 | 196 | 88 |
Hex | BD | C4 | 58 |
Shades of #bdc458
Tints of #bdc458
RGB Percentages of Color #bdc458
CMYK Percentages of Color #bdc458
Complementary Color
#bdc458 | #5f58c4 |
#bdc458 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdc458 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdc458 Color CSS Codes
.mybgcolor {background-color:#bdc458; } .myforecolor {color:#bdc458; } .mybordercolor {border:3px solid #bdc458; }
#bdc458 Text Font Color
<p style="color:#bdc458">Text here</p>
This sample text font color is #bdc458
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.
#bdc458 Background Color
<div style="background-color:#bdc458">
Div content here</div>
This div background color is #bdc458
#bdc458 Border Color
<div style="border:3px solid #bdc458">
Div here</div>
This div border color is #bdc458
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,196,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdc458; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdc458; -webkit-box-shadow: 1px 1px 3px 2px #bdc458; box-shadow: 1px 1px 3px 2px #bdc458; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,196,88, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdc458">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdc458; -webkit-box-shadow: 1px 1px 3px 2px #bdc458; box-shadow: 1px 1px 3px 2px #bdc458;">
Div content here</div>
This div box has shadow with color #bdc458
Comments
No comments written yet.
Please login to write comment.