Color spaces of #aebd8f
RGB | 174 | 189 | 143 |
---|---|---|---|
HSL | 0.22 | 0.26 | 0.65 |
HSV | 80° | 24° | 74° |
CMYK | 0.08 | 0.00 | 0.24 0.26 |
XYZ | 40.6111 | 47.3770 | 32.9909 |
Yxy | 47.3770 | 0.3357 | 0.3916 |
Hunter Lab | 68.8310 | -15.1370 | 19.7638 |
CIE-Lab | 74.4303 | -13.1928 | 21.5837 |
#aebd8f color RGB value is (174,189,143).
#aebd8f hex color red value is 174, green value is 189 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #aebd8f hue: 0.22 , saturation: 0.26 and the lightness value of aebd8f is 0.65.
The process color (four color CMYK) of #aebd8f color hex is 0.08, 0.00, 0.24, 0.26. Web safe color of #aebd8f is #99cc99. Color #aebd8f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10111101 | 10001111 |
Octal | 256 | 275 | 217 |
Decimal | 174 | 189 | 143 |
Hex | AE | BD | 8F |
Shades of #aebd8f
Tints of #aebd8f
RGB Percentages of Color #aebd8f
CMYK Percentages of Color #aebd8f
Complementary Color
#aebd8f | #9e8fbd |
#aebd8f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aebd8f Color Preview on White Background
Lorem ipsum dolor sit amet.
#aebd8f Color CSS Codes
.mybgcolor {background-color:#aebd8f; } .myforecolor {color:#aebd8f; } .mybordercolor {border:3px solid #aebd8f; }
#aebd8f Text Font Color
<p style="color:#aebd8f">Text here</p>
This sample text font color is #aebd8f
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.
#aebd8f Background Color
<div style="background-color:#aebd8f">
Div content here</div>
This div background color is #aebd8f
#aebd8f Border Color
<div style="border:3px solid #aebd8f">
Div here</div>
This div border color is #aebd8f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,189,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aebd8f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aebd8f; -webkit-box-shadow: 1px 1px 3px 2px #aebd8f; box-shadow: 1px 1px 3px 2px #aebd8f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,189,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aebd8f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aebd8f; -webkit-box-shadow: 1px 1px 3px 2px #aebd8f; box-shadow: 1px 1px 3px 2px #aebd8f;">
Div content here</div>
This div box has shadow with color #aebd8f
#aebd8f Color Palettes
Comments
No comments written yet.
Please login to write comment.