Color spaces of #aeba98
RGB | 174 | 186 | 152 |
---|---|---|---|
HSL | 0.23 | 0.20 | 0.66 |
HSV | 81° | 18° | 73° |
CMYK | 0.06 | 0.00 | 0.18 0.27 |
XYZ | 40.6820 | 46.3835 | 36.5145 |
Yxy | 46.3835 | 0.3292 | 0.3753 |
Hunter Lab | 68.1054 | -12.5596 | 15.8857 |
CIE-Lab | 73.7937 | -10.2299 | 15.8646 |
#aeba98 color RGB value is (174,186,152).
#aeba98 hex color red value is 174, green value is 186 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #aeba98 hue: 0.23 , saturation: 0.20 and the lightness value of aeba98 is 0.66.
The process color (four color CMYK) of #aeba98 color hex is 0.06, 0.00, 0.18, 0.27. Web safe color of #aeba98 is #99cc99. Color #aeba98 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10111010 | 10011000 |
Octal | 256 | 272 | 230 |
Decimal | 174 | 186 | 152 |
Hex | AE | BA | 98 |
Shades of #aeba98
Tints of #aeba98
RGB Percentages of Color #aeba98
CMYK Percentages of Color #aeba98
Complementary Color
#aeba98 | #a498ba |
#aeba98 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeba98 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeba98 Color CSS Codes
.mybgcolor {background-color:#aeba98; } .myforecolor {color:#aeba98; } .mybordercolor {border:3px solid #aeba98; }
#aeba98 Text Font Color
<p style="color:#aeba98">Text here</p>
This sample text font color is #aeba98
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.
#aeba98 Background Color
<div style="background-color:#aeba98">
Div content here</div>
This div background color is #aeba98
#aeba98 Border Color
<div style="border:3px solid #aeba98">
Div here</div>
This div border color is #aeba98
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,186,152, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeba98; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeba98; -webkit-box-shadow: 1px 1px 3px 2px #aeba98; box-shadow: 1px 1px 3px 2px #aeba98; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,186,152, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeba98">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeba98; -webkit-box-shadow: 1px 1px 3px 2px #aeba98; box-shadow: 1px 1px 3px 2px #aeba98;">
Div content here</div>
This div box has shadow with color #aeba98
#aeba98 Color Palettes
Comments
No comments written yet.
Please login to write comment.