Color spaces of #aeba80
RGB | 174 | 186 | 128 |
---|---|---|---|
HSL | 0.20 | 0.30 | 0.62 |
HSV | 72° | 31° | 73° |
CMYK | 0.06 | 0.00 | 0.31 0.27 |
XYZ | 38.9107 | 45.6750 | 27.1874 |
Yxy | 45.6750 | 0.3481 | 0.4086 |
Hunter Lab | 67.5833 | -15.5004 | 23.4571 |
CIE-Lab | 73.3341 | -13.7992 | 28.0838 |
#aeba80 color RGB value is (174,186,128).
#aeba80 hex color red value is 174, green value is 186 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #aeba80 hue: 0.20 , saturation: 0.30 and the lightness value of aeba80 is 0.62.
The process color (four color CMYK) of #aeba80 color hex is 0.06, 0.00, 0.31, 0.27. Web safe color of #aeba80 is #99cc99. Color #aeba80 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10111010 | 10000000 |
Octal | 256 | 272 | 200 |
Decimal | 174 | 186 | 128 |
Hex | AE | BA | 80 |
Shades of #aeba80
Tints of #aeba80
RGB Percentages of Color #aeba80
CMYK Percentages of Color #aeba80
Complementary Color
#aeba80 | #8c80ba |
#aeba80 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeba80 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeba80 Color CSS Codes
.mybgcolor {background-color:#aeba80; } .myforecolor {color:#aeba80; } .mybordercolor {border:3px solid #aeba80; }
#aeba80 Text Font Color
<p style="color:#aeba80">Text here</p>
This sample text font color is #aeba80
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.
#aeba80 Background Color
<div style="background-color:#aeba80">
Div content here</div>
This div background color is #aeba80
#aeba80 Border Color
<div style="border:3px solid #aeba80">
Div here</div>
This div border color is #aeba80
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,186,128, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeba80; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeba80; -webkit-box-shadow: 1px 1px 3px 2px #aeba80; box-shadow: 1px 1px 3px 2px #aeba80; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,186,128, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeba80">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeba80; -webkit-box-shadow: 1px 1px 3px 2px #aeba80; box-shadow: 1px 1px 3px 2px #aeba80;">
Div content here</div>
This div box has shadow with color #aeba80
Comments
No comments written yet.
Please login to write comment.