Color spaces of #aba4be
RGB | 171 | 164 | 190 |
---|---|---|---|
HSL | 0.71 | 0.17 | 0.69 |
HSV | 256° | 14° | 75° |
CMYK | 0.10 | 0.14 | 0.00 0.25 |
XYZ | 39.3643 | 38.9266 | 54.1541 |
Yxy | 38.9266 | 0.2972 | 0.2939 |
Hunter Lab | 62.3912 | 3.4359 | -7.7885 |
CIE-Lab | 68.6981 | 7.6210 | -12.4291 |
#aba4be color RGB value is (171,164,190).
#aba4be hex color red value is 171, green value is 164 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #aba4be hue: 0.71 , saturation: 0.17 and the lightness value of aba4be is 0.69.
The process color (four color CMYK) of #aba4be color hex is 0.10, 0.14, 0.00, 0.25. Web safe color of #aba4be is #9999cc. Color #aba4be contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10100100 | 10111110 |
Octal | 253 | 244 | 276 |
Decimal | 171 | 164 | 190 |
Hex | AB | A4 | BE |
Shades of #aba4be
Tints of #aba4be
RGB Percentages of Color #aba4be
CMYK Percentages of Color #aba4be
Complementary Color
#aba4be | #b7bea4 |
#aba4be Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aba4be Color Preview on White Background
Lorem ipsum dolor sit amet.
#aba4be Color CSS Codes
.mybgcolor {background-color:#aba4be; } .myforecolor {color:#aba4be; } .mybordercolor {border:3px solid #aba4be; }
#aba4be Text Font Color
<p style="color:#aba4be">Text here</p>
This sample text font color is #aba4be
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.
#aba4be Background Color
<div style="background-color:#aba4be">
Div content here</div>
This div background color is #aba4be
#aba4be Border Color
<div style="border:3px solid #aba4be">
Div here</div>
This div border color is #aba4be
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,164,190, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aba4be; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aba4be; -webkit-box-shadow: 1px 1px 3px 2px #aba4be; box-shadow: 1px 1px 3px 2px #aba4be; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,164,190, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aba4be">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aba4be; -webkit-box-shadow: 1px 1px 3px 2px #aba4be; box-shadow: 1px 1px 3px 2px #aba4be;">
Div content here</div>
This div box has shadow with color #aba4be
Comments
No comments written yet.
Please login to write comment.