Color spaces of #aebb7c
RGB | 174 | 187 | 124 |
---|---|---|---|
HSL | 0.20 | 0.32 | 0.61 |
HSV | 72° | 34° | 73° |
CMYK | 0.07 | 0.00 | 0.34 0.27 |
XYZ | 38.8640 | 45.9946 | 25.8983 |
Yxy | 45.9946 | 0.3509 | 0.4153 |
Hunter Lab | 67.8193 | -16.3940 | 24.8323 |
CIE-Lab | 73.5420 | -14.8439 | 30.4650 |
#aebb7c color RGB value is (174,187,124).
#aebb7c hex color red value is 174, green value is 187 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #aebb7c hue: 0.20 , saturation: 0.32 and the lightness value of aebb7c is 0.61.
The process color (four color CMYK) of #aebb7c color hex is 0.07, 0.00, 0.34, 0.27. Web safe color of #aebb7c is #99cc66. Color #aebb7c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10111011 | 01111100 |
Octal | 256 | 273 | 174 |
Decimal | 174 | 187 | 124 |
Hex | AE | BB | 7C |
Shades of #aebb7c
Tints of #aebb7c
RGB Percentages of Color #aebb7c
CMYK Percentages of Color #aebb7c
Complementary Color
#aebb7c | #897cbb |
#aebb7c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aebb7c Color Preview on White Background
Lorem ipsum dolor sit amet.
#aebb7c Color CSS Codes
.mybgcolor {background-color:#aebb7c; } .myforecolor {color:#aebb7c; } .mybordercolor {border:3px solid #aebb7c; }
#aebb7c Text Font Color
<p style="color:#aebb7c">Text here</p>
This sample text font color is #aebb7c
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.
#aebb7c Background Color
<div style="background-color:#aebb7c">
Div content here</div>
This div background color is #aebb7c
#aebb7c Border Color
<div style="border:3px solid #aebb7c">
Div here</div>
This div border color is #aebb7c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,187,124, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aebb7c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aebb7c; -webkit-box-shadow: 1px 1px 3px 2px #aebb7c; box-shadow: 1px 1px 3px 2px #aebb7c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,187,124, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aebb7c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aebb7c; -webkit-box-shadow: 1px 1px 3px 2px #aebb7c; box-shadow: 1px 1px 3px 2px #aebb7c;">
Div content here</div>
This div box has shadow with color #aebb7c
Comments
No comments written yet.
Please login to write comment.