Color spaces of #ae825c
RGB | 174 | 130 | 92 |
---|---|---|---|
HSL | 0.08 | 0.34 | 0.52 |
HSV | 28° | 47° | 68° |
CMYK | 0.00 | 0.25 | 0.47 0.32 |
XYZ | 27.3700 | 25.7366 | 13.6503 |
Yxy | 25.7366 | 0.4100 | 0.3855 |
Hunter Lab | 50.7313 | 7.5228 | 19.5587 |
CIE-Lab | 57.7862 | 12.1346 | 27.1199 |
#ae825c color RGB value is (174,130,92).
#ae825c hex color red value is 174, green value is 130 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #ae825c hue: 0.08 , saturation: 0.34 and the lightness value of ae825c is 0.52.
The process color (four color CMYK) of #ae825c color hex is 0.00, 0.25, 0.47, 0.32. Web safe color of #ae825c is #999966. Color #ae825c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10000010 | 01011100 |
Octal | 256 | 202 | 134 |
Decimal | 174 | 130 | 92 |
Hex | AE | 82 | 5C |
Shades of #ae825c
Tints of #ae825c
RGB Percentages of Color #ae825c
CMYK Percentages of Color #ae825c
Complementary Color
#ae825c | #5c88ae |
#ae825c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae825c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae825c Color CSS Codes
.mybgcolor {background-color:#ae825c; } .myforecolor {color:#ae825c; } .mybordercolor {border:3px solid #ae825c; }
#ae825c Text Font Color
<p style="color:#ae825c">Text here</p>
This sample text font color is #ae825c
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.
#ae825c Background Color
<div style="background-color:#ae825c">
Div content here</div>
This div background color is #ae825c
#ae825c Border Color
<div style="border:3px solid #ae825c">
Div here</div>
This div border color is #ae825c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,130,92, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae825c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae825c; -webkit-box-shadow: 1px 1px 3px 2px #ae825c; box-shadow: 1px 1px 3px 2px #ae825c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,130,92, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae825c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae825c; -webkit-box-shadow: 1px 1px 3px 2px #ae825c; box-shadow: 1px 1px 3px 2px #ae825c;">
Div content here</div>
This div box has shadow with color #ae825c
Comments
No comments written yet.
Please login to write comment.