Color spaces of #bcda90
RGB | 188 | 218 | 144 |
---|---|---|---|
HSL | 0.23 | 0.50 | 0.71 |
HSV | 84° | 34° | 85° |
CMYK | 0.14 | 0.00 | 0.34 0.15 |
XYZ | 50.8445 | 62.8478 | 35.8366 |
Yxy | 62.8478 | 0.3400 | 0.4203 |
Hunter Lab | 79.2766 | -24.2521 | 28.6919 |
CIE-Lab | 83.3622 | -22.3984 | 33.2274 |
#bcda90 color RGB value is (188,218,144).
#bcda90 hex color red value is 188, green value is 218 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #bcda90 hue: 0.23 , saturation: 0.50 and the lightness value of bcda90 is 0.71.
The process color (four color CMYK) of #bcda90 color hex is 0.14, 0.00, 0.34, 0.15. Web safe color of #bcda90 is #cccc99. Color #bcda90 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11011010 | 10010000 |
Octal | 274 | 332 | 220 |
Decimal | 188 | 218 | 144 |
Hex | BC | DA | 90 |
Shades of #bcda90
Tints of #bcda90
RGB Percentages of Color #bcda90
CMYK Percentages of Color #bcda90
Complementary Color
#bcda90 | #ae90da |
#bcda90 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcda90 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcda90 Color CSS Codes
.mybgcolor {background-color:#bcda90; } .myforecolor {color:#bcda90; } .mybordercolor {border:3px solid #bcda90; }
#bcda90 Text Font Color
<p style="color:#bcda90">Text here</p>
This sample text font color is #bcda90
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.
#bcda90 Background Color
<div style="background-color:#bcda90">
Div content here</div>
This div background color is #bcda90
#bcda90 Border Color
<div style="border:3px solid #bcda90">
Div here</div>
This div border color is #bcda90
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,218,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcda90; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcda90; -webkit-box-shadow: 1px 1px 3px 2px #bcda90; box-shadow: 1px 1px 3px 2px #bcda90; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,218,144, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcda90">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcda90; -webkit-box-shadow: 1px 1px 3px 2px #bcda90; box-shadow: 1px 1px 3px 2px #bcda90;">
Div content here</div>
This div box has shadow with color #bcda90
Comments
No comments written yet.
Please login to write comment.