Color spaces of #a4bea0
RGB | 164 | 190 | 160 |
---|---|---|---|
HSL | 0.31 | 0.19 | 0.69 |
HSV | 112° | 16° | 75° |
CMYK | 0.14 | 0.00 | 0.16 0.25 |
XYZ | 40.0685 | 47.2575 | 40.2675 |
Yxy | 47.2575 | 0.3140 | 0.3704 |
Hunter Lab | 68.7441 | -16.2608 | 13.3912 |
CIE-Lab | 74.3542 | -14.5495 | 12.2248 |
#a4bea0 color RGB value is (164,190,160).
#a4bea0 hex color red value is 164, green value is 190 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #a4bea0 hue: 0.31 , saturation: 0.19 and the lightness value of a4bea0 is 0.69.
The process color (four color CMYK) of #a4bea0 color hex is 0.14, 0.00, 0.16, 0.25. Web safe color of #a4bea0 is #99cc99. Color #a4bea0 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 10111110 | 10100000 |
Octal | 244 | 276 | 240 |
Decimal | 164 | 190 | 160 |
Hex | A4 | BE | A0 |
Shades of #a4bea0
Tints of #a4bea0
RGB Percentages of Color #a4bea0
CMYK Percentages of Color #a4bea0
Complementary Color
#a4bea0 | #baa0be |
#a4bea0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a4bea0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a4bea0 Color CSS Codes
.mybgcolor {background-color:#a4bea0; } .myforecolor {color:#a4bea0; } .mybordercolor {border:3px solid #a4bea0; }
#a4bea0 Text Font Color
<p style="color:#a4bea0">Text here</p>
This sample text font color is #a4bea0
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.
#a4bea0 Background Color
<div style="background-color:#a4bea0">
Div content here</div>
This div background color is #a4bea0
#a4bea0 Border Color
<div style="border:3px solid #a4bea0">
Div here</div>
This div border color is #a4bea0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,190,160, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a4bea0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a4bea0; -webkit-box-shadow: 1px 1px 3px 2px #a4bea0; box-shadow: 1px 1px 3px 2px #a4bea0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,190,160, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a4bea0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a4bea0; -webkit-box-shadow: 1px 1px 3px 2px #a4bea0; box-shadow: 1px 1px 3px 2px #a4bea0;">
Div content here</div>
This div box has shadow with color #a4bea0
#a4bea0 Color Palettes
Comments
No comments written yet.
Please login to write comment.