Color spaces of #aeb4ad
RGB | 174 | 180 | 173 |
---|---|---|---|
HSL | 0.31 | 0.04 | 0.69 |
HSV | 111° | 4° | 71° |
CMYK | 0.03 | 0.00 | 0.04 0.29 |
XYZ | 41.3196 | 44.6583 | 45.9773 |
Yxy | 44.6583 | 0.3131 | 0.3384 |
Hunter Lab | 66.8269 | -6.5790 | 5.9869 |
CIE-Lab | 72.6663 | -3.4122 | 2.8270 |
#aeb4ad color RGB value is (174,180,173).
#aeb4ad hex color red value is 174, green value is 180 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #aeb4ad hue: 0.31 , saturation: 0.04 and the lightness value of aeb4ad is 0.69.
The process color (four color CMYK) of #aeb4ad color hex is 0.03, 0.00, 0.04, 0.29. Web safe color of #aeb4ad is #99cc99. Color #aeb4ad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10110100 | 10101101 |
Octal | 256 | 264 | 255 |
Decimal | 174 | 180 | 173 |
Hex | AE | B4 | AD |
Shades of #aeb4ad
Tints of #aeb4ad
RGB Percentages of Color #aeb4ad
CMYK Percentages of Color #aeb4ad
Complementary Color
#aeb4ad | #b3adb4 |
#aeb4ad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeb4ad Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeb4ad Color CSS Codes
.mybgcolor {background-color:#aeb4ad; } .myforecolor {color:#aeb4ad; } .mybordercolor {border:3px solid #aeb4ad; }
#aeb4ad Text Font Color
<p style="color:#aeb4ad">Text here</p>
This sample text font color is #aeb4ad
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.
#aeb4ad Background Color
<div style="background-color:#aeb4ad">
Div content here</div>
This div background color is #aeb4ad
#aeb4ad Border Color
<div style="border:3px solid #aeb4ad">
Div here</div>
This div border color is #aeb4ad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,180,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeb4ad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeb4ad; -webkit-box-shadow: 1px 1px 3px 2px #aeb4ad; box-shadow: 1px 1px 3px 2px #aeb4ad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,180,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeb4ad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeb4ad; -webkit-box-shadow: 1px 1px 3px 2px #aeb4ad; box-shadow: 1px 1px 3px 2px #aeb4ad;">
Div content here</div>
This div box has shadow with color #aeb4ad
Comments
No comments written yet.
Please login to write comment.