Color spaces of #bcd268
RGB | 188 | 210 | 104 |
---|---|---|---|
HSL | 0.20 | 0.54 | 0.62 |
HSV | 72° | 50° | 82° |
CMYK | 0.10 | 0.00 | 0.50 0.18 |
XYZ | 46.2843 | 57.7840 | 21.8107 |
Yxy | 57.7840 | 0.3677 | 0.4590 |
Hunter Lab | 76.0158 | -24.3430 | 36.1994 |
CIE-Lab | 80.6186 | -23.0888 | 49.5620 |
#bcd268 color RGB value is (188,210,104).
#bcd268 hex color red value is 188, green value is 210 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #bcd268 hue: 0.20 , saturation: 0.54 and the lightness value of bcd268 is 0.62.
The process color (four color CMYK) of #bcd268 color hex is 0.10, 0.00, 0.50, 0.18. Web safe color of #bcd268 is #cccc66. Color #bcd268 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11010010 | 01101000 |
Octal | 274 | 322 | 150 |
Decimal | 188 | 210 | 104 |
Hex | BC | D2 | 68 |
Shades of #bcd268
Tints of #bcd268
RGB Percentages of Color #bcd268
CMYK Percentages of Color #bcd268
Complementary Color
#bcd268 | #7e68d2 |
#bcd268 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcd268 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcd268 Color CSS Codes
.mybgcolor {background-color:#bcd268; } .myforecolor {color:#bcd268; } .mybordercolor {border:3px solid #bcd268; }
#bcd268 Text Font Color
<p style="color:#bcd268">Text here</p>
This sample text font color is #bcd268
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.
#bcd268 Background Color
<div style="background-color:#bcd268">
Div content here</div>
This div background color is #bcd268
#bcd268 Border Color
<div style="border:3px solid #bcd268">
Div here</div>
This div border color is #bcd268
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,210,104, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcd268; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcd268; -webkit-box-shadow: 1px 1px 3px 2px #bcd268; box-shadow: 1px 1px 3px 2px #bcd268; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,210,104, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcd268">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcd268; -webkit-box-shadow: 1px 1px 3px 2px #bcd268; box-shadow: 1px 1px 3px 2px #bcd268;">
Div content here</div>
This div box has shadow with color #bcd268
Comments
No comments written yet.
Please login to write comment.