Color spaces of #adf56a
RGB | 173 | 245 | 106 |
---|---|---|---|
HSL | 0.25 | 0.87 | 0.69 |
HSV | 91° | 57° | 96° |
CMYK | 0.29 | 0.00 | 0.57 0.04 |
XYZ | 52.4875 | 75.2297 | 25.3901 |
Yxy | 75.2297 | 0.3428 | 0.4914 |
Hunter Lab | 86.7351 | -43.7675 | 43.3585 |
CIE-Lab | 89.5005 | -44.5307 | 58.7955 |
#adf56a color RGB value is (173,245,106).
#adf56a hex color red value is 173, green value is 245 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #adf56a hue: 0.25 , saturation: 0.87 and the lightness value of adf56a is 0.69.
The process color (four color CMYK) of #adf56a color hex is 0.29, 0.00, 0.57, 0.04. Web safe color of #adf56a is #99ff66. Color #adf56a contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11110101 | 01101010 |
Octal | 255 | 365 | 152 |
Decimal | 173 | 245 | 106 |
Hex | AD | F5 | 6A |
Shades of #adf56a
Tints of #adf56a
RGB Percentages of Color #adf56a
CMYK Percentages of Color #adf56a
Complementary Color
#adf56a | #b26af5 |
#adf56a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adf56a Color Preview on White Background
Lorem ipsum dolor sit amet.
#adf56a Color CSS Codes
.mybgcolor {background-color:#adf56a; } .myforecolor {color:#adf56a; } .mybordercolor {border:3px solid #adf56a; }
#adf56a Text Font Color
<p style="color:#adf56a">Text here</p>
This sample text font color is #adf56a
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.
#adf56a Background Color
<div style="background-color:#adf56a">
Div content here</div>
This div background color is #adf56a
#adf56a Border Color
<div style="border:3px solid #adf56a">
Div here</div>
This div border color is #adf56a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,245,106, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adf56a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adf56a; -webkit-box-shadow: 1px 1px 3px 2px #adf56a; box-shadow: 1px 1px 3px 2px #adf56a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,245,106, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adf56a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adf56a; -webkit-box-shadow: 1px 1px 3px 2px #adf56a; box-shadow: 1px 1px 3px 2px #adf56a;">
Div content here</div>
This div box has shadow with color #adf56a
Comments
No comments written yet.
Please login to write comment.