Color spaces of #ababb7
RGB | 171 | 171 | 183 |
---|---|---|---|
HSL | 0.67 | 0.08 | 0.69 |
HSV | 240° | 7° | 72° |
CMYK | 0.07 | 0.07 | 0.00 0.28 |
XYZ | 39.9047 | 41.2026 | 50.6494 |
Yxy | 41.2026 | 0.3029 | 0.3127 |
Hunter Lab | 64.1893 | -1.3626 | -1.8511 |
CIE-Lab | 70.3176 | 2.3378 | -6.1419 |
#ababb7 color RGB value is (171,171,183).
#ababb7 hex color red value is 171, green value is 171 and the blue value of its RGB is 183. Cylindrical-coordinate representations (also known as HSL) of color #ababb7 hue: 0.67 , saturation: 0.08 and the lightness value of ababb7 is 0.69.
The process color (four color CMYK) of #ababb7 color hex is 0.07, 0.07, 0.00, 0.28. Web safe color of #ababb7 is #9999cc. Color #ababb7 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10101011 | 10110111 |
Octal | 253 | 253 | 267 |
Decimal | 171 | 171 | 183 |
Hex | AB | AB | B7 |
Shades of #ababb7
Tints of #ababb7
RGB Percentages of Color #ababb7
CMYK Percentages of Color #ababb7
Complementary Color
#ababb7 | #b7b7ab |
#ababb7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ababb7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#ababb7 Color CSS Codes
.mybgcolor {background-color:#ababb7; } .myforecolor {color:#ababb7; } .mybordercolor {border:3px solid #ababb7; }
#ababb7 Text Font Color
<p style="color:#ababb7">Text here</p>
This sample text font color is #ababb7
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.
#ababb7 Background Color
<div style="background-color:#ababb7">
Div content here</div>
This div background color is #ababb7
#ababb7 Border Color
<div style="border:3px solid #ababb7">
Div here</div>
This div border color is #ababb7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,171,183, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ababb7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ababb7; -webkit-box-shadow: 1px 1px 3px 2px #ababb7; box-shadow: 1px 1px 3px 2px #ababb7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,171,183, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ababb7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ababb7; -webkit-box-shadow: 1px 1px 3px 2px #ababb7; box-shadow: 1px 1px 3px 2px #ababb7;">
Div content here</div>
This div box has shadow with color #ababb7
#ababb7 Color Palettes
Comments
No comments written yet.
Please login to write comment.