Color spaces of #aeb57e
RGB | 174 | 181 | 126 |
---|---|---|---|
HSL | 0.19 | 0.27 | 0.60 |
HSV | 68° | 30° | 71° |
CMYK | 0.04 | 0.00 | 0.30 0.29 |
XYZ | 37.7453 | 43.5528 | 26.1558 |
Yxy | 43.5528 | 0.3513 | 0.4053 |
Hunter Lab | 65.9945 | -13.3981 | 22.6976 |
CIE-Lab | 71.9286 | -11.4848 | 27.2738 |
#aeb57e color RGB value is (174,181,126).
#aeb57e hex color red value is 174, green value is 181 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #aeb57e hue: 0.19 , saturation: 0.27 and the lightness value of aeb57e is 0.60.
The process color (four color CMYK) of #aeb57e color hex is 0.04, 0.00, 0.30, 0.29. Web safe color of #aeb57e is #99cc66. Color #aeb57e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10110101 | 01111110 |
Octal | 256 | 265 | 176 |
Decimal | 174 | 181 | 126 |
Hex | AE | B5 | 7E |
Shades of #aeb57e
Tints of #aeb57e
RGB Percentages of Color #aeb57e
CMYK Percentages of Color #aeb57e
Complementary Color
#aeb57e | #857eb5 |
#aeb57e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeb57e Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeb57e Color CSS Codes
.mybgcolor {background-color:#aeb57e; } .myforecolor {color:#aeb57e; } .mybordercolor {border:3px solid #aeb57e; }
#aeb57e Text Font Color
<p style="color:#aeb57e">Text here</p>
This sample text font color is #aeb57e
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.
#aeb57e Background Color
<div style="background-color:#aeb57e">
Div content here</div>
This div background color is #aeb57e
#aeb57e Border Color
<div style="border:3px solid #aeb57e">
Div here</div>
This div border color is #aeb57e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,181,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeb57e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeb57e; -webkit-box-shadow: 1px 1px 3px 2px #aeb57e; box-shadow: 1px 1px 3px 2px #aeb57e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,181,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeb57e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeb57e; -webkit-box-shadow: 1px 1px 3px 2px #aeb57e; box-shadow: 1px 1px 3px 2px #aeb57e;">
Div content here</div>
This div box has shadow with color #aeb57e
Comments
No comments written yet.
Please login to write comment.