Color spaces of #bcef22
RGB | 188 | 239 | 34 |
---|---|---|---|
HSL | 0.21 | 0.86 | 0.54 |
HSV | 75° | 86° | 94° |
CMYK | 0.21 | 0.00 | 0.86 0.06 |
XYZ | 51.8943 | 72.5399 | 12.7799 |
Yxy | 72.5399 | 0.3782 | 0.5287 |
Hunter Lab | 85.1704 | -40.2881 | 50.7227 |
CIE-Lab | 88.2278 | -40.5963 | 81.7799 |
#bcef22 color RGB value is (188,239,34).
#bcef22 hex color red value is 188, green value is 239 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #bcef22 hue: 0.21 , saturation: 0.86 and the lightness value of bcef22 is 0.54.
The process color (four color CMYK) of #bcef22 color hex is 0.21, 0.00, 0.86, 0.06. Web safe color of #bcef22 is #ccff33. Color #bcef22 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111100 | 11101111 | 00100010 |
Octal | 274 | 357 | 42 |
Decimal | 188 | 239 | 34 |
Hex | BC | EF | 22 |
Shades of #bcef22
Tints of #bcef22
RGB Percentages of Color #bcef22
CMYK Percentages of Color #bcef22
Complementary Color
#bcef22 | #5522ef |
#bcef22 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bcef22 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bcef22 Color CSS Codes
.mybgcolor {background-color:#bcef22; } .myforecolor {color:#bcef22; } .mybordercolor {border:3px solid #bcef22; }
#bcef22 Text Font Color
<p style="color:#bcef22">Text here</p>
This sample text font color is #bcef22
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.
#bcef22 Background Color
<div style="background-color:#bcef22">
Div content here</div>
This div background color is #bcef22
#bcef22 Border Color
<div style="border:3px solid #bcef22">
Div here</div>
This div border color is #bcef22
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(188,239,34, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bcef22; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bcef22; -webkit-box-shadow: 1px 1px 3px 2px #bcef22; box-shadow: 1px 1px 3px 2px #bcef22; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(188,239,34, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bcef22">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bcef22; -webkit-box-shadow: 1px 1px 3px 2px #bcef22; box-shadow: 1px 1px 3px 2px #bcef22;">
Div content here</div>
This div box has shadow with color #bcef22
Comments
No comments written yet.
Please login to write comment.