Color spaces of #aecf3f
RGB | 174 | 207 | 63 |
---|---|---|---|
HSL | 0.20 | 0.60 | 0.53 |
HSV | 74° | 70° | 81° |
CMYK | 0.16 | 0.00 | 0.70 0.19 |
XYZ | 40.6656 | 53.9832 | 12.9791 |
Yxy | 53.9832 | 0.3778 | 0.5016 |
Hunter Lab | 73.4733 | -29.7829 | 40.9577 |
CIE-Lab | 78.4519 | -30.3591 | 64.4188 |
#aecf3f color RGB value is (174,207,63).
#aecf3f hex color red value is 174, green value is 207 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #aecf3f hue: 0.20 , saturation: 0.60 and the lightness value of aecf3f is 0.53.
The process color (four color CMYK) of #aecf3f color hex is 0.16, 0.00, 0.70, 0.19. Web safe color of #aecf3f is #99cc33. Color #aecf3f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11001111 | 00111111 |
Octal | 256 | 317 | 77 |
Decimal | 174 | 207 | 63 |
Hex | AE | CF | 3F |
Shades of #aecf3f
Tints of #aecf3f
RGB Percentages of Color #aecf3f
CMYK Percentages of Color #aecf3f
Complementary Color
#aecf3f | #603fcf |
#aecf3f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aecf3f Color Preview on White Background
Lorem ipsum dolor sit amet.
#aecf3f Color CSS Codes
.mybgcolor {background-color:#aecf3f; } .myforecolor {color:#aecf3f; } .mybordercolor {border:3px solid #aecf3f; }
#aecf3f Text Font Color
<p style="color:#aecf3f">Text here</p>
This sample text font color is #aecf3f
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.
#aecf3f Background Color
<div style="background-color:#aecf3f">
Div content here</div>
This div background color is #aecf3f
#aecf3f Border Color
<div style="border:3px solid #aecf3f">
Div here</div>
This div border color is #aecf3f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,207,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aecf3f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aecf3f; -webkit-box-shadow: 1px 1px 3px 2px #aecf3f; box-shadow: 1px 1px 3px 2px #aecf3f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,207,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aecf3f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aecf3f; -webkit-box-shadow: 1px 1px 3px 2px #aecf3f; box-shadow: 1px 1px 3px 2px #aecf3f;">
Div content here</div>
This div box has shadow with color #aecf3f
Comments
No comments written yet.
Please login to write comment.