Color spaces of #aecc76
RGB | 174 | 204 | 118 |
---|---|---|---|
HSL | 0.22 | 0.46 | 0.63 |
HSV | 81° | 42° | 80° |
CMYK | 0.15 | 0.00 | 0.42 0.20 |
XYZ | 42.3184 | 53.4924 | 25.2342 |
Yxy | 53.4924 | 0.3496 | 0.4419 |
Hunter Lab | 73.1385 | -24.7111 | 30.7407 |
CIE-Lab | 78.1648 | -24.0849 | 39.5037 |
#aecc76 color RGB value is (174,204,118).
#aecc76 hex color red value is 174, green value is 204 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #aecc76 hue: 0.22 , saturation: 0.46 and the lightness value of aecc76 is 0.63.
The process color (four color CMYK) of #aecc76 color hex is 0.15, 0.00, 0.42, 0.20. Web safe color of #aecc76 is #99cc66. Color #aecc76 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11001100 | 01110110 |
Octal | 256 | 314 | 166 |
Decimal | 174 | 204 | 118 |
Hex | AE | CC | 76 |
Shades of #aecc76
Tints of #aecc76
RGB Percentages of Color #aecc76
CMYK Percentages of Color #aecc76
Complementary Color
#aecc76 | #9476cc |
#aecc76 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aecc76 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aecc76 Color CSS Codes
.mybgcolor {background-color:#aecc76; } .myforecolor {color:#aecc76; } .mybordercolor {border:3px solid #aecc76; }
#aecc76 Text Font Color
<p style="color:#aecc76">Text here</p>
This sample text font color is #aecc76
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.
#aecc76 Background Color
<div style="background-color:#aecc76">
Div content here</div>
This div background color is #aecc76
#aecc76 Border Color
<div style="border:3px solid #aecc76">
Div here</div>
This div border color is #aecc76
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,204,118, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aecc76; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aecc76; -webkit-box-shadow: 1px 1px 3px 2px #aecc76; box-shadow: 1px 1px 3px 2px #aecc76; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,204,118, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aecc76">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aecc76; -webkit-box-shadow: 1px 1px 3px 2px #aecc76; box-shadow: 1px 1px 3px 2px #aecc76;">
Div content here</div>
This div box has shadow with color #aecc76
#aecc76 Color Palettes
Comments
No comments written yet.
Please login to write comment.