Color spaces of #bcf167
RGB | 188 | 241 | 103 |
---|---|---|---|
HSL | 0.23 | 0.83 | 0.67 |
HSV | 83° | 57° | 95° |
CMYK | 0.22 | 0.00 | 0.57 0.05 |
XYZ | 54.6425 | 74.5812 | 24.3476 |
Yxy | 74.5812 | 0.3558 | 0.4856 |
Hunter Lab | 86.3604 | -38.1891 | 43.7366 |
CIE-Lab | 89.1965 | -37.6813 | 59.9797 |
#bcf167 color RGB value is (188,241,103).
#bcf167 hex color red value is 188, green value is 241 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #bcf167 hue: 0.23 , saturation: 0.83 and the lightness value of bcf167 is 0.67.
The process color (four color CMYK) of #bcf167 color hex is 0.22, 0.00, 0.57, 0.05. Web safe color of #bcf167 is #ccff66. Color #bcf167 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11110001 | 01100111 |
Octal | 274 | 361 | 147 |
Decimal | 188 | 241 | 103 |
Hex | BC | F1 | 67 |
Shades of #bcf167
Tints of #bcf167
RGB Percentages of Color #bcf167
CMYK Percentages of Color #bcf167
Complementary Color
#bcf167 | #9c67f1 |
#bcf167 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcf167 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcf167 Color CSS Codes
.mybgcolor {background-color:#bcf167; } .myforecolor {color:#bcf167; } .mybordercolor {border:3px solid #bcf167; }
#bcf167 Text Font Color
<p style="color:#bcf167">Text here</p>
This sample text font color is #bcf167
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.
#bcf167 Background Color
<div style="background-color:#bcf167">
Div content here</div>
This div background color is #bcf167
#bcf167 Border Color
<div style="border:3px solid #bcf167">
Div here</div>
This div border color is #bcf167
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,241,103, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcf167; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcf167; -webkit-box-shadow: 1px 1px 3px 2px #bcf167; box-shadow: 1px 1px 3px 2px #bcf167; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,241,103, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcf167">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcf167; -webkit-box-shadow: 1px 1px 3px 2px #bcf167; box-shadow: 1px 1px 3px 2px #bcf167;">
Div content here</div>
This div box has shadow with color #bcf167
Comments
No comments written yet.
Please login to write comment.