Color spaces of #aeaf8a
RGB | 174 | 175 | 138 |
---|---|---|---|
HSL | 0.17 | 0.19 | 0.61 |
HSV | 62° | 21° | 69° |
CMYK | 0.01 | 0.00 | 0.21 0.31 |
XYZ | 37.3730 | 41.4936 | 30.0841 |
Yxy | 41.4936 | 0.3430 | 0.3808 |
Hunter Lab | 64.4155 | -9.1639 | 17.4006 |
CIE-Lab | 70.5204 | -6.6273 | 18.9097 |
#aeaf8a color RGB value is (174,175,138).
#aeaf8a hex color red value is 174, green value is 175 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #aeaf8a hue: 0.17 , saturation: 0.19 and the lightness value of aeaf8a is 0.61.
The process color (four color CMYK) of #aeaf8a color hex is 0.01, 0.00, 0.21, 0.31. Web safe color of #aeaf8a is #999999. Color #aeaf8a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10101111 | 10001010 |
Octal | 256 | 257 | 212 |
Decimal | 174 | 175 | 138 |
Hex | AE | AF | 8A |
Shades of #aeaf8a
Tints of #aeaf8a
RGB Percentages of Color #aeaf8a
CMYK Percentages of Color #aeaf8a
Complementary Color
#aeaf8a | #8b8aaf |
#aeaf8a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeaf8a Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeaf8a Color CSS Codes
.mybgcolor {background-color:#aeaf8a; } .myforecolor {color:#aeaf8a; } .mybordercolor {border:3px solid #aeaf8a; }
#aeaf8a Text Font Color
<p style="color:#aeaf8a">Text here</p>
This sample text font color is #aeaf8a
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.
#aeaf8a Background Color
<div style="background-color:#aeaf8a">
Div content here</div>
This div background color is #aeaf8a
#aeaf8a Border Color
<div style="border:3px solid #aeaf8a">
Div here</div>
This div border color is #aeaf8a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,175,138, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeaf8a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeaf8a; -webkit-box-shadow: 1px 1px 3px 2px #aeaf8a; box-shadow: 1px 1px 3px 2px #aeaf8a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,175,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 #aeaf8a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeaf8a; -webkit-box-shadow: 1px 1px 3px 2px #aeaf8a; box-shadow: 1px 1px 3px 2px #aeaf8a;">
Div content here</div>
This div box has shadow with color #aeaf8a
Comments
No comments written yet.
Please login to write comment.