Color spaces of #bcca2b
RGB | 188 | 202 | 43 |
---|---|---|---|
HSL | 0.18 | 0.65 | 0.48 |
HSV | 65° | 79° | 79° |
CMYK | 0.07 | 0.00 | 0.79 0.21 |
XYZ | 42.2956 | 53.1068 | 10.3069 |
Yxy | 53.1068 | 0.4001 | 0.5024 |
Hunter Lab | 72.8744 | -23.9306 | 42.6265 |
CIE-Lab | 77.9380 | -23.1758 | 70.8129 |
#bcca2b color RGB value is (188,202,43).
#bcca2b hex color red value is 188, green value is 202 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #bcca2b hue: 0.18 , saturation: 0.65 and the lightness value of bcca2b is 0.48.
The process color (four color CMYK) of #bcca2b color hex is 0.07, 0.00, 0.79, 0.21. Web safe color of #bcca2b is #cccc33. Color #bcca2b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11001010 | 00101011 |
Octal | 274 | 312 | 53 |
Decimal | 188 | 202 | 43 |
Hex | BC | CA | 2B |
Shades of #bcca2b
Tints of #bcca2b
RGB Percentages of Color #bcca2b
CMYK Percentages of Color #bcca2b
Complementary Color
#bcca2b | #392bca |
#bcca2b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcca2b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcca2b Color CSS Codes
.mybgcolor {background-color:#bcca2b; } .myforecolor {color:#bcca2b; } .mybordercolor {border:3px solid #bcca2b; }
#bcca2b Text Font Color
<p style="color:#bcca2b">Text here</p>
This sample text font color is #bcca2b
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.
#bcca2b Background Color
<div style="background-color:#bcca2b">
Div content here</div>
This div background color is #bcca2b
#bcca2b Border Color
<div style="border:3px solid #bcca2b">
Div here</div>
This div border color is #bcca2b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,202,43, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcca2b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcca2b; -webkit-box-shadow: 1px 1px 3px 2px #bcca2b; box-shadow: 1px 1px 3px 2px #bcca2b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,202,43, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcca2b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcca2b; -webkit-box-shadow: 1px 1px 3px 2px #bcca2b; box-shadow: 1px 1px 3px 2px #bcca2b;">
Div content here</div>
This div box has shadow with color #bcca2b
Comments
No comments written yet.
Please login to write comment.