Color spaces of #aecf30
RGB | 174 | 207 | 48 |
---|---|---|---|
HSL | 0.20 | 0.62 | 0.50 |
HSV | 72° | 77° | 81° |
CMYK | 0.16 | 0.00 | 0.77 0.19 |
XYZ | 40.3019 | 53.8377 | 11.0639 |
Yxy | 53.8377 | 0.3831 | 0.5117 |
Hunter Lab | 73.3742 | -30.3609 | 42.4217 |
CIE-Lab | 78.3670 | -31.1196 | 69.3736 |
#aecf30 color RGB value is (174,207,48).
#aecf30 hex color red value is 174, green value is 207 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #aecf30 hue: 0.20 , saturation: 0.62 and the lightness value of aecf30 is 0.50.
The process color (four color CMYK) of #aecf30 color hex is 0.16, 0.00, 0.77, 0.19. Web safe color of #aecf30 is #99cc33. Color #aecf30 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11001111 | 00110000 |
Octal | 256 | 317 | 60 |
Decimal | 174 | 207 | 48 |
Hex | AE | CF | 30 |
Shades of #aecf30
Tints of #aecf30
RGB Percentages of Color #aecf30
CMYK Percentages of Color #aecf30
Complementary Color
#aecf30 | #5130cf |
#aecf30 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aecf30 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aecf30 Color CSS Codes
.mybgcolor {background-color:#aecf30; } .myforecolor {color:#aecf30; } .mybordercolor {border:3px solid #aecf30; }
#aecf30 Text Font Color
<p style="color:#aecf30">Text here</p>
This sample text font color is #aecf30
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.
#aecf30 Background Color
<div style="background-color:#aecf30">
Div content here</div>
This div background color is #aecf30
#aecf30 Border Color
<div style="border:3px solid #aecf30">
Div here</div>
This div border color is #aecf30
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,207,48, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aecf30; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aecf30; -webkit-box-shadow: 1px 1px 3px 2px #aecf30; box-shadow: 1px 1px 3px 2px #aecf30; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,207,48, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aecf30">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aecf30; -webkit-box-shadow: 1px 1px 3px 2px #aecf30; box-shadow: 1px 1px 3px 2px #aecf30;">
Div content here</div>
This div box has shadow with color #aecf30
Comments
No comments written yet.
Please login to write comment.