Color spaces of #aece7f
RGB | 174 | 206 | 127 |
---|---|---|---|
HSL | 0.23 | 0.45 | 0.65 |
HSV | 84° | 38° | 81° |
CMYK | 0.16 | 0.00 | 0.38 0.19 |
XYZ | 43.3576 | 54.6736 | 28.3465 |
Yxy | 54.6736 | 0.3431 | 0.4326 |
Hunter Lab | 73.9416 | -24.7296 | 29.0295 |
CIE-Lab | 78.8529 | -23.9507 | 35.8339 |
#aece7f color RGB value is (174,206,127).
#aece7f hex color red value is 174, green value is 206 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #aece7f hue: 0.23 , saturation: 0.45 and the lightness value of aece7f is 0.65.
The process color (four color CMYK) of #aece7f color hex is 0.16, 0.00, 0.38, 0.19. Web safe color of #aece7f is #99cc66. Color #aece7f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11001110 | 01111111 |
Octal | 256 | 316 | 177 |
Decimal | 174 | 206 | 127 |
Hex | AE | CE | 7F |
Shades of #aece7f
Tints of #aece7f
RGB Percentages of Color #aece7f
CMYK Percentages of Color #aece7f
Complementary Color
#aece7f | #9f7fce |
#aece7f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aece7f Color Preview on White Background
Lorem ipsum dolor sit amet.
#aece7f Color CSS Codes
.mybgcolor {background-color:#aece7f; } .myforecolor {color:#aece7f; } .mybordercolor {border:3px solid #aece7f; }
#aece7f Text Font Color
<p style="color:#aece7f">Text here</p>
This sample text font color is #aece7f
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.
#aece7f Background Color
<div style="background-color:#aece7f">
Div content here</div>
This div background color is #aece7f
#aece7f Border Color
<div style="border:3px solid #aece7f">
Div here</div>
This div border color is #aece7f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,206,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aece7f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aece7f; -webkit-box-shadow: 1px 1px 3px 2px #aece7f; box-shadow: 1px 1px 3px 2px #aece7f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,206,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aece7f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aece7f; -webkit-box-shadow: 1px 1px 3px 2px #aece7f; box-shadow: 1px 1px 3px 2px #aece7f;">
Div content here</div>
This div box has shadow with color #aece7f
Comments
No comments written yet.
Please login to write comment.