Color spaces of #aeb944
RGB | 174 | 185 | 68 |
---|---|---|---|
HSL | 0.18 | 0.46 | 0.50 |
HSV | 66° | 63° | 73° |
CMYK | 0.06 | 0.00 | 0.63 0.27 |
XYZ | 35.8479 | 44.1139 | 12.0943 |
Yxy | 44.1139 | 0.3894 | 0.4792 |
Hunter Lab | 66.4183 | -19.8903 | 35.6965 |
CIE-Lab | 72.3046 | -19.3699 | 56.1094 |
#aeb944 color RGB value is (174,185,68).
#aeb944 hex color red value is 174, green value is 185 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #aeb944 hue: 0.18 , saturation: 0.46 and the lightness value of aeb944 is 0.50.
The process color (four color CMYK) of #aeb944 color hex is 0.06, 0.00, 0.63, 0.27. Web safe color of #aeb944 is #99cc33. Color #aeb944 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10111001 | 01000100 |
Octal | 256 | 271 | 104 |
Decimal | 174 | 185 | 68 |
Hex | AE | B9 | 44 |
Shades of #aeb944
Tints of #aeb944
RGB Percentages of Color #aeb944
CMYK Percentages of Color #aeb944
Complementary Color
#aeb944 | #4f44b9 |
#aeb944 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeb944 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeb944 Color CSS Codes
.mybgcolor {background-color:#aeb944; } .myforecolor {color:#aeb944; } .mybordercolor {border:3px solid #aeb944; }
#aeb944 Text Font Color
<p style="color:#aeb944">Text here</p>
This sample text font color is #aeb944
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.
#aeb944 Background Color
<div style="background-color:#aeb944">
Div content here</div>
This div background color is #aeb944
#aeb944 Border Color
<div style="border:3px solid #aeb944">
Div here</div>
This div border color is #aeb944
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,185,68, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeb944; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeb944; -webkit-box-shadow: 1px 1px 3px 2px #aeb944; box-shadow: 1px 1px 3px 2px #aeb944; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,185,68, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeb944">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeb944; -webkit-box-shadow: 1px 1px 3px 2px #aeb944; box-shadow: 1px 1px 3px 2px #aeb944;">
Div content here</div>
This div box has shadow with color #aeb944
Comments
No comments written yet.
Please login to write comment.