Color spaces of #aef75a
RGB | 174 | 247 | 90 |
---|---|---|---|
HSL | 0.24 | 0.91 | 0.66 |
HSV | 88° | 64° | 97° |
CMYK | 0.30 | 0.00 | 0.64 0.03 |
XYZ | 52.5618 | 76.2584 | 21.6219 |
Yxy | 76.2584 | 0.3494 | 0.5069 |
Hunter Lab | 87.3261 | -45.3809 | 46.4481 |
CIE-Lab | 89.9792 | -46.4006 | 66.0396 |
#aef75a color RGB value is (174,247,90).
#aef75a hex color red value is 174, green value is 247 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #aef75a hue: 0.24 , saturation: 0.91 and the lightness value of aef75a is 0.66.
The process color (four color CMYK) of #aef75a color hex is 0.30, 0.00, 0.64, 0.03. Web safe color of #aef75a is #99ff66. Color #aef75a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11110111 | 01011010 |
Octal | 256 | 367 | 132 |
Decimal | 174 | 247 | 90 |
Hex | AE | F7 | 5A |
Shades of #aef75a
Tints of #aef75a
RGB Percentages of Color #aef75a
CMYK Percentages of Color #aef75a
Complementary Color
#aef75a | #a35af7 |
#aef75a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aef75a Color Preview on White Background
Lorem ipsum dolor sit amet.
#aef75a Color CSS Codes
.mybgcolor {background-color:#aef75a; } .myforecolor {color:#aef75a; } .mybordercolor {border:3px solid #aef75a; }
#aef75a Text Font Color
<p style="color:#aef75a">Text here</p>
This sample text font color is #aef75a
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.
#aef75a Background Color
<div style="background-color:#aef75a">
Div content here</div>
This div background color is #aef75a
#aef75a Border Color
<div style="border:3px solid #aef75a">
Div here</div>
This div border color is #aef75a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,247,90, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aef75a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aef75a; -webkit-box-shadow: 1px 1px 3px 2px #aef75a; box-shadow: 1px 1px 3px 2px #aef75a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,247,90, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aef75a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aef75a; -webkit-box-shadow: 1px 1px 3px 2px #aef75a; box-shadow: 1px 1px 3px 2px #aef75a;">
Div content here</div>
This div box has shadow with color #aef75a
Comments
No comments written yet.
Please login to write comment.