Color spaces of #aef14c
RGB | 174 | 241 | 76 |
---|---|---|---|
HSL | 0.23 | 0.85 | 0.62 |
HSV | 84° | 68° | 95° |
CMYK | 0.28 | 0.00 | 0.68 0.05 |
XYZ | 50.2154 | 72.4311 | 18.1714 |
Yxy | 72.4311 | 0.3566 | 0.5144 |
Hunter Lab | 85.1065 | -43.6159 | 46.9153 |
CIE-Lab | 88.1757 | -44.8270 | 69.5000 |
#aef14c color RGB value is (174,241,76).
#aef14c hex color red value is 174, green value is 241 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #aef14c hue: 0.23 , saturation: 0.85 and the lightness value of aef14c is 0.62.
The process color (four color CMYK) of #aef14c color hex is 0.28, 0.00, 0.68, 0.05. Web safe color of #aef14c is #99ff33. Color #aef14c contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11110001 | 01001100 |
Octal | 256 | 361 | 114 |
Decimal | 174 | 241 | 76 |
Hex | AE | F1 | 4C |
Shades of #aef14c
Tints of #aef14c
RGB Percentages of Color #aef14c
CMYK Percentages of Color #aef14c
Complementary Color
#aef14c | #8f4cf1 |
#aef14c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aef14c Color Preview on White Background
Lorem ipsum dolor sit amet.
#aef14c Color CSS Codes
.mybgcolor {background-color:#aef14c; } .myforecolor {color:#aef14c; } .mybordercolor {border:3px solid #aef14c; }
#aef14c Text Font Color
<p style="color:#aef14c">Text here</p>
This sample text font color is #aef14c
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.
#aef14c Background Color
<div style="background-color:#aef14c">
Div content here</div>
This div background color is #aef14c
#aef14c Border Color
<div style="border:3px solid #aef14c">
Div here</div>
This div border color is #aef14c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,241,76, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aef14c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aef14c; -webkit-box-shadow: 1px 1px 3px 2px #aef14c; box-shadow: 1px 1px 3px 2px #aef14c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,241,76, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aef14c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aef14c; -webkit-box-shadow: 1px 1px 3px 2px #aef14c; box-shadow: 1px 1px 3px 2px #aef14c;">
Div content here</div>
This div box has shadow with color #aef14c
Comments
No comments written yet.
Please login to write comment.