Color spaces of #aec0af
RGB | 174 | 192 | 175 |
---|---|---|---|
HSL | 0.34 | 0.13 | 0.72 |
HSV | 123° | 9° | 75° |
CMYK | 0.09 | 0.00 | 0.09 0.25 |
XYZ | 44.0431 | 49.7931 | 47.8472 |
Yxy | 49.7931 | 0.3109 | 0.3514 |
Hunter Lab | 70.5642 | -12.0755 | 9.1924 |
CIE-Lab | 75.9421 | -9.3863 | 6.4677 |
#aec0af color RGB value is (174,192,175).
#aec0af hex color red value is 174, green value is 192 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #aec0af hue: 0.34 , saturation: 0.13 and the lightness value of aec0af is 0.72.
The process color (four color CMYK) of #aec0af color hex is 0.09, 0.00, 0.09, 0.25. Web safe color of #aec0af is #99cc99. Color #aec0af contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11000000 | 10101111 |
Octal | 256 | 300 | 257 |
Decimal | 174 | 192 | 175 |
Hex | AE | C0 | AF |
Shades of #aec0af
Tints of #aec0af
RGB Percentages of Color #aec0af
CMYK Percentages of Color #aec0af
Complementary Color
#aec0af | #c0aebf |
#aec0af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aec0af Color Preview on White Background
Lorem ipsum dolor sit amet.
#aec0af Color CSS Codes
.mybgcolor {background-color:#aec0af; } .myforecolor {color:#aec0af; } .mybordercolor {border:3px solid #aec0af; }
#aec0af Text Font Color
<p style="color:#aec0af">Text here</p>
This sample text font color is #aec0af
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.
#aec0af Background Color
<div style="background-color:#aec0af">
Div content here</div>
This div background color is #aec0af
#aec0af Border Color
<div style="border:3px solid #aec0af">
Div here</div>
This div border color is #aec0af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,192,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aec0af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aec0af; -webkit-box-shadow: 1px 1px 3px 2px #aec0af; box-shadow: 1px 1px 3px 2px #aec0af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,192,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aec0af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aec0af; -webkit-box-shadow: 1px 1px 3px 2px #aec0af; box-shadow: 1px 1px 3px 2px #aec0af;">
Div content here</div>
This div box has shadow with color #aec0af
Comments
No comments written yet.
Please login to write comment.