Color spaces of #aafa54
RGB | 170 | 250 | 84 |
---|---|---|---|
HSL | 0.25 | 0.94 | 0.65 |
HSV | 89° | 66° | 98° |
CMYK | 0.32 | 0.00 | 0.66 0.02 |
XYZ | 52.3634 | 77.5574 | 20.5977 |
Yxy | 77.5574 | 0.3479 | 0.5153 |
Hunter Lab | 88.0667 | -47.9827 | 47.7795 |
CIE-Lab | 90.5776 | -49.4968 | 68.9436 |
#aafa54 color RGB value is (170,250,84).
#aafa54 hex color red value is 170, green value is 250 and the blue value of its RGB is 84. Cylindrical-coordinate representations (also known as HSL) of color #aafa54 hue: 0.25 , saturation: 0.94 and the lightness value of aafa54 is 0.65.
The process color (four color CMYK) of #aafa54 color hex is 0.32, 0.00, 0.66, 0.02. Web safe color of #aafa54 is #99ff66. Color #aafa54 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101010 | 11111010 | 01010100 |
Octal | 252 | 372 | 124 |
Decimal | 170 | 250 | 84 |
Hex | AA | FA | 54 |
Shades of #aafa54
Tints of #aafa54
RGB Percentages of Color #aafa54
CMYK Percentages of Color #aafa54
Complementary Color
#aafa54 | #a454fa |
#aafa54 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aafa54 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aafa54 Color CSS Codes
.mybgcolor {background-color:#aafa54; } .myforecolor {color:#aafa54; } .mybordercolor {border:3px solid #aafa54; }
#aafa54 Text Font Color
<p style="color:#aafa54">Text here</p>
This sample text font color is #aafa54
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.
#aafa54 Background Color
<div style="background-color:#aafa54">
Div content here</div>
This div background color is #aafa54
#aafa54 Border Color
<div style="border:3px solid #aafa54">
Div here</div>
This div border color is #aafa54
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(170,250,84, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aafa54; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aafa54; -webkit-box-shadow: 1px 1px 3px 2px #aafa54; box-shadow: 1px 1px 3px 2px #aafa54; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(170,250,84, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aafa54">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aafa54; -webkit-box-shadow: 1px 1px 3px 2px #aafa54; box-shadow: 1px 1px 3px 2px #aafa54;">
Div content here</div>
This div box has shadow with color #aafa54
Comments
No comments written yet.
Please login to write comment.