Color spaces of #aeb890
RGB | 174 | 184 | 144 |
---|---|---|---|
HSL | 0.21 | 0.22 | 0.64 |
HSV | 75° | 22° | 72° |
CMYK | 0.05 | 0.00 | 0.22 0.28 |
XYZ | 39.6301 | 45.2933 | 33.0393 |
Yxy | 45.2933 | 0.3360 | 0.3840 |
Hunter Lab | 67.3003 | -12.6649 | 18.0034 |
CIE-Lab | 73.0846 | -10.4495 | 19.1980 |
#aeb890 color RGB value is (174,184,144).
#aeb890 hex color red value is 174, green value is 184 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #aeb890 hue: 0.21 , saturation: 0.22 and the lightness value of aeb890 is 0.64.
The process color (four color CMYK) of #aeb890 color hex is 0.05, 0.00, 0.22, 0.28. Web safe color of #aeb890 is #99cc99. Color #aeb890 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10111000 | 10010000 |
Octal | 256 | 270 | 220 |
Decimal | 174 | 184 | 144 |
Hex | AE | B8 | 90 |
Shades of #aeb890
Tints of #aeb890
RGB Percentages of Color #aeb890
CMYK Percentages of Color #aeb890
Complementary Color
#aeb890 | #9a90b8 |
#aeb890 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeb890 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeb890 Color CSS Codes
.mybgcolor {background-color:#aeb890; } .myforecolor {color:#aeb890; } .mybordercolor {border:3px solid #aeb890; }
#aeb890 Text Font Color
<p style="color:#aeb890">Text here</p>
This sample text font color is #aeb890
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.
#aeb890 Background Color
<div style="background-color:#aeb890">
Div content here</div>
This div background color is #aeb890
#aeb890 Border Color
<div style="border:3px solid #aeb890">
Div here</div>
This div border color is #aeb890
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,184,144, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeb890; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeb890; -webkit-box-shadow: 1px 1px 3px 2px #aeb890; box-shadow: 1px 1px 3px 2px #aeb890; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,184,144, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeb890">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeb890; -webkit-box-shadow: 1px 1px 3px 2px #aeb890; box-shadow: 1px 1px 3px 2px #aeb890;">
Div content here</div>
This div box has shadow with color #aeb890
Comments
No comments written yet.
Please login to write comment.