Color spaces of #bab858
RGB | 186 | 184 | 88 |
---|---|---|---|
HSL | 0.16 | 0.42 | 0.54 |
HSV | 59° | 53° | 73° |
CMYK | 0.00 | 0.01 | 0.53 0.27 |
XYZ | 39.1516 | 45.4247 | 15.9368 |
Yxy | 45.4247 | 0.3895 | 0.4519 |
Hunter Lab | 67.3978 | -14.2551 | 33.1589 |
CIE-Lab | 73.1707 | -12.3300 | 48.3418 |
#bab858 color RGB value is (186,184,88).
#bab858 hex color red value is 186, green value is 184 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #bab858 hue: 0.16 , saturation: 0.42 and the lightness value of bab858 is 0.54.
The process color (four color CMYK) of #bab858 color hex is 0.00, 0.01, 0.53, 0.27. Web safe color of #bab858 is #cccc66. Color #bab858 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111010 | 10111000 | 01011000 |
Octal | 272 | 270 | 130 |
Decimal | 186 | 184 | 88 |
Hex | BA | B8 | 58 |
Shades of #bab858
Tints of #bab858
RGB Percentages of Color #bab858
CMYK Percentages of Color #bab858
Complementary Color
#bab858 | #585aba |
#bab858 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bab858 Color Preview on White Background
Lorem ipsum dolor sit amet.
#bab858 Color CSS Codes
.mybgcolor {background-color:#bab858; } .myforecolor {color:#bab858; } .mybordercolor {border:3px solid #bab858; }
#bab858 Text Font Color
<p style="color:#bab858">Text here</p>
This sample text font color is #bab858
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.
#bab858 Background Color
<div style="background-color:#bab858">
Div content here</div>
This div background color is #bab858
#bab858 Border Color
<div style="border:3px solid #bab858">
Div here</div>
This div border color is #bab858
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(186,184,88, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bab858; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bab858; -webkit-box-shadow: 1px 1px 3px 2px #bab858; box-shadow: 1px 1px 3px 2px #bab858; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(186,184,88, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bab858">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bab858; -webkit-box-shadow: 1px 1px 3px 2px #bab858; box-shadow: 1px 1px 3px 2px #bab858;">
Div content here</div>
This div box has shadow with color #bab858
Comments
No comments written yet.
Please login to write comment.