Color spaces of #bcc652
RGB | 188 | 198 | 82 |
---|---|---|---|
HSL | 0.18 | 0.50 | 0.55 |
HSV | 65° | 59° | 78° |
CMYK | 0.05 | 0.00 | 0.59 0.22 |
XYZ | 42.4561 | 51.6887 | 15.7219 |
Yxy | 51.6887 | 0.3864 | 0.4705 |
Hunter Lab | 71.8949 | -20.4063 | 37.3609 |
CIE-Lab | 77.0943 | -19.0570 | 55.5826 |
#bcc652 color RGB value is (188,198,82).
#bcc652 hex color red value is 188, green value is 198 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #bcc652 hue: 0.18 , saturation: 0.50 and the lightness value of bcc652 is 0.55.
The process color (four color CMYK) of #bcc652 color hex is 0.05, 0.00, 0.59, 0.22. Web safe color of #bcc652 is #cccc66. Color #bcc652 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11000110 | 01010010 |
Octal | 274 | 306 | 122 |
Decimal | 188 | 198 | 82 |
Hex | BC | C6 | 52 |
Shades of #bcc652
Tints of #bcc652
RGB Percentages of Color #bcc652
CMYK Percentages of Color #bcc652
Complementary Color
#bcc652 | #5c52c6 |
#bcc652 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcc652 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcc652 Color CSS Codes
.mybgcolor {background-color:#bcc652; } .myforecolor {color:#bcc652; } .mybordercolor {border:3px solid #bcc652; }
#bcc652 Text Font Color
<p style="color:#bcc652">Text here</p>
This sample text font color is #bcc652
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.
#bcc652 Background Color
<div style="background-color:#bcc652">
Div content here</div>
This div background color is #bcc652
#bcc652 Border Color
<div style="border:3px solid #bcc652">
Div here</div>
This div border color is #bcc652
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,198,82, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcc652; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcc652; -webkit-box-shadow: 1px 1px 3px 2px #bcc652; box-shadow: 1px 1px 3px 2px #bcc652; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,198,82, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcc652">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcc652; -webkit-box-shadow: 1px 1px 3px 2px #bcc652; box-shadow: 1px 1px 3px 2px #bcc652;">
Div content here</div>
This div box has shadow with color #bcc652
Comments
No comments written yet.
Please login to write comment.