Color spaces of #bcdf76
RGB | 188 | 223 | 118 |
---|---|---|---|
HSL | 0.22 | 0.62 | 0.67 |
HSV | 80° | 47° | 87° |
CMYK | 0.16 | 0.00 | 0.47 0.13 |
XYZ | 50.3967 | 64.7747 | 26.9861 |
Yxy | 64.7747 | 0.3545 | 0.4557 |
Hunter Lab | 80.4827 | -29.0716 | 36.4578 |
CIE-Lab | 84.3675 | -27.9266 | 47.4184 |
#bcdf76 color RGB value is (188,223,118).
#bcdf76 hex color red value is 188, green value is 223 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bcdf76 hue: 0.22 , saturation: 0.62 and the lightness value of bcdf76 is 0.67.
The process color (four color CMYK) of #bcdf76 color hex is 0.16, 0.00, 0.47, 0.13. Web safe color of #bcdf76 is #cccc66. Color #bcdf76 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11011111 | 01110110 |
Octal | 274 | 337 | 166 |
Decimal | 188 | 223 | 118 |
Hex | BC | DF | 76 |
Shades of #bcdf76
Tints of #bcdf76
RGB Percentages of Color #bcdf76
CMYK Percentages of Color #bcdf76
Complementary Color
#bcdf76 | #9976df |
#bcdf76 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcdf76 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcdf76 Color CSS Codes
.mybgcolor {background-color:#bcdf76; } .myforecolor {color:#bcdf76; } .mybordercolor {border:3px solid #bcdf76; }
#bcdf76 Text Font Color
<p style="color:#bcdf76">Text here</p>
This sample text font color is #bcdf76
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.
#bcdf76 Background Color
<div style="background-color:#bcdf76">
Div content here</div>
This div background color is #bcdf76
#bcdf76 Border Color
<div style="border:3px solid #bcdf76">
Div here</div>
This div border color is #bcdf76
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,223,118, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcdf76; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcdf76; -webkit-box-shadow: 1px 1px 3px 2px #bcdf76; box-shadow: 1px 1px 3px 2px #bcdf76; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,223,118, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcdf76">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcdf76; -webkit-box-shadow: 1px 1px 3px 2px #bcdf76; box-shadow: 1px 1px 3px 2px #bcdf76;">
Div content here</div>
This div box has shadow with color #bcdf76
Comments
No comments written yet.
Please login to write comment.