Color spaces of #bda88b
RGB | 189 | 168 | 139 |
---|---|---|---|
HSL | 0.10 | 0.27 | 0.64 |
HSV | 35° | 26° | 74° |
CMYK | 0.00 | 0.11 | 0.26 0.26 |
XYZ | 39.6491 | 40.6882 | 30.1900 |
Yxy | 40.6882 | 0.3587 | 0.3681 |
Hunter Lab | 63.7873 | -0.6752 | 16.5896 |
CIE-Lab | 69.9569 | 3.0916 | 17.7855 |
#bda88b color RGB value is (189,168,139).
#bda88b hex color red value is 189, green value is 168 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #bda88b hue: 0.10 , saturation: 0.27 and the lightness value of bda88b is 0.64.
The process color (four color CMYK) of #bda88b color hex is 0.00, 0.11, 0.26, 0.26. Web safe color of #bda88b is #cc9999. Color #bda88b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10101000 | 10001011 |
Octal | 275 | 250 | 213 |
Decimal | 189 | 168 | 139 |
Hex | BD | A8 | 8B |
Shades of #bda88b
Tints of #bda88b
RGB Percentages of Color #bda88b
CMYK Percentages of Color #bda88b
Complementary Color
#bda88b | #8ba0bd |
#bda88b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bda88b Color Preview on White Background
Lorem ipsum dolor sit amet.
#bda88b Color CSS Codes
.mybgcolor {background-color:#bda88b; } .myforecolor {color:#bda88b; } .mybordercolor {border:3px solid #bda88b; }
#bda88b Text Font Color
<p style="color:#bda88b">Text here</p>
This sample text font color is #bda88b
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.
#bda88b Background Color
<div style="background-color:#bda88b">
Div content here</div>
This div background color is #bda88b
#bda88b Border Color
<div style="border:3px solid #bda88b">
Div here</div>
This div border color is #bda88b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,168,139, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bda88b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bda88b; -webkit-box-shadow: 1px 1px 3px 2px #bda88b; box-shadow: 1px 1px 3px 2px #bda88b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,168,139, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bda88b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bda88b; -webkit-box-shadow: 1px 1px 3px 2px #bda88b; box-shadow: 1px 1px 3px 2px #bda88b;">
Div content here</div>
This div box has shadow with color #bda88b
Comments
No comments written yet.
Please login to write comment.