Color spaces of #ab949e
RGB | 171 | 148 | 158 |
---|---|---|---|
HSL | 0.93 | 0.12 | 0.63 |
HSV | 334° | 13° | 67° |
CMYK | 0.00 | 0.13 | 0.08 0.33 |
XYZ | 33.5560 | 32.3064 | 36.8149 |
Yxy | 32.3064 | 0.3268 | 0.3146 |
Hunter Lab | 56.8387 | 5.9137 | 1.3845 |
CIE-Lab | 63.5953 | 10.3011 | -2.0988 |
#ab949e color RGB value is (171,148,158).
#ab949e hex color red value is 171, green value is 148 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ab949e hue: 0.93 , saturation: 0.12 and the lightness value of ab949e is 0.63.
The process color (four color CMYK) of #ab949e color hex is 0.00, 0.13, 0.08, 0.33. Web safe color of #ab949e is #999999. Color #ab949e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10010100 | 10011110 |
Octal | 253 | 224 | 236 |
Decimal | 171 | 148 | 158 |
Hex | AB | 94 | 9E |
Shades of #ab949e
Tints of #ab949e
RGB Percentages of Color #ab949e
CMYK Percentages of Color #ab949e
Complementary Color
#ab949e | #94aba1 |
#ab949e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab949e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab949e Color CSS Codes
.mybgcolor {background-color:#ab949e; } .myforecolor {color:#ab949e; } .mybordercolor {border:3px solid #ab949e; }
#ab949e Text Font Color
<p style="color:#ab949e">Text here</p>
This sample text font color is #ab949e
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.
#ab949e Background Color
<div style="background-color:#ab949e">
Div content here</div>
This div background color is #ab949e
#ab949e Border Color
<div style="border:3px solid #ab949e">
Div here</div>
This div border color is #ab949e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,148,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab949e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab949e; -webkit-box-shadow: 1px 1px 3px 2px #ab949e; box-shadow: 1px 1px 3px 2px #ab949e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,148,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab949e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab949e; -webkit-box-shadow: 1px 1px 3px 2px #ab949e; box-shadow: 1px 1px 3px 2px #ab949e;">
Div content here</div>
This div box has shadow with color #ab949e
Comments
No comments written yet.
Please login to write comment.