Color spaces of #b7adac
RGB | 183 | 173 | 172 |
---|---|---|---|
HSL | 0.02 | 0.07 | 0.70 |
HSV | 5° | 6° | 72° |
CMYK | 0.00 | 0.05 | 0.06 0.28 |
XYZ | 41.9184 | 42.9330 | 45.1073 |
Yxy | 42.9330 | 0.3226 | 0.3304 |
Hunter Lab | 65.5233 | -0.4707 | 5.0501 |
CIE-Lab | 71.5095 | 3.3952 | 1.7848 |
#b7adac color RGB value is (183,173,172).
#b7adac hex color red value is 183, green value is 173 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #b7adac hue: 0.02 , saturation: 0.07 and the lightness value of b7adac is 0.70.
The process color (four color CMYK) of #b7adac color hex is 0.00, 0.05, 0.06, 0.28. Web safe color of #b7adac is #cc9999. Color #b7adac contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110111 | 10101101 | 10101100 |
Octal | 267 | 255 | 254 |
Decimal | 183 | 173 | 172 |
Hex | B7 | AD | AC |
Shades of #b7adac
Tints of #b7adac
RGB Percentages of Color #b7adac
CMYK Percentages of Color #b7adac
Complementary Color
#b7adac | #acb6b7 |
#b7adac Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b7adac Color Preview on White Background
Lorem ipsum dolor sit amet.
#b7adac Color CSS Codes
.mybgcolor {background-color:#b7adac; } .myforecolor {color:#b7adac; } .mybordercolor {border:3px solid #b7adac; }
#b7adac Text Font Color
<p style="color:#b7adac">Text here</p>
This sample text font color is #b7adac
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.
#b7adac Background Color
<div style="background-color:#b7adac">
Div content here</div>
This div background color is #b7adac
#b7adac Border Color
<div style="border:3px solid #b7adac">
Div here</div>
This div border color is #b7adac
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(183,173,172, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b7adac; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b7adac; -webkit-box-shadow: 1px 1px 3px 2px #b7adac; box-shadow: 1px 1px 3px 2px #b7adac; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(183,173,172, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b7adac">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b7adac; -webkit-box-shadow: 1px 1px 3px 2px #b7adac; box-shadow: 1px 1px 3px 2px #b7adac;">
Div content here</div>
This div box has shadow with color #b7adac
Comments
No comments written yet.
Please login to write comment.