Color spaces of #bda48a
RGB | 189 | 164 | 138 |
---|---|---|---|
HSL | 0.08 | 0.28 | 0.64 |
HSV | 31° | 27° | 74° |
CMYK | 0.00 | 0.13 | 0.27 0.26 |
XYZ | 38.8492 | 39.2047 | 29.5645 |
Yxy | 39.2047 | 0.3610 | 0.3643 |
Hunter Lab | 62.6137 | 1.1780 | 15.8344 |
CIE-Lab | 68.8993 | 5.1209 | 16.8690 |
#bda48a color RGB value is (189,164,138).
#bda48a hex color red value is 189, green value is 164 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bda48a hue: 0.08 , saturation: 0.28 and the lightness value of bda48a is 0.64.
The process color (four color CMYK) of #bda48a color hex is 0.00, 0.13, 0.27, 0.26. Web safe color of #bda48a is #cc9999. Color #bda48a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10100100 | 10001010 |
Octal | 275 | 244 | 212 |
Decimal | 189 | 164 | 138 |
Hex | BD | A4 | 8A |
Shades of #bda48a
Tints of #bda48a
RGB Percentages of Color #bda48a
CMYK Percentages of Color #bda48a
Complementary Color
#bda48a | #8aa3bd |
#bda48a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bda48a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bda48a Color CSS Codes
.mybgcolor {background-color:#bda48a; } .myforecolor {color:#bda48a; } .mybordercolor {border:3px solid #bda48a; }
#bda48a Text Font Color
<p style="color:#bda48a">Text here</p>
This sample text font color is #bda48a
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.
#bda48a Background Color
<div style="background-color:#bda48a">
Div content here</div>
This div background color is #bda48a
#bda48a Border Color
<div style="border:3px solid #bda48a">
Div here</div>
This div border color is #bda48a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,164,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bda48a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bda48a; -webkit-box-shadow: 1px 1px 3px 2px #bda48a; box-shadow: 1px 1px 3px 2px #bda48a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,164,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #bda48a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bda48a; -webkit-box-shadow: 1px 1px 3px 2px #bda48a; box-shadow: 1px 1px 3px 2px #bda48a;">
Div content here</div>
This div box has shadow with color #bda48a
Comments
No comments written yet.
Please login to write comment.