Color spaces of #ab928a
RGB | 171 | 146 | 138 |
---|---|---|---|
HSL | 0.04 | 0.16 | 0.61 |
HSV | 15° | 19° | 67° |
CMYK | 0.00 | 0.15 | 0.19 0.33 |
XYZ | 31.6609 | 31.0507 | 28.3694 |
Yxy | 31.0507 | 0.3476 | 0.3409 |
Hunter Lab | 55.7232 | 3.9050 | 8.8209 |
CIE-Lab | 62.5504 | 8.0231 | 7.6918 |
#ab928a color RGB value is (171,146,138).
#ab928a hex color red value is 171, green value is 146 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ab928a hue: 0.04 , saturation: 0.16 and the lightness value of ab928a is 0.61.
The process color (four color CMYK) of #ab928a color hex is 0.00, 0.15, 0.19, 0.33. Web safe color of #ab928a is #999999. Color #ab928a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10010010 | 10001010 |
Octal | 253 | 222 | 212 |
Decimal | 171 | 146 | 138 |
Hex | AB | 92 | 8A |
Shades of #ab928a
Tints of #ab928a
RGB Percentages of Color #ab928a
CMYK Percentages of Color #ab928a
Complementary Color
#ab928a | #8aa3ab |
#ab928a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab928a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab928a Color CSS Codes
.mybgcolor {background-color:#ab928a; } .myforecolor {color:#ab928a; } .mybordercolor {border:3px solid #ab928a; }
#ab928a Text Font Color
<p style="color:#ab928a">Text here</p>
This sample text font color is #ab928a
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.
#ab928a Background Color
<div style="background-color:#ab928a">
Div content here</div>
This div background color is #ab928a
#ab928a Border Color
<div style="border:3px solid #ab928a">
Div here</div>
This div border color is #ab928a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,146,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab928a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab928a; -webkit-box-shadow: 1px 1px 3px 2px #ab928a; box-shadow: 1px 1px 3px 2px #ab928a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,146,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 #ab928a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab928a; -webkit-box-shadow: 1px 1px 3px 2px #ab928a; box-shadow: 1px 1px 3px 2px #ab928a;">
Div content here</div>
This div box has shadow with color #ab928a
Comments
No comments written yet.
Please login to write comment.