Color spaces of #bcc88a
RGB | 188 | 200 | 138 |
---|---|---|---|
HSL | 0.20 | 0.36 | 0.66 |
HSV | 72° | 31° | 78° |
CMYK | 0.06 | 0.00 | 0.31 0.22 |
XYZ | 45.9808 | 53.8349 | 32.0125 |
Yxy | 53.8349 | 0.3488 | 0.4084 |
Hunter Lab | 73.3723 | -16.5394 | 25.4922 |
CIE-Lab | 78.3654 | -14.2385 | 29.7097 |
#bcc88a color RGB value is (188,200,138).
#bcc88a hex color red value is 188, green value is 200 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bcc88a hue: 0.20 , saturation: 0.36 and the lightness value of bcc88a is 0.66.
The process color (four color CMYK) of #bcc88a color hex is 0.06, 0.00, 0.31, 0.22. Web safe color of #bcc88a is #cccc99. Color #bcc88a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11001000 | 10001010 |
Octal | 274 | 310 | 212 |
Decimal | 188 | 200 | 138 |
Hex | BC | C8 | 8A |
Shades of #bcc88a
Tints of #bcc88a
RGB Percentages of Color #bcc88a
CMYK Percentages of Color #bcc88a
Complementary Color
#bcc88a | #968ac8 |
#bcc88a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcc88a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcc88a Color CSS Codes
.mybgcolor {background-color:#bcc88a; } .myforecolor {color:#bcc88a; } .mybordercolor {border:3px solid #bcc88a; }
#bcc88a Text Font Color
<p style="color:#bcc88a">Text here</p>
This sample text font color is #bcc88a
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.
#bcc88a Background Color
<div style="background-color:#bcc88a">
Div content here</div>
This div background color is #bcc88a
#bcc88a Border Color
<div style="border:3px solid #bcc88a">
Div here</div>
This div border color is #bcc88a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,200,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcc88a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcc88a; -webkit-box-shadow: 1px 1px 3px 2px #bcc88a; box-shadow: 1px 1px 3px 2px #bcc88a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,200,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 #bcc88a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcc88a; -webkit-box-shadow: 1px 1px 3px 2px #bcc88a; box-shadow: 1px 1px 3px 2px #bcc88a;">
Div content here</div>
This div box has shadow with color #bcc88a
Comments
No comments written yet.
Please login to write comment.