Color spaces of #bdc38a
RGB | 189 | 195 | 138 |
---|---|---|---|
HSL | 0.18 | 0.32 | 0.65 |
HSV | 66° | 29° | 76° |
CMYK | 0.03 | 0.00 | 0.29 0.24 |
XYZ | 45.0888 | 51.6840 | 31.6443 |
Yxy | 51.6840 | 0.3511 | 0.4025 |
Hunter Lab | 71.8916 | -13.8591 | 24.2266 |
CIE-Lab | 77.0915 | -11.3024 | 28.0252 |
#bdc38a color RGB value is (189,195,138).
#bdc38a hex color red value is 189, green value is 195 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bdc38a hue: 0.18 , saturation: 0.32 and the lightness value of bdc38a is 0.65.
The process color (four color CMYK) of #bdc38a color hex is 0.03, 0.00, 0.29, 0.24. Web safe color of #bdc38a is #cccc99. Color #bdc38a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 11000011 | 10001010 |
Octal | 275 | 303 | 212 |
Decimal | 189 | 195 | 138 |
Hex | BD | C3 | 8A |
Shades of #bdc38a
Tints of #bdc38a
RGB Percentages of Color #bdc38a
CMYK Percentages of Color #bdc38a
Complementary Color
#bdc38a | #908ac3 |
#bdc38a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bdc38a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bdc38a Color CSS Codes
.mybgcolor {background-color:#bdc38a; } .myforecolor {color:#bdc38a; } .mybordercolor {border:3px solid #bdc38a; }
#bdc38a Text Font Color
<p style="color:#bdc38a">Text here</p>
This sample text font color is #bdc38a
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.
#bdc38a Background Color
<div style="background-color:#bdc38a">
Div content here</div>
This div background color is #bdc38a
#bdc38a Border Color
<div style="border:3px solid #bdc38a">
Div here</div>
This div border color is #bdc38a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,195,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bdc38a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bdc38a; -webkit-box-shadow: 1px 1px 3px 2px #bdc38a; box-shadow: 1px 1px 3px 2px #bdc38a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,195,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bdc38a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bdc38a; -webkit-box-shadow: 1px 1px 3px 2px #bdc38a; box-shadow: 1px 1px 3px 2px #bdc38a;">
Div content here</div>
This div box has shadow with color #bdc38a
Comments
No comments written yet.
Please login to write comment.