Color spaces of #ae253e
RGB | 174 | 37 | 62 |
---|---|---|---|
HSL | 0.97 | 0.65 | 0.41 |
HSV | 349° | 79° | 68° |
CMYK | 0.00 | 0.79 | 0.64 0.32 |
XYZ | 18.9866 | 10.6696 | 5.6162 |
Yxy | 10.6696 | 0.5383 | 0.3025 |
Hunter Lab | 32.6644 | 46.5929 | 12.6709 |
CIE-Lab | 39.0183 | 55.1369 | 20.4104 |
#ae253e color RGB value is (174,37,62).
#ae253e hex color red value is 174, green value is 37 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ae253e hue: 0.97 , saturation: 0.65 and the lightness value of ae253e is 0.41.
The process color (four color CMYK) of #ae253e color hex is 0.00, 0.79, 0.64, 0.32. Web safe color of #ae253e is #993333. Color #ae253e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 00100101 | 00111110 |
Octal | 256 | 45 | 76 |
Decimal | 174 | 37 | 62 |
Hex | AE | 25 | 3E |
Shades of #ae253e
Tints of #ae253e
RGB Percentages of Color #ae253e
CMYK Percentages of Color #ae253e
Complementary Color
#ae253e | #25ae95 |
#ae253e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae253e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae253e Color CSS Codes
.mybgcolor {background-color:#ae253e; } .myforecolor {color:#ae253e; } .mybordercolor {border:3px solid #ae253e; }
#ae253e Text Font Color
<p style="color:#ae253e">Text here</p>
This sample text font color is #ae253e
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.
#ae253e Background Color
<div style="background-color:#ae253e">
Div content here</div>
This div background color is #ae253e
#ae253e Border Color
<div style="border:3px solid #ae253e">
Div here</div>
This div border color is #ae253e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,37,62, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae253e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae253e; -webkit-box-shadow: 1px 1px 3px 2px #ae253e; box-shadow: 1px 1px 3px 2px #ae253e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,37,62, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae253e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae253e; -webkit-box-shadow: 1px 1px 3px 2px #ae253e; box-shadow: 1px 1px 3px 2px #ae253e;">
Div content here</div>
This div box has shadow with color #ae253e
Comments
No comments written yet.
Please login to write comment.