Color spaces of #abb5bb
RGB | 171 | 181 | 187 |
---|---|---|---|
HSL | 0.56 | 0.11 | 0.70 |
HSV | 203° | 9° | 73° |
CMYK | 0.09 | 0.03 | 0.00 0.27 |
XYZ | 42.2881 | 45.2935 | 53.5274 |
Yxy | 45.2935 | 0.2997 | 0.3210 |
Hunter Lab | 67.3004 | -5.6157 | -0.0460 |
CIE-Lab | 73.0847 | -2.2791 | -4.2523 |
#abb5bb color RGB value is (171,181,187).
#abb5bb hex color red value is 171, green value is 181 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #abb5bb hue: 0.56 , saturation: 0.11 and the lightness value of abb5bb is 0.70.
The process color (four color CMYK) of #abb5bb color hex is 0.09, 0.03, 0.00, 0.27. Web safe color of #abb5bb is #99cccc. Color #abb5bb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10110101 | 10111011 |
Octal | 253 | 265 | 273 |
Decimal | 171 | 181 | 187 |
Hex | AB | B5 | BB |
Shades of #abb5bb
Tints of #abb5bb
RGB Percentages of Color #abb5bb
CMYK Percentages of Color #abb5bb
Complementary Color
#abb5bb | #bbb1ab |
#abb5bb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#abb5bb Color Preview on White Background
Lorem ipsum dolor sit amet.
#abb5bb Color CSS Codes
.mybgcolor {background-color:#abb5bb; } .myforecolor {color:#abb5bb; } .mybordercolor {border:3px solid #abb5bb; }
#abb5bb Text Font Color
<p style="color:#abb5bb">Text here</p>
This sample text font color is #abb5bb
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.
#abb5bb Background Color
<div style="background-color:#abb5bb">
Div content here</div>
This div background color is #abb5bb
#abb5bb Border Color
<div style="border:3px solid #abb5bb">
Div here</div>
This div border color is #abb5bb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,181,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #abb5bb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #abb5bb; -webkit-box-shadow: 1px 1px 3px 2px #abb5bb; box-shadow: 1px 1px 3px 2px #abb5bb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,181,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #abb5bb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #abb5bb; -webkit-box-shadow: 1px 1px 3px 2px #abb5bb; box-shadow: 1px 1px 3px 2px #abb5bb;">
Div content here</div>
This div box has shadow with color #abb5bb
Comments
No comments written yet.
Please login to write comment.