Color spaces of #aeb2ae
RGB | 174 | 178 | 174 |
---|---|---|---|
HSL | 0.33 | 0.03 | 0.69 |
HSV | 120° | 2° | 70° |
CMYK | 0.02 | 0.00 | 0.02 0.30 |
XYZ | 41.0159 | 43.8955 | 46.3553 |
Yxy | 43.8955 | 0.3125 | 0.3344 |
Hunter Lab | 66.2537 | -5.4393 | 4.8945 |
CIE-Lab | 72.1586 | -2.1539 | 1.5415 |
#aeb2ae color RGB value is (174,178,174).
#aeb2ae hex color red value is 174, green value is 178 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #aeb2ae hue: 0.33 , saturation: 0.03 and the lightness value of aeb2ae is 0.69.
The process color (four color CMYK) of #aeb2ae color hex is 0.02, 0.00, 0.02, 0.30. Web safe color of #aeb2ae is #999999. Color #aeb2ae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10110010 | 10101110 |
Octal | 256 | 262 | 256 |
Decimal | 174 | 178 | 174 |
Hex | AE | B2 | AE |
Shades of #aeb2ae
Tints of #aeb2ae
RGB Percentages of Color #aeb2ae
CMYK Percentages of Color #aeb2ae
Complementary Color
#aeb2ae | #b2aeb2 |
#aeb2ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeb2ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeb2ae Color CSS Codes
.mybgcolor {background-color:#aeb2ae; } .myforecolor {color:#aeb2ae; } .mybordercolor {border:3px solid #aeb2ae; }
#aeb2ae Text Font Color
<p style="color:#aeb2ae">Text here</p>
This sample text font color is #aeb2ae
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.
#aeb2ae Background Color
<div style="background-color:#aeb2ae">
Div content here</div>
This div background color is #aeb2ae
#aeb2ae Border Color
<div style="border:3px solid #aeb2ae">
Div here</div>
This div border color is #aeb2ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,178,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeb2ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeb2ae; -webkit-box-shadow: 1px 1px 3px 2px #aeb2ae; box-shadow: 1px 1px 3px 2px #aeb2ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,178,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeb2ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeb2ae; -webkit-box-shadow: 1px 1px 3px 2px #aeb2ae; box-shadow: 1px 1px 3px 2px #aeb2ae;">
Div content here</div>
This div box has shadow with color #aeb2ae
Comments
No comments written yet.
Please login to write comment.