Color spaces of #bab357
RGB | 186 | 179 | 87 |
---|---|---|---|
HSL | 0.15 | 0.42 | 0.54 |
HSV | 56° | 53° | 73° |
CMYK | 0.00 | 0.04 | 0.53 0.27 |
XYZ | 38.0901 | 43.3674 | 15.3800 |
Yxy | 43.3674 | 0.3933 | 0.4478 |
Hunter Lab | 65.8539 | -11.9995 | 32.2507 |
CIE-Lab | 71.8036 | -9.8306 | 47.2269 |
#bab357 color RGB value is (186,179,87).
#bab357 hex color red value is 186, green value is 179 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #bab357 hue: 0.15 , saturation: 0.42 and the lightness value of bab357 is 0.54.
The process color (four color CMYK) of #bab357 color hex is 0.00, 0.04, 0.53, 0.27. Web safe color of #bab357 is #cccc66. Color #bab357 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10110011 | 01010111 |
Octal | 272 | 263 | 127 |
Decimal | 186 | 179 | 87 |
Hex | BA | B3 | 57 |
Shades of #bab357
Tints of #bab357
RGB Percentages of Color #bab357
CMYK Percentages of Color #bab357
Complementary Color
#bab357 | #575eba |
#bab357 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bab357 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bab357 Color CSS Codes
.mybgcolor {background-color:#bab357; } .myforecolor {color:#bab357; } .mybordercolor {border:3px solid #bab357; }
#bab357 Text Font Color
<p style="color:#bab357">Text here</p>
This sample text font color is #bab357
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.
#bab357 Background Color
<div style="background-color:#bab357">
Div content here</div>
This div background color is #bab357
#bab357 Border Color
<div style="border:3px solid #bab357">
Div here</div>
This div border color is #bab357
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,179,87, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bab357; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bab357; -webkit-box-shadow: 1px 1px 3px 2px #bab357; box-shadow: 1px 1px 3px 2px #bab357; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,179,87, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bab357">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bab357; -webkit-box-shadow: 1px 1px 3px 2px #bab357; box-shadow: 1px 1px 3px 2px #bab357;">
Div content here</div>
This div box has shadow with color #bab357
Comments
No comments written yet.
Please login to write comment.