Color spaces of #bcf899
RGB | 188 | 248 | 153 |
---|---|---|---|
HSL | 0.27 | 0.87 | 0.79 |
HSV | 98° | 38° | 97° |
CMYK | 0.24 | 0.00 | 0.38 0.03 |
XYZ | 60.0562 | 80.1261 | 42.4376 |
Yxy | 80.1261 | 0.3289 | 0.4388 |
Hunter Lab | 89.5132 | -36.8888 | 34.5502 |
CIE-Lab | 91.7414 | -35.3507 | 39.6689 |
#bcf899 color RGB value is (188,248,153).
#bcf899 hex color red value is 188, green value is 248 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #bcf899 hue: 0.27 , saturation: 0.87 and the lightness value of bcf899 is 0.79.
The process color (four color CMYK) of #bcf899 color hex is 0.24, 0.00, 0.38, 0.03. Web safe color of #bcf899 is #ccff99. Color #bcf899 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11111000 | 10011001 |
Octal | 274 | 370 | 231 |
Decimal | 188 | 248 | 153 |
Hex | BC | F8 | 99 |
Shades of #bcf899
Tints of #bcf899
RGB Percentages of Color #bcf899
CMYK Percentages of Color #bcf899
Complementary Color
#bcf899 | #d599f8 |
#bcf899 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcf899 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcf899 Color CSS Codes
.mybgcolor {background-color:#bcf899; } .myforecolor {color:#bcf899; } .mybordercolor {border:3px solid #bcf899; }
#bcf899 Text Font Color
<p style="color:#bcf899">Text here</p>
This sample text font color is #bcf899
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.
#bcf899 Background Color
<div style="background-color:#bcf899">
Div content here</div>
This div background color is #bcf899
#bcf899 Border Color
<div style="border:3px solid #bcf899">
Div here</div>
This div border color is #bcf899
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,248,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcf899; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcf899; -webkit-box-shadow: 1px 1px 3px 2px #bcf899; box-shadow: 1px 1px 3px 2px #bcf899; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,248,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcf899">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcf899; -webkit-box-shadow: 1px 1px 3px 2px #bcf899; box-shadow: 1px 1px 3px 2px #bcf899;">
Div content here</div>
This div box has shadow with color #bcf899
Comments
No comments written yet.
Please login to write comment.