Color spaces of #b898ad
RGB | 184 | 152 | 173 |
---|---|---|---|
HSL | 0.89 | 0.18 | 0.66 |
HSV | 321° | 17° | 72° |
CMYK | 0.00 | 0.17 | 0.06 0.28 |
XYZ | 38.5382 | 35.6640 | 44.3878 |
Yxy | 35.6640 | 0.3250 | 0.3007 |
Hunter Lab | 59.7193 | 10.6811 | -2.2651 |
CIE-Lab | 66.2624 | 15.4940 | -6.4649 |
#b898ad color RGB value is (184,152,173).
#b898ad hex color red value is 184, green value is 152 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #b898ad hue: 0.89 , saturation: 0.18 and the lightness value of b898ad is 0.66.
The process color (four color CMYK) of #b898ad color hex is 0.00, 0.17, 0.06, 0.28. Web safe color of #b898ad is #cc9999. Color #b898ad contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10111000 | 10011000 | 10101101 |
Octal | 270 | 230 | 255 |
Decimal | 184 | 152 | 173 |
Hex | B8 | 98 | AD |
Shades of #b898ad
Tints of #b898ad
RGB Percentages of Color #b898ad
CMYK Percentages of Color #b898ad
Complementary Color
#b898ad | #98b8a3 |
#b898ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b898ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#b898ad Color CSS Codes
.mybgcolor {background-color:#b898ad; } .myforecolor {color:#b898ad; } .mybordercolor {border:3px solid #b898ad; }
#b898ad Text Font Color
<p style="color:#b898ad">Text here</p>
This sample text font color is #b898ad
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.
#b898ad Background Color
<div style="background-color:#b898ad">
Div content here</div>
This div background color is #b898ad
#b898ad Border Color
<div style="border:3px solid #b898ad">
Div here</div>
This div border color is #b898ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(184,152,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b898ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b898ad; -webkit-box-shadow: 1px 1px 3px 2px #b898ad; box-shadow: 1px 1px 3px 2px #b898ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(184,152,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 #b898ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b898ad; -webkit-box-shadow: 1px 1px 3px 2px #b898ad; box-shadow: 1px 1px 3px 2px #b898ad;">
Div content here</div>
This div box has shadow with color #b898ad
#b898ad Color Palettes
Comments
No comments written yet.
Please login to write comment.