Color spaces of #ae848e
RGB | 174 | 132 | 142 |
---|---|---|---|
HSL | 0.96 | 0.21 | 0.60 |
HSV | 346° | 24° | 68° |
CMYK | 0.00 | 0.24 | 0.18 0.32 |
XYZ | 30.5893 | 27.4542 | 29.2781 |
Yxy | 27.4542 | 0.3503 | 0.3144 |
Hunter Lab | 52.3968 | 12.5142 | 3.5478 |
CIE-Lab | 59.3924 | 17.6798 | 0.8974 |
#ae848e color RGB value is (174,132,142).
#ae848e hex color red value is 174, green value is 132 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #ae848e hue: 0.96 , saturation: 0.21 and the lightness value of ae848e is 0.60.
The process color (four color CMYK) of #ae848e color hex is 0.00, 0.24, 0.18, 0.32. Web safe color of #ae848e is #999999. Color #ae848e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10000100 | 10001110 |
Octal | 256 | 204 | 216 |
Decimal | 174 | 132 | 142 |
Hex | AE | 84 | 8E |
Shades of #ae848e
Tints of #ae848e
RGB Percentages of Color #ae848e
CMYK Percentages of Color #ae848e
Complementary Color
#ae848e | #84aea4 |
#ae848e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae848e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae848e Color CSS Codes
.mybgcolor {background-color:#ae848e; } .myforecolor {color:#ae848e; } .mybordercolor {border:3px solid #ae848e; }
#ae848e Text Font Color
<p style="color:#ae848e">Text here</p>
This sample text font color is #ae848e
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.
#ae848e Background Color
<div style="background-color:#ae848e">
Div content here</div>
This div background color is #ae848e
#ae848e Border Color
<div style="border:3px solid #ae848e">
Div here</div>
This div border color is #ae848e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,132,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae848e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae848e; -webkit-box-shadow: 1px 1px 3px 2px #ae848e; box-shadow: 1px 1px 3px 2px #ae848e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,132,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae848e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae848e; -webkit-box-shadow: 1px 1px 3px 2px #ae848e; box-shadow: 1px 1px 3px 2px #ae848e;">
Div content here</div>
This div box has shadow with color #ae848e
Comments
No comments written yet.
Please login to write comment.