Color spaces of #aeca2e
RGB | 174 | 202 | 46 |
---|---|---|---|
HSL | 0.20 | 0.63 | 0.49 |
HSV | 71° | 77° | 79° |
CMYK | 0.14 | 0.00 | 0.77 0.21 |
XYZ | 39.0692 | 51.4370 | 10.4539 |
Yxy | 51.4370 | 0.3870 | 0.5095 |
Hunter Lab | 71.7196 | -28.2715 | 41.5616 |
CIE-Lab | 76.9430 | -28.8511 | 68.6660 |
#aeca2e color RGB value is (174,202,46).
#aeca2e hex color red value is 174, green value is 202 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #aeca2e hue: 0.20 , saturation: 0.63 and the lightness value of aeca2e is 0.49.
The process color (four color CMYK) of #aeca2e color hex is 0.14, 0.00, 0.77, 0.21. Web safe color of #aeca2e is #99cc33. Color #aeca2e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11001010 | 00101110 |
Octal | 256 | 312 | 56 |
Decimal | 174 | 202 | 46 |
Hex | AE | CA | 2E |
Shades of #aeca2e
Tints of #aeca2e
RGB Percentages of Color #aeca2e
CMYK Percentages of Color #aeca2e
Complementary Color
#aeca2e | #4a2eca |
#aeca2e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeca2e Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeca2e Color CSS Codes
.mybgcolor {background-color:#aeca2e; } .myforecolor {color:#aeca2e; } .mybordercolor {border:3px solid #aeca2e; }
#aeca2e Text Font Color
<p style="color:#aeca2e">Text here</p>
This sample text font color is #aeca2e
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.
#aeca2e Background Color
<div style="background-color:#aeca2e">
Div content here</div>
This div background color is #aeca2e
#aeca2e Border Color
<div style="border:3px solid #aeca2e">
Div here</div>
This div border color is #aeca2e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,202,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeca2e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeca2e; -webkit-box-shadow: 1px 1px 3px 2px #aeca2e; box-shadow: 1px 1px 3px 2px #aeca2e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,202,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeca2e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeca2e; -webkit-box-shadow: 1px 1px 3px 2px #aeca2e; box-shadow: 1px 1px 3px 2px #aeca2e;">
Div content here</div>
This div box has shadow with color #aeca2e
Comments
No comments written yet.
Please login to write comment.