Color spaces of #aeb89d
RGB | 174 | 184 | 157 |
---|---|---|---|
HSL | 0.23 | 0.16 | 0.67 |
HSV | 82° | 15° | 72° |
CMYK | 0.05 | 0.00 | 0.15 0.28 |
XYZ | 40.6819 | 45.7140 | 38.5778 |
Yxy | 45.7140 | 0.3255 | 0.3658 |
Hunter Lab | 67.6121 | -10.9186 | 13.4991 |
CIE-Lab | 73.3596 | -8.3589 | 12.5467 |
#aeb89d color RGB value is (174,184,157).
#aeb89d hex color red value is 174, green value is 184 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #aeb89d hue: 0.23 , saturation: 0.16 and the lightness value of aeb89d is 0.67.
The process color (four color CMYK) of #aeb89d color hex is 0.05, 0.00, 0.15, 0.28. Web safe color of #aeb89d is #99cc99. Color #aeb89d contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10111000 | 10011101 |
Octal | 256 | 270 | 235 |
Decimal | 174 | 184 | 157 |
Hex | AE | B8 | 9D |
Shades of #aeb89d
Tints of #aeb89d
RGB Percentages of Color #aeb89d
CMYK Percentages of Color #aeb89d
Complementary Color
#aeb89d | #a79db8 |
#aeb89d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeb89d Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeb89d Color CSS Codes
.mybgcolor {background-color:#aeb89d; } .myforecolor {color:#aeb89d; } .mybordercolor {border:3px solid #aeb89d; }
#aeb89d Text Font Color
<p style="color:#aeb89d">Text here</p>
This sample text font color is #aeb89d
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.
#aeb89d Background Color
<div style="background-color:#aeb89d">
Div content here</div>
This div background color is #aeb89d
#aeb89d Border Color
<div style="border:3px solid #aeb89d">
Div here</div>
This div border color is #aeb89d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,184,157, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeb89d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeb89d; -webkit-box-shadow: 1px 1px 3px 2px #aeb89d; box-shadow: 1px 1px 3px 2px #aeb89d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,184,157, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeb89d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeb89d; -webkit-box-shadow: 1px 1px 3px 2px #aeb89d; box-shadow: 1px 1px 3px 2px #aeb89d;">
Div content here</div>
This div box has shadow with color #aeb89d
Comments
No comments written yet.
Please login to write comment.