Color spaces of #ae501c
RGB | 174 | 80 | 28 |
---|---|---|---|
HSL | 0.06 | 0.72 | 0.40 |
HSV | 21° | 84° | 68° |
CMYK | 0.00 | 0.54 | 0.84 0.32 |
XYZ | 20.5338 | 14.8198 | 2.8769 |
Yxy | 14.8198 | 0.5371 | 0.3876 |
Hunter Lab | 38.4965 | 27.8420 | 22.5167 |
CIE-Lab | 45.3864 | 35.4213 | 46.2699 |
#ae501c color RGB value is (174,80,28).
#ae501c hex color red value is 174, green value is 80 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ae501c hue: 0.06 , saturation: 0.72 and the lightness value of ae501c is 0.40.
The process color (four color CMYK) of #ae501c color hex is 0.00, 0.54, 0.84, 0.32. Web safe color of #ae501c is #996633. Color #ae501c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 01010000 | 00011100 |
Octal | 256 | 120 | 34 |
Decimal | 174 | 80 | 28 |
Hex | AE | 50 | 1C |
Shades of #ae501c
Tints of #ae501c
RGB Percentages of Color #ae501c
CMYK Percentages of Color #ae501c
Complementary Color
#ae501c | #1c7aae |
#ae501c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae501c Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae501c Color CSS Codes
.mybgcolor {background-color:#ae501c; } .myforecolor {color:#ae501c; } .mybordercolor {border:3px solid #ae501c; }
#ae501c Text Font Color
<p style="color:#ae501c">Text here</p>
This sample text font color is #ae501c
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.
#ae501c Background Color
<div style="background-color:#ae501c">
Div content here</div>
This div background color is #ae501c
#ae501c Border Color
<div style="border:3px solid #ae501c">
Div here</div>
This div border color is #ae501c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,80,28, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae501c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae501c; -webkit-box-shadow: 1px 1px 3px 2px #ae501c; box-shadow: 1px 1px 3px 2px #ae501c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,80,28, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae501c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae501c; -webkit-box-shadow: 1px 1px 3px 2px #ae501c; box-shadow: 1px 1px 3px 2px #ae501c;">
Div content here</div>
This div box has shadow with color #ae501c
Comments
No comments written yet.
Please login to write comment.