Color spaces of #aeb28d
RGB | 174 | 178 | 141 |
---|---|---|---|
HSL | 0.18 | 0.19 | 0.63 |
HSV | 66° | 21° | 70° |
CMYK | 0.02 | 0.00 | 0.21 0.30 |
XYZ | 38.1837 | 42.7625 | 31.4408 |
Yxy | 42.7625 | 0.3398 | 0.3805 |
Hunter Lab | 65.3930 | -10.2098 | 17.2687 |
CIE-Lab | 71.3935 | -7.7610 | 18.4856 |
#aeb28d color RGB value is (174,178,141).
#aeb28d hex color red value is 174, green value is 178 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #aeb28d hue: 0.18 , saturation: 0.19 and the lightness value of aeb28d is 0.63.
The process color (four color CMYK) of #aeb28d color hex is 0.02, 0.00, 0.21, 0.30. Web safe color of #aeb28d is #999999. Color #aeb28d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10110010 | 10001101 |
Octal | 256 | 262 | 215 |
Decimal | 174 | 178 | 141 |
Hex | AE | B2 | 8D |
Shades of #aeb28d
Tints of #aeb28d
RGB Percentages of Color #aeb28d
CMYK Percentages of Color #aeb28d
Complementary Color
#aeb28d | #918db2 |
#aeb28d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeb28d Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeb28d Color CSS Codes
.mybgcolor {background-color:#aeb28d; } .myforecolor {color:#aeb28d; } .mybordercolor {border:3px solid #aeb28d; }
#aeb28d Text Font Color
<p style="color:#aeb28d">Text here</p>
This sample text font color is #aeb28d
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.
#aeb28d Background Color
<div style="background-color:#aeb28d">
Div content here</div>
This div background color is #aeb28d
#aeb28d Border Color
<div style="border:3px solid #aeb28d">
Div here</div>
This div border color is #aeb28d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,178,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeb28d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeb28d; -webkit-box-shadow: 1px 1px 3px 2px #aeb28d; box-shadow: 1px 1px 3px 2px #aeb28d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,178,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeb28d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeb28d; -webkit-box-shadow: 1px 1px 3px 2px #aeb28d; box-shadow: 1px 1px 3px 2px #aeb28d;">
Div content here</div>
This div box has shadow with color #aeb28d
Comments
No comments written yet.
Please login to write comment.