Color spaces of #bcc55d
RGB | 188 | 197 | 93 |
---|---|---|---|
HSL | 0.18 | 0.47 | 0.57 |
HSV | 65° | 53° | 77° |
CMYK | 0.05 | 0.00 | 0.53 0.23 |
XYZ | 42.6811 | 51.4142 | 18.0303 |
Yxy | 51.4142 | 0.3807 | 0.4585 |
Hunter Lab | 71.7037 | -19.2306 | 35.2838 |
CIE-Lab | 76.9292 | -17.6714 | 50.3954 |
#bcc55d color RGB value is (188,197,93).
#bcc55d hex color red value is 188, green value is 197 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #bcc55d hue: 0.18 , saturation: 0.47 and the lightness value of bcc55d is 0.57.
The process color (four color CMYK) of #bcc55d color hex is 0.05, 0.00, 0.53, 0.23. Web safe color of #bcc55d is #cccc66. Color #bcc55d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11000101 | 01011101 |
Octal | 274 | 305 | 135 |
Decimal | 188 | 197 | 93 |
Hex | BC | C5 | 5D |
Shades of #bcc55d
Tints of #bcc55d
RGB Percentages of Color #bcc55d
CMYK Percentages of Color #bcc55d
Complementary Color
#bcc55d | #665dc5 |
#bcc55d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcc55d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcc55d Color CSS Codes
.mybgcolor {background-color:#bcc55d; } .myforecolor {color:#bcc55d; } .mybordercolor {border:3px solid #bcc55d; }
#bcc55d Text Font Color
<p style="color:#bcc55d">Text here</p>
This sample text font color is #bcc55d
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.
#bcc55d Background Color
<div style="background-color:#bcc55d">
Div content here</div>
This div background color is #bcc55d
#bcc55d Border Color
<div style="border:3px solid #bcc55d">
Div here</div>
This div border color is #bcc55d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,197,93, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcc55d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcc55d; -webkit-box-shadow: 1px 1px 3px 2px #bcc55d; box-shadow: 1px 1px 3px 2px #bcc55d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,197,93, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcc55d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcc55d; -webkit-box-shadow: 1px 1px 3px 2px #bcc55d; box-shadow: 1px 1px 3px 2px #bcc55d;">
Div content here</div>
This div box has shadow with color #bcc55d
Comments
No comments written yet.
Please login to write comment.