Color spaces of #aaf231
RGB | 170 | 242 | 49 |
---|---|---|---|
HSL | 0.23 | 0.88 | 0.57 |
HSV | 82° | 80° | 95° |
CMYK | 0.30 | 0.00 | 0.80 0.05 |
XYZ | 48.8841 | 72.2721 | 14.2792 |
Yxy | 72.2721 | 0.3609 | 0.5336 |
Hunter Lab | 85.0130 | -46.1318 | 49.5505 |
CIE-Lab | 88.0994 | -48.1023 | 77.8698 |
#aaf231 color RGB value is (170,242,49).
#aaf231 hex color red value is 170, green value is 242 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #aaf231 hue: 0.23 , saturation: 0.88 and the lightness value of aaf231 is 0.57.
The process color (four color CMYK) of #aaf231 color hex is 0.30, 0.00, 0.80, 0.05. Web safe color of #aaf231 is #99ff33. Color #aaf231 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11110010 | 00110001 |
Octal | 252 | 362 | 61 |
Decimal | 170 | 242 | 49 |
Hex | AA | F2 | 31 |
Shades of #aaf231
Tints of #aaf231
RGB Percentages of Color #aaf231
CMYK Percentages of Color #aaf231
Complementary Color
#aaf231 | #7931f2 |
#aaf231 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aaf231 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aaf231 Color CSS Codes
.mybgcolor {background-color:#aaf231; } .myforecolor {color:#aaf231; } .mybordercolor {border:3px solid #aaf231; }
#aaf231 Text Font Color
<p style="color:#aaf231">Text here</p>
This sample text font color is #aaf231
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.
#aaf231 Background Color
<div style="background-color:#aaf231">
Div content here</div>
This div background color is #aaf231
#aaf231 Border Color
<div style="border:3px solid #aaf231">
Div here</div>
This div border color is #aaf231
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,242,49, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aaf231; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aaf231; -webkit-box-shadow: 1px 1px 3px 2px #aaf231; box-shadow: 1px 1px 3px 2px #aaf231; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,242,49, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aaf231">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aaf231; -webkit-box-shadow: 1px 1px 3px 2px #aaf231; box-shadow: 1px 1px 3px 2px #aaf231;">
Div content here</div>
This div box has shadow with color #aaf231
Comments
No comments written yet.
Please login to write comment.