Color spaces of #aeb09e
RGB | 174 | 176 | 158 |
---|---|---|---|
HSL | 0.19 | 0.10 | 0.65 |
HSV | 67° | 10° | 69° |
CMYK | 0.01 | 0.00 | 0.10 0.31 |
XYZ | 39.1524 | 42.5180 | 38.4910 |
Yxy | 42.5180 | 0.3258 | 0.3538 |
Hunter Lab | 65.2058 | -6.9311 | 10.6452 |
CIE-Lab | 71.2266 | -3.9478 | 8.9754 |
#aeb09e color RGB value is (174,176,158).
#aeb09e hex color red value is 174, green value is 176 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #aeb09e hue: 0.19 , saturation: 0.10 and the lightness value of aeb09e is 0.65.
The process color (four color CMYK) of #aeb09e color hex is 0.01, 0.00, 0.10, 0.31. Web safe color of #aeb09e is #999999. Color #aeb09e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10110000 | 10011110 |
Octal | 256 | 260 | 236 |
Decimal | 174 | 176 | 158 |
Hex | AE | B0 | 9E |
Shades of #aeb09e
Tints of #aeb09e
RGB Percentages of Color #aeb09e
CMYK Percentages of Color #aeb09e
Complementary Color
#aeb09e | #a09eb0 |
#aeb09e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeb09e Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeb09e Color CSS Codes
.mybgcolor {background-color:#aeb09e; } .myforecolor {color:#aeb09e; } .mybordercolor {border:3px solid #aeb09e; }
#aeb09e Text Font Color
<p style="color:#aeb09e">Text here</p>
This sample text font color is #aeb09e
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.
#aeb09e Background Color
<div style="background-color:#aeb09e">
Div content here</div>
This div background color is #aeb09e
#aeb09e Border Color
<div style="border:3px solid #aeb09e">
Div here</div>
This div border color is #aeb09e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,176,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeb09e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeb09e; -webkit-box-shadow: 1px 1px 3px 2px #aeb09e; box-shadow: 1px 1px 3px 2px #aeb09e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,176,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeb09e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeb09e; -webkit-box-shadow: 1px 1px 3px 2px #aeb09e; box-shadow: 1px 1px 3px 2px #aeb09e;">
Div content here</div>
This div box has shadow with color #aeb09e
Comments
No comments written yet.
Please login to write comment.