Color spaces of #bd998a
RGB | 189 | 153 | 138 |
---|---|---|---|
HSL | 0.05 | 0.28 | 0.64 |
HSV | 18° | 27° | 74° |
CMYK | 0.00 | 0.19 | 0.27 0.26 |
XYZ | 36.9649 | 35.4363 | 28.9364 |
Yxy | 35.4363 | 0.3648 | 0.3497 |
Hunter Lab | 59.5284 | 6.6671 | 12.8494 |
CIE-Lab | 66.0869 | 11.1440 | 12.9439 |
#bd998a color RGB value is (189,153,138).
#bd998a hex color red value is 189, green value is 153 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #bd998a hue: 0.05 , saturation: 0.28 and the lightness value of bd998a is 0.64.
The process color (four color CMYK) of #bd998a color hex is 0.00, 0.19, 0.27, 0.26. Web safe color of #bd998a is #cc9999. Color #bd998a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111101 | 10011001 | 10001010 |
Octal | 275 | 231 | 212 |
Decimal | 189 | 153 | 138 |
Hex | BD | 99 | 8A |
Shades of #bd998a
Tints of #bd998a
RGB Percentages of Color #bd998a
CMYK Percentages of Color #bd998a
Complementary Color
#bd998a | #8aaebd |
#bd998a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#bd998a Color Preview on White Background
Lorem ipsum dolor sit amet.
#bd998a Color CSS Codes
.mybgcolor {background-color:#bd998a; } .myforecolor {color:#bd998a; } .mybordercolor {border:3px solid #bd998a; }
#bd998a Text Font Color
<p style="color:#bd998a">Text here</p>
This sample text font color is #bd998a
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.
#bd998a Background Color
<div style="background-color:#bd998a">
Div content here</div>
This div background color is #bd998a
#bd998a Border Color
<div style="border:3px solid #bd998a">
Div here</div>
This div border color is #bd998a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(189,153,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #bd998a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #bd998a; -webkit-box-shadow: 1px 1px 3px 2px #bd998a; box-shadow: 1px 1px 3px 2px #bd998a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(189,153,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 #bd998a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #bd998a; -webkit-box-shadow: 1px 1px 3px 2px #bd998a; box-shadow: 1px 1px 3px 2px #bd998a;">
Div content here</div>
This div box has shadow with color #bd998a
Comments
No comments written yet.
Please login to write comment.