Color spaces of #abb3ba
RGB | 171 | 179 | 186 |
---|---|---|---|
HSL | 0.58 | 0.10 | 0.70 |
HSV | 208° | 8° | 73° |
CMYK | 0.08 | 0.04 | 0.00 0.27 |
XYZ | 41.7776 | 44.4433 | 52.8309 |
Yxy | 44.4433 | 0.3004 | 0.3196 |
Hunter Lab | 66.6658 | -4.8042 | -0.3197 |
CIE-Lab | 72.5238 | -1.4035 | -4.5318 |
#abb3ba color RGB value is (171,179,186).
#abb3ba hex color red value is 171, green value is 179 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #abb3ba hue: 0.58 , saturation: 0.10 and the lightness value of abb3ba is 0.70.
The process color (four color CMYK) of #abb3ba color hex is 0.08, 0.04, 0.00, 0.27. Web safe color of #abb3ba is #99cccc. Color #abb3ba contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10110011 | 10111010 |
Octal | 253 | 263 | 272 |
Decimal | 171 | 179 | 186 |
Hex | AB | B3 | BA |
Shades of #abb3ba
Tints of #abb3ba
RGB Percentages of Color #abb3ba
CMYK Percentages of Color #abb3ba
Complementary Color
#abb3ba | #bab2ab |
#abb3ba Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abb3ba Color Preview on White Background
Lorem ipsum dolor sit amet.
#abb3ba Color CSS Codes
.mybgcolor {background-color:#abb3ba; } .myforecolor {color:#abb3ba; } .mybordercolor {border:3px solid #abb3ba; }
#abb3ba Text Font Color
<p style="color:#abb3ba">Text here</p>
This sample text font color is #abb3ba
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.
#abb3ba Background Color
<div style="background-color:#abb3ba">
Div content here</div>
This div background color is #abb3ba
#abb3ba Border Color
<div style="border:3px solid #abb3ba">
Div here</div>
This div border color is #abb3ba
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,179,186, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abb3ba; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abb3ba; -webkit-box-shadow: 1px 1px 3px 2px #abb3ba; box-shadow: 1px 1px 3px 2px #abb3ba; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,179,186, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abb3ba">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abb3ba; -webkit-box-shadow: 1px 1px 3px 2px #abb3ba; box-shadow: 1px 1px 3px 2px #abb3ba;">
Div content here</div>
This div box has shadow with color #abb3ba
#abb3ba Color Palettes
Comments
No comments written yet.
Please login to write comment.