Color spaces of #aeb083
RGB | 174 | 176 | 131 |
---|---|---|---|
HSL | 0.17 | 0.22 | 0.60 |
HSV | 63° | 26° | 69° |
CMYK | 0.01 | 0.00 | 0.26 0.31 |
XYZ | 37.0776 | 41.6880 | 27.5651 |
Yxy | 41.6880 | 0.3487 | 0.3921 |
Hunter Lab | 64.5662 | -10.4861 | 19.8838 |
CIE-Lab | 70.6553 | -8.1765 | 22.8845 |
#aeb083 color RGB value is (174,176,131).
#aeb083 hex color red value is 174, green value is 176 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #aeb083 hue: 0.17 , saturation: 0.22 and the lightness value of aeb083 is 0.60.
The process color (four color CMYK) of #aeb083 color hex is 0.01, 0.00, 0.26, 0.31. Web safe color of #aeb083 is #999999. Color #aeb083 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10110000 | 10000011 |
Octal | 256 | 260 | 203 |
Decimal | 174 | 176 | 131 |
Hex | AE | B0 | 83 |
Shades of #aeb083
Tints of #aeb083
RGB Percentages of Color #aeb083
CMYK Percentages of Color #aeb083
Complementary Color
#aeb083 | #8583b0 |
#aeb083 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeb083 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeb083 Color CSS Codes
.mybgcolor {background-color:#aeb083; } .myforecolor {color:#aeb083; } .mybordercolor {border:3px solid #aeb083; }
#aeb083 Text Font Color
<p style="color:#aeb083">Text here</p>
This sample text font color is #aeb083
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.
#aeb083 Background Color
<div style="background-color:#aeb083">
Div content here</div>
This div background color is #aeb083
#aeb083 Border Color
<div style="border:3px solid #aeb083">
Div here</div>
This div border color is #aeb083
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,176,131, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeb083; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeb083; -webkit-box-shadow: 1px 1px 3px 2px #aeb083; box-shadow: 1px 1px 3px 2px #aeb083; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,176,131, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeb083">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeb083; -webkit-box-shadow: 1px 1px 3px 2px #aeb083; box-shadow: 1px 1px 3px 2px #aeb083;">
Div content here</div>
This div box has shadow with color #aeb083
Comments
No comments written yet.
Please login to write comment.