Color spaces of #bac233
RGB | 186 | 194 | 51 |
---|---|---|---|
HSL | 0.18 | 0.58 | 0.48 |
HSV | 63° | 74° | 76° |
CMYK | 0.04 | 0.00 | 0.74 0.24 |
XYZ | 40.1390 | 49.2617 | 10.5249 |
Yxy | 49.2617 | 0.4017 | 0.4930 |
Hunter Lab | 70.1867 | -20.7445 | 40.2398 |
CIE-Lab | 75.6138 | -19.7594 | 66.1676 |
#bac233 color RGB value is (186,194,51).
#bac233 hex color red value is 186, green value is 194 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #bac233 hue: 0.18 , saturation: 0.58 and the lightness value of bac233 is 0.48.
The process color (four color CMYK) of #bac233 color hex is 0.04, 0.00, 0.74, 0.24. Web safe color of #bac233 is #cccc33. Color #bac233 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11000010 | 00110011 |
Octal | 272 | 302 | 63 |
Decimal | 186 | 194 | 51 |
Hex | BA | C2 | 33 |
Shades of #bac233
Tints of #bac233
RGB Percentages of Color #bac233
CMYK Percentages of Color #bac233
Complementary Color
#bac233 | #3b33c2 |
#bac233 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bac233 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bac233 Color CSS Codes
.mybgcolor {background-color:#bac233; } .myforecolor {color:#bac233; } .mybordercolor {border:3px solid #bac233; }
#bac233 Text Font Color
<p style="color:#bac233">Text here</p>
This sample text font color is #bac233
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.
#bac233 Background Color
<div style="background-color:#bac233">
Div content here</div>
This div background color is #bac233
#bac233 Border Color
<div style="border:3px solid #bac233">
Div here</div>
This div border color is #bac233
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,194,51, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bac233; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bac233; -webkit-box-shadow: 1px 1px 3px 2px #bac233; box-shadow: 1px 1px 3px 2px #bac233; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,194,51, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bac233">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bac233; -webkit-box-shadow: 1px 1px 3px 2px #bac233; box-shadow: 1px 1px 3px 2px #bac233;">
Div content here</div>
This div box has shadow with color #bac233
Comments
No comments written yet.
Please login to write comment.