Color spaces of #bcf498
RGB | 188 | 244 | 152 |
---|---|---|---|
HSL | 0.27 | 0.81 | 0.78 |
HSV | 97° | 38° | 96° |
CMYK | 0.23 | 0.00 | 0.38 0.04 |
XYZ | 58.7572 | 77.6597 | 41.5988 |
Yxy | 77.6597 | 0.3301 | 0.4363 |
Hunter Lab | 88.1247 | -35.2034 | 33.6998 |
CIE-Lab | 90.6244 | -33.6520 | 38.7119 |
#bcf498 color RGB value is (188,244,152).
#bcf498 hex color red value is 188, green value is 244 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #bcf498 hue: 0.27 , saturation: 0.81 and the lightness value of bcf498 is 0.78.
The process color (four color CMYK) of #bcf498 color hex is 0.23, 0.00, 0.38, 0.04. Web safe color of #bcf498 is #ccff99. Color #bcf498 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11110100 | 10011000 |
Octal | 274 | 364 | 230 |
Decimal | 188 | 244 | 152 |
Hex | BC | F4 | 98 |
Shades of #bcf498
Tints of #bcf498
RGB Percentages of Color #bcf498
CMYK Percentages of Color #bcf498
Complementary Color
#bcf498 | #d098f4 |
#bcf498 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcf498 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcf498 Color CSS Codes
.mybgcolor {background-color:#bcf498; } .myforecolor {color:#bcf498; } .mybordercolor {border:3px solid #bcf498; }
#bcf498 Text Font Color
<p style="color:#bcf498">Text here</p>
This sample text font color is #bcf498
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.
#bcf498 Background Color
<div style="background-color:#bcf498">
Div content here</div>
This div background color is #bcf498
#bcf498 Border Color
<div style="border:3px solid #bcf498">
Div here</div>
This div border color is #bcf498
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,244,152, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcf498; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcf498; -webkit-box-shadow: 1px 1px 3px 2px #bcf498; box-shadow: 1px 1px 3px 2px #bcf498; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,244,152, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcf498">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcf498; -webkit-box-shadow: 1px 1px 3px 2px #bcf498; box-shadow: 1px 1px 3px 2px #bcf498;">
Div content here</div>
This div box has shadow with color #bcf498
#bcf498 Color Palettes
Comments
No comments written yet.
Please login to write comment.