Color spaces of #bac252
RGB | 186 | 194 | 82 |
---|---|---|---|
HSL | 0.18 | 0.48 | 0.54 |
HSV | 64° | 58° | 76° |
CMYK | 0.04 | 0.00 | 0.58 0.24 |
XYZ | 41.0645 | 49.6319 | 15.3982 |
Yxy | 49.6319 | 0.3871 | 0.4678 |
Hunter Lab | 70.4499 | -19.2416 | 36.3560 |
CIE-Lab | 75.8428 | -17.8848 | 54.1499 |
#bac252 color RGB value is (186,194,82).
#bac252 hex color red value is 186, green value is 194 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #bac252 hue: 0.18 , saturation: 0.48 and the lightness value of bac252 is 0.54.
The process color (four color CMYK) of #bac252 color hex is 0.04, 0.00, 0.58, 0.24. Web safe color of #bac252 is #cccc66. Color #bac252 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 11000010 | 01010010 |
Octal | 272 | 302 | 122 |
Decimal | 186 | 194 | 82 |
Hex | BA | C2 | 52 |
Shades of #bac252
Tints of #bac252
RGB Percentages of Color #bac252
CMYK Percentages of Color #bac252
Complementary Color
#bac252 | #5a52c2 |
#bac252 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bac252 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bac252 Color CSS Codes
.mybgcolor {background-color:#bac252; } .myforecolor {color:#bac252; } .mybordercolor {border:3px solid #bac252; }
#bac252 Text Font Color
<p style="color:#bac252">Text here</p>
This sample text font color is #bac252
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.
#bac252 Background Color
<div style="background-color:#bac252">
Div content here</div>
This div background color is #bac252
#bac252 Border Color
<div style="border:3px solid #bac252">
Div here</div>
This div border color is #bac252
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,194,82, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bac252; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bac252; -webkit-box-shadow: 1px 1px 3px 2px #bac252; box-shadow: 1px 1px 3px 2px #bac252; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,194,82, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bac252">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bac252; -webkit-box-shadow: 1px 1px 3px 2px #bac252; box-shadow: 1px 1px 3px 2px #bac252;">
Div content here</div>
This div box has shadow with color #bac252
Comments
No comments written yet.
Please login to write comment.