Color spaces of #adf221
RGB | 173 | 242 | 33 |
---|---|---|---|
HSL | 0.22 | 0.89 | 0.54 |
HSV | 80° | 86° | 95° |
CMYK | 0.29 | 0.00 | 0.86 0.05 |
XYZ | 49.2602 | 72.4983 | 12.8361 |
Yxy | 72.4983 | 0.3660 | 0.5386 |
Hunter Lab | 85.1459 | -45.7363 | 50.6639 |
CIE-Lab | 88.2079 | -47.5452 | 81.6022 |
#adf221 color RGB value is (173,242,33).
#adf221 hex color red value is 173, green value is 242 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #adf221 hue: 0.22 , saturation: 0.89 and the lightness value of adf221 is 0.54.
The process color (four color CMYK) of #adf221 color hex is 0.29, 0.00, 0.86, 0.05. Web safe color of #adf221 is #99ff33. Color #adf221 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11110010 | 00100001 |
Octal | 255 | 362 | 41 |
Decimal | 173 | 242 | 33 |
Hex | AD | F2 | 21 |
Shades of #adf221
Tints of #adf221
RGB Percentages of Color #adf221
CMYK Percentages of Color #adf221
Complementary Color
#adf221 | #6621f2 |
#adf221 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adf221 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adf221 Color CSS Codes
.mybgcolor {background-color:#adf221; } .myforecolor {color:#adf221; } .mybordercolor {border:3px solid #adf221; }
#adf221 Text Font Color
<p style="color:#adf221">Text here</p>
This sample text font color is #adf221
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.
#adf221 Background Color
<div style="background-color:#adf221">
Div content here</div>
This div background color is #adf221
#adf221 Border Color
<div style="border:3px solid #adf221">
Div here</div>
This div border color is #adf221
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,242,33, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adf221; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adf221; -webkit-box-shadow: 1px 1px 3px 2px #adf221; box-shadow: 1px 1px 3px 2px #adf221; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,242,33, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adf221">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adf221; -webkit-box-shadow: 1px 1px 3px 2px #adf221; box-shadow: 1px 1px 3px 2px #adf221;">
Div content here</div>
This div box has shadow with color #adf221
Comments
No comments written yet.
Please login to write comment.