Color spaces of #aebb95
RGB | 174 | 187 | 149 |
---|---|---|---|
HSL | 0.22 | 0.22 | 0.66 |
HSV | 81° | 20° | 73° |
CMYK | 0.07 | 0.00 | 0.20 0.27 |
XYZ | 40.6507 | 46.7092 | 35.3070 |
Yxy | 46.7092 | 0.3314 | 0.3808 |
Hunter Lab | 68.3441 | -13.4314 | 17.2113 |
CIE-Lab | 74.0034 | -11.2303 | 17.7750 |
#aebb95 color RGB value is (174,187,149).
#aebb95 hex color red value is 174, green value is 187 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #aebb95 hue: 0.22 , saturation: 0.22 and the lightness value of aebb95 is 0.66.
The process color (four color CMYK) of #aebb95 color hex is 0.07, 0.00, 0.20, 0.27. Web safe color of #aebb95 is #99cc99. Color #aebb95 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10111011 | 10010101 |
Octal | 256 | 273 | 225 |
Decimal | 174 | 187 | 149 |
Hex | AE | BB | 95 |
Shades of #aebb95
Tints of #aebb95
RGB Percentages of Color #aebb95
CMYK Percentages of Color #aebb95
Complementary Color
#aebb95 | #a295bb |
#aebb95 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aebb95 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aebb95 Color CSS Codes
.mybgcolor {background-color:#aebb95; } .myforecolor {color:#aebb95; } .mybordercolor {border:3px solid #aebb95; }
#aebb95 Text Font Color
<p style="color:#aebb95">Text here</p>
This sample text font color is #aebb95
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.
#aebb95 Background Color
<div style="background-color:#aebb95">
Div content here</div>
This div background color is #aebb95
#aebb95 Border Color
<div style="border:3px solid #aebb95">
Div here</div>
This div border color is #aebb95
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,187,149, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aebb95; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aebb95; -webkit-box-shadow: 1px 1px 3px 2px #aebb95; box-shadow: 1px 1px 3px 2px #aebb95; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,187,149, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aebb95">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aebb95; -webkit-box-shadow: 1px 1px 3px 2px #aebb95; box-shadow: 1px 1px 3px 2px #aebb95;">
Div content here</div>
This div box has shadow with color #aebb95
Comments
No comments written yet.
Please login to write comment.