Color spaces of #b8aead
RGB | 184 | 174 | 173 |
---|---|---|---|
HSL | 0.02 | 0.07 | 0.70 |
HSV | 5° | 6° | 72° |
CMYK | 0.00 | 0.05 | 0.06 0.28 |
XYZ | 42.4460 | 43.4796 | 45.6904 |
Yxy | 43.4796 | 0.3225 | 0.3304 |
Hunter Lab | 65.9391 | -0.4901 | 5.0742 |
CIE-Lab | 71.8793 | 3.3913 | 1.7827 |
#b8aead color RGB value is (184,174,173).
#b8aead hex color red value is 184, green value is 174 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b8aead hue: 0.02 , saturation: 0.07 and the lightness value of b8aead is 0.70.
The process color (four color CMYK) of #b8aead color hex is 0.00, 0.05, 0.06, 0.28. Web safe color of #b8aead is #cc9999. Color #b8aead contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 10101110 | 10101101 |
Octal | 270 | 256 | 255 |
Decimal | 184 | 174 | 173 |
Hex | B8 | AE | AD |
Shades of #b8aead
Tints of #b8aead
RGB Percentages of Color #b8aead
CMYK Percentages of Color #b8aead
Complementary Color
#b8aead | #adb7b8 |
#b8aead Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b8aead Color Preview on White Background
Lorem ipsum dolor sit amet.
#b8aead Color CSS Codes
.mybgcolor {background-color:#b8aead; } .myforecolor {color:#b8aead; } .mybordercolor {border:3px solid #b8aead; }
#b8aead Text Font Color
<p style="color:#b8aead">Text here</p>
This sample text font color is #b8aead
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.
#b8aead Background Color
<div style="background-color:#b8aead">
Div content here</div>
This div background color is #b8aead
#b8aead Border Color
<div style="border:3px solid #b8aead">
Div here</div>
This div border color is #b8aead
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,174,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b8aead; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b8aead; -webkit-box-shadow: 1px 1px 3px 2px #b8aead; box-shadow: 1px 1px 3px 2px #b8aead; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,174,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b8aead">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b8aead; -webkit-box-shadow: 1px 1px 3px 2px #b8aead; box-shadow: 1px 1px 3px 2px #b8aead;">
Div content here</div>
This div box has shadow with color #b8aead
Comments
No comments written yet.
Please login to write comment.