Color spaces of #a4bfaa
RGB | 164 | 191 | 170 |
---|---|---|---|
HSL | 0.37 | 0.17 | 0.70 |
HSV | 133° | 14° | 75° |
CMYK | 0.14 | 0.00 | 0.11 0.25 |
XYZ | 41.1963 | 48.0564 | 45.1347 |
Yxy | 48.0564 | 0.3065 | 0.3576 |
Hunter Lab | 69.3227 | -15.2379 | 9.9233 |
CIE-Lab | 74.8605 | -13.2469 | 7.5323 |
#a4bfaa color RGB value is (164,191,170).
#a4bfaa hex color red value is 164, green value is 191 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a4bfaa hue: 0.37 , saturation: 0.17 and the lightness value of a4bfaa is 0.70.
The process color (four color CMYK) of #a4bfaa color hex is 0.14, 0.00, 0.11, 0.25. Web safe color of #a4bfaa is #99cc99. Color #a4bfaa contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 10111111 | 10101010 |
Octal | 244 | 277 | 252 |
Decimal | 164 | 191 | 170 |
Hex | A4 | BF | AA |
Shades of #a4bfaa
Tints of #a4bfaa
RGB Percentages of Color #a4bfaa
CMYK Percentages of Color #a4bfaa
Complementary Color
#a4bfaa | #bfa4b9 |
#a4bfaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a4bfaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#a4bfaa Color CSS Codes
.mybgcolor {background-color:#a4bfaa; } .myforecolor {color:#a4bfaa; } .mybordercolor {border:3px solid #a4bfaa; }
#a4bfaa Text Font Color
<p style="color:#a4bfaa">Text here</p>
This sample text font color is #a4bfaa
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.
#a4bfaa Background Color
<div style="background-color:#a4bfaa">
Div content here</div>
This div background color is #a4bfaa
#a4bfaa Border Color
<div style="border:3px solid #a4bfaa">
Div here</div>
This div border color is #a4bfaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,191,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a4bfaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a4bfaa; -webkit-box-shadow: 1px 1px 3px 2px #a4bfaa; box-shadow: 1px 1px 3px 2px #a4bfaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,191,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a4bfaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a4bfaa; -webkit-box-shadow: 1px 1px 3px 2px #a4bfaa; box-shadow: 1px 1px 3px 2px #a4bfaa;">
Div content here</div>
This div box has shadow with color #a4bfaa
Comments
No comments written yet.
Please login to write comment.