Color spaces of #b2c11f
RGB | 178 | 193 | 31 |
---|---|---|---|
HSL | 0.18 | 0.72 | 0.44 |
HSV | 66° | 84° | 76° |
CMYK | 0.08 | 0.00 | 0.84 0.24 |
XYZ | 37.6774 | 47.7038 | 8.5183 |
Yxy | 47.7038 | 0.4013 | 0.5080 |
Hunter Lab | 69.0679 | -23.4950 | 41.0352 |
CIE-Lab | 74.6377 | -23.3827 | 70.7336 |
#b2c11f color RGB value is (178,193,31).
#b2c11f hex color red value is 178, green value is 193 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #b2c11f hue: 0.18 , saturation: 0.72 and the lightness value of b2c11f is 0.44.
The process color (four color CMYK) of #b2c11f color hex is 0.08, 0.00, 0.84, 0.24. Web safe color of #b2c11f is #99cc33. Color #b2c11f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110010 | 11000001 | 00011111 |
Octal | 262 | 301 | 37 |
Decimal | 178 | 193 | 31 |
Hex | B2 | C1 | 1F |
Shades of #b2c11f
Tints of #b2c11f
RGB Percentages of Color #b2c11f
CMYK Percentages of Color #b2c11f
Complementary Color
#b2c11f | #2e1fc1 |
#b2c11f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b2c11f Color Preview on White Background
Lorem ipsum dolor sit amet.
#b2c11f Color CSS Codes
.mybgcolor {background-color:#b2c11f; } .myforecolor {color:#b2c11f; } .mybordercolor {border:3px solid #b2c11f; }
#b2c11f Text Font Color
<p style="color:#b2c11f">Text here</p>
This sample text font color is #b2c11f
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.
#b2c11f Background Color
<div style="background-color:#b2c11f">
Div content here</div>
This div background color is #b2c11f
#b2c11f Border Color
<div style="border:3px solid #b2c11f">
Div here</div>
This div border color is #b2c11f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(178,193,31, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b2c11f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b2c11f; -webkit-box-shadow: 1px 1px 3px 2px #b2c11f; box-shadow: 1px 1px 3px 2px #b2c11f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(178,193,31, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b2c11f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b2c11f; -webkit-box-shadow: 1px 1px 3px 2px #b2c11f; box-shadow: 1px 1px 3px 2px #b2c11f;">
Div content here</div>
This div box has shadow with color #b2c11f
Comments
No comments written yet.
Please login to write comment.