Color spaces of #aeb97b
RGB | 174 | 185 | 123 |
---|---|---|---|
HSL | 0.20 | 0.31 | 0.60 |
HSV | 71° | 34° | 73° |
CMYK | 0.06 | 0.00 | 0.34 0.27 |
XYZ | 38.3797 | 45.1267 | 25.4264 |
Yxy | 45.1267 | 0.3523 | 0.4143 |
Hunter Lab | 67.1764 | -15.5768 | 24.5821 |
CIE-Lab | 72.9752 | -13.9488 | 30.2450 |
#aeb97b color RGB value is (174,185,123).
#aeb97b hex color red value is 174, green value is 185 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #aeb97b hue: 0.20 , saturation: 0.31 and the lightness value of aeb97b is 0.60.
The process color (four color CMYK) of #aeb97b color hex is 0.06, 0.00, 0.34, 0.27. Web safe color of #aeb97b is #99cc66. Color #aeb97b contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10111001 | 01111011 |
Octal | 256 | 271 | 173 |
Decimal | 174 | 185 | 123 |
Hex | AE | B9 | 7B |
Shades of #aeb97b
Tints of #aeb97b
RGB Percentages of Color #aeb97b
CMYK Percentages of Color #aeb97b
Complementary Color
#aeb97b | #867bb9 |
#aeb97b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeb97b Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeb97b Color CSS Codes
.mybgcolor {background-color:#aeb97b; } .myforecolor {color:#aeb97b; } .mybordercolor {border:3px solid #aeb97b; }
#aeb97b Text Font Color
<p style="color:#aeb97b">Text here</p>
This sample text font color is #aeb97b
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.
#aeb97b Background Color
<div style="background-color:#aeb97b">
Div content here</div>
This div background color is #aeb97b
#aeb97b Border Color
<div style="border:3px solid #aeb97b">
Div here</div>
This div border color is #aeb97b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,185,123, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeb97b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeb97b; -webkit-box-shadow: 1px 1px 3px 2px #aeb97b; box-shadow: 1px 1px 3px 2px #aeb97b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,185,123, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeb97b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeb97b; -webkit-box-shadow: 1px 1px 3px 2px #aeb97b; box-shadow: 1px 1px 3px 2px #aeb97b;">
Div content here</div>
This div box has shadow with color #aeb97b
Comments
No comments written yet.
Please login to write comment.