Color spaces of #bcdf7d
RGB | 188 | 223 | 125 |
---|---|---|---|
HSL | 0.23 | 0.60 | 0.68 |
HSV | 81° | 44° | 87° |
CMYK | 0.16 | 0.00 | 0.44 0.13 |
XYZ | 50.8284 | 64.9474 | 29.2592 |
Yxy | 64.9474 | 0.3505 | 0.4478 |
Hunter Lab | 80.5899 | -28.4518 | 34.8870 |
CIE-Lab | 84.4566 | -27.1585 | 44.1394 |
#bcdf7d color RGB value is (188,223,125).
#bcdf7d hex color red value is 188, green value is 223 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #bcdf7d hue: 0.23 , saturation: 0.60 and the lightness value of bcdf7d is 0.68.
The process color (four color CMYK) of #bcdf7d color hex is 0.16, 0.00, 0.44, 0.13. Web safe color of #bcdf7d is #cccc66. Color #bcdf7d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11011111 | 01111101 |
Octal | 274 | 337 | 175 |
Decimal | 188 | 223 | 125 |
Hex | BC | DF | 7D |
Shades of #bcdf7d
Tints of #bcdf7d
RGB Percentages of Color #bcdf7d
CMYK Percentages of Color #bcdf7d
Complementary Color
#bcdf7d | #a07ddf |
#bcdf7d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcdf7d Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcdf7d Color CSS Codes
.mybgcolor {background-color:#bcdf7d; } .myforecolor {color:#bcdf7d; } .mybordercolor {border:3px solid #bcdf7d; }
#bcdf7d Text Font Color
<p style="color:#bcdf7d">Text here</p>
This sample text font color is #bcdf7d
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.
#bcdf7d Background Color
<div style="background-color:#bcdf7d">
Div content here</div>
This div background color is #bcdf7d
#bcdf7d Border Color
<div style="border:3px solid #bcdf7d">
Div here</div>
This div border color is #bcdf7d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,223,125, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcdf7d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcdf7d; -webkit-box-shadow: 1px 1px 3px 2px #bcdf7d; box-shadow: 1px 1px 3px 2px #bcdf7d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,223,125, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcdf7d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcdf7d; -webkit-box-shadow: 1px 1px 3px 2px #bcdf7d; box-shadow: 1px 1px 3px 2px #bcdf7d;">
Div content here</div>
This div box has shadow with color #bcdf7d
Comments
No comments written yet.
Please login to write comment.