Color spaces of #aff119
RGB | 175 | 241 | 25 |
---|---|---|---|
HSL | 0.22 | 0.89 | 0.52 |
HSV | 78° | 90° | 95° |
CMYK | 0.27 | 0.00 | 0.90 0.05 |
XYZ | 49.3100 | 72.0947 | 12.2365 |
Yxy | 72.0947 | 0.3690 | 0.5395 |
Hunter Lab | 84.9086 | -44.9276 | 50.8915 |
CIE-Lab | 88.0142 | -46.5749 | 82.8195 |
#aff119 color RGB value is (175,241,25).
#aff119 hex color red value is 175, green value is 241 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #aff119 hue: 0.22 , saturation: 0.89 and the lightness value of aff119 is 0.52.
The process color (four color CMYK) of #aff119 color hex is 0.27, 0.00, 0.90, 0.05. Web safe color of #aff119 is #99ff00. Color #aff119 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11110001 | 00011001 |
Octal | 257 | 361 | 31 |
Decimal | 175 | 241 | 25 |
Hex | AF | F1 | 19 |
Shades of #aff119
Tints of #aff119
RGB Percentages of Color #aff119
CMYK Percentages of Color #aff119
Complementary Color
#aff119 | #5b19f1 |
#aff119 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aff119 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aff119 Color CSS Codes
.mybgcolor {background-color:#aff119; } .myforecolor {color:#aff119; } .mybordercolor {border:3px solid #aff119; }
#aff119 Text Font Color
<p style="color:#aff119">Text here</p>
This sample text font color is #aff119
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.
#aff119 Background Color
<div style="background-color:#aff119">
Div content here</div>
This div background color is #aff119
#aff119 Border Color
<div style="border:3px solid #aff119">
Div here</div>
This div border color is #aff119
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,241,25, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aff119; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aff119; -webkit-box-shadow: 1px 1px 3px 2px #aff119; box-shadow: 1px 1px 3px 2px #aff119; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,241,25, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aff119">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aff119; -webkit-box-shadow: 1px 1px 3px 2px #aff119; box-shadow: 1px 1px 3px 2px #aff119;">
Div content here</div>
This div box has shadow with color #aff119
Comments
No comments written yet.
Please login to write comment.