Color spaces of #ae978a
RGB | 174 | 151 | 138 |
---|---|---|---|
HSL | 0.06 | 0.18 | 0.61 |
HSV | 22° | 21° | 68° |
CMYK | 0.00 | 0.13 | 0.21 0.32 |
XYZ | 33.1096 | 32.9669 | 28.6629 |
Yxy | 32.9669 | 0.3495 | 0.3480 |
Hunter Lab | 57.4168 | 2.4532 | 10.5938 |
CIE-Lab | 64.1341 | 6.4047 | 9.9833 |
#ae978a color RGB value is (174,151,138).
#ae978a hex color red value is 174, green value is 151 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #ae978a hue: 0.06 , saturation: 0.18 and the lightness value of ae978a is 0.61.
The process color (four color CMYK) of #ae978a color hex is 0.00, 0.13, 0.21, 0.32. Web safe color of #ae978a is #999999. Color #ae978a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10010111 | 10001010 |
Octal | 256 | 227 | 212 |
Decimal | 174 | 151 | 138 |
Hex | AE | 97 | 8A |
Shades of #ae978a
Tints of #ae978a
RGB Percentages of Color #ae978a
CMYK Percentages of Color #ae978a
Complementary Color
#ae978a | #8aa1ae |
#ae978a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ae978a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ae978a Color CSS Codes
.mybgcolor {background-color:#ae978a; } .myforecolor {color:#ae978a; } .mybordercolor {border:3px solid #ae978a; }
#ae978a Text Font Color
<p style="color:#ae978a">Text here</p>
This sample text font color is #ae978a
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.
#ae978a Background Color
<div style="background-color:#ae978a">
Div content here</div>
This div background color is #ae978a
#ae978a Border Color
<div style="border:3px solid #ae978a">
Div here</div>
This div border color is #ae978a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,151,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ae978a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ae978a; -webkit-box-shadow: 1px 1px 3px 2px #ae978a; box-shadow: 1px 1px 3px 2px #ae978a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,151,138, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ae978a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ae978a; -webkit-box-shadow: 1px 1px 3px 2px #ae978a; box-shadow: 1px 1px 3px 2px #ae978a;">
Div content here</div>
This div box has shadow with color #ae978a
Comments
No comments written yet.
Please login to write comment.