Color spaces of #afd91a
RGB | 175 | 217 | 26 |
---|---|---|---|
HSL | 0.20 | 0.79 | 0.48 |
HSV | 73° | 88° | 85° |
CMYK | 0.19 | 0.00 | 0.88 0.15 |
XYZ | 42.6785 | 58.8142 | 10.0802 |
Yxy | 58.8142 | 0.3825 | 0.5271 |
Hunter Lab | 76.6904 | -34.8723 | 45.8902 |
CIE-Lab | 81.1894 | -36.0418 | 77.0919 |
#afd91a color RGB value is (175,217,26).
#afd91a hex color red value is 175, green value is 217 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #afd91a hue: 0.20 , saturation: 0.79 and the lightness value of afd91a is 0.48.
The process color (four color CMYK) of #afd91a color hex is 0.19, 0.00, 0.88, 0.15. Web safe color of #afd91a is #99cc33. Color #afd91a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101111 | 11011001 | 00011010 |
Octal | 257 | 331 | 32 |
Decimal | 175 | 217 | 26 |
Hex | AF | D9 | 1A |
Shades of #afd91a
Tints of #afd91a
RGB Percentages of Color #afd91a
CMYK Percentages of Color #afd91a
Complementary Color
#afd91a | #441ad9 |
#afd91a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#afd91a Color Preview on White Background
Lorem ipsum dolor sit amet.
#afd91a Color CSS Codes
.mybgcolor {background-color:#afd91a; } .myforecolor {color:#afd91a; } .mybordercolor {border:3px solid #afd91a; }
#afd91a Text Font Color
<p style="color:#afd91a">Text here</p>
This sample text font color is #afd91a
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.
#afd91a Background Color
<div style="background-color:#afd91a">
Div content here</div>
This div background color is #afd91a
#afd91a Border Color
<div style="border:3px solid #afd91a">
Div here</div>
This div border color is #afd91a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(175,217,26, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #afd91a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #afd91a; -webkit-box-shadow: 1px 1px 3px 2px #afd91a; box-shadow: 1px 1px 3px 2px #afd91a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(175,217,26, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #afd91a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #afd91a; -webkit-box-shadow: 1px 1px 3px 2px #afd91a; box-shadow: 1px 1px 3px 2px #afd91a;">
Div content here</div>
This div box has shadow with color #afd91a
Comments
No comments written yet.
Please login to write comment.