Color spaces of #bcf08b
RGB | 188 | 240 | 139 |
---|---|---|---|
HSL | 0.25 | 0.77 | 0.74 |
HSV | 91° | 42° | 94° |
CMYK | 0.22 | 0.00 | 0.42 0.06 |
XYZ | 56.5593 | 74.8756 | 35.8975 |
Yxy | 74.8756 | 0.3380 | 0.4475 |
Hunter Lab | 86.5307 | -34.7552 | 35.9749 |
CIE-Lab | 89.3347 | -33.4715 | 43.4465 |
#bcf08b color RGB value is (188,240,139).
#bcf08b hex color red value is 188, green value is 240 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bcf08b hue: 0.25 , saturation: 0.77 and the lightness value of bcf08b is 0.74.
The process color (four color CMYK) of #bcf08b color hex is 0.22, 0.00, 0.42, 0.06. Web safe color of #bcf08b is #ccff99. Color #bcf08b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11110000 | 10001011 |
Octal | 274 | 360 | 213 |
Decimal | 188 | 240 | 139 |
Hex | BC | F0 | 8B |
Shades of #bcf08b
Tints of #bcf08b
RGB Percentages of Color #bcf08b
CMYK Percentages of Color #bcf08b
Complementary Color
#bcf08b | #bf8bf0 |
#bcf08b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcf08b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcf08b Color CSS Codes
.mybgcolor {background-color:#bcf08b; } .myforecolor {color:#bcf08b; } .mybordercolor {border:3px solid #bcf08b; }
#bcf08b Text Font Color
<p style="color:#bcf08b">Text here</p>
This sample text font color is #bcf08b
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.
#bcf08b Background Color
<div style="background-color:#bcf08b">
Div content here</div>
This div background color is #bcf08b
#bcf08b Border Color
<div style="border:3px solid #bcf08b">
Div here</div>
This div border color is #bcf08b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,240,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcf08b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcf08b; -webkit-box-shadow: 1px 1px 3px 2px #bcf08b; box-shadow: 1px 1px 3px 2px #bcf08b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,240,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcf08b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcf08b; -webkit-box-shadow: 1px 1px 3px 2px #bcf08b; box-shadow: 1px 1px 3px 2px #bcf08b;">
Div content here</div>
This div box has shadow with color #bcf08b
Comments
No comments written yet.
Please login to write comment.