Color spaces of #aebea1
RGB | 174 | 190 | 161 |
---|---|---|---|
HSL | 0.26 | 0.18 | 0.69 |
HSV | 93° | 15° | 75° |
CMYK | 0.08 | 0.00 | 0.15 0.25 |
XYZ | 42.3020 | 48.3988 | 40.8306 |
Yxy | 48.3988 | 0.3216 | 0.3680 |
Hunter Lab | 69.5692 | -13.2082 | 13.9008 |
CIE-Lab | 75.0758 | -10.8193 | 12.8029 |
#aebea1 color RGB value is (174,190,161).
#aebea1 hex color red value is 174, green value is 190 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #aebea1 hue: 0.26 , saturation: 0.18 and the lightness value of aebea1 is 0.69.
The process color (four color CMYK) of #aebea1 color hex is 0.08, 0.00, 0.15, 0.25. Web safe color of #aebea1 is #99cc99. Color #aebea1 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10111110 | 10100001 |
Octal | 256 | 276 | 241 |
Decimal | 174 | 190 | 161 |
Hex | AE | BE | A1 |
Shades of #aebea1
Tints of #aebea1
RGB Percentages of Color #aebea1
CMYK Percentages of Color #aebea1
Complementary Color
#aebea1 | #b1a1be |
#aebea1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aebea1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aebea1 Color CSS Codes
.mybgcolor {background-color:#aebea1; } .myforecolor {color:#aebea1; } .mybordercolor {border:3px solid #aebea1; }
#aebea1 Text Font Color
<p style="color:#aebea1">Text here</p>
This sample text font color is #aebea1
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.
#aebea1 Background Color
<div style="background-color:#aebea1">
Div content here</div>
This div background color is #aebea1
#aebea1 Border Color
<div style="border:3px solid #aebea1">
Div here</div>
This div border color is #aebea1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,190,161, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aebea1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aebea1; -webkit-box-shadow: 1px 1px 3px 2px #aebea1; box-shadow: 1px 1px 3px 2px #aebea1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,190,161, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aebea1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aebea1; -webkit-box-shadow: 1px 1px 3px 2px #aebea1; box-shadow: 1px 1px 3px 2px #aebea1;">
Div content here</div>
This div box has shadow with color #aebea1
#aebea1 Color Palettes
Comments
No comments written yet.
Please login to write comment.