Color spaces of #adfc38
RGB | 173 | 252 | 56 |
---|---|---|---|
HSL | 0.23 | 0.97 | 0.60 |
HSV | 84° | 78° | 99° |
CMYK | 0.31 | 0.00 | 0.78 0.01 |
XYZ | 52.7578 | 78.7906 | 16.1689 |
Yxy | 78.7906 | 0.3572 | 0.5334 |
Hunter Lab | 88.7641 | -49.2439 | 51.3348 |
CIE-Lab | 91.1395 | -50.8923 | 78.8133 |
#adfc38 color RGB value is (173,252,56).
#adfc38 hex color red value is 173, green value is 252 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #adfc38 hue: 0.23 , saturation: 0.97 and the lightness value of adfc38 is 0.60.
The process color (four color CMYK) of #adfc38 color hex is 0.31, 0.00, 0.78, 0.01. Web safe color of #adfc38 is #99ff33. Color #adfc38 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11111100 | 00111000 |
Octal | 255 | 374 | 70 |
Decimal | 173 | 252 | 56 |
Hex | AD | FC | 38 |
Shades of #adfc38
Tints of #adfc38
RGB Percentages of Color #adfc38
CMYK Percentages of Color #adfc38
Complementary Color
#adfc38 | #8738fc |
#adfc38 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adfc38 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adfc38 Color CSS Codes
.mybgcolor {background-color:#adfc38; } .myforecolor {color:#adfc38; } .mybordercolor {border:3px solid #adfc38; }
#adfc38 Text Font Color
<p style="color:#adfc38">Text here</p>
This sample text font color is #adfc38
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.
#adfc38 Background Color
<div style="background-color:#adfc38">
Div content here</div>
This div background color is #adfc38
#adfc38 Border Color
<div style="border:3px solid #adfc38">
Div here</div>
This div border color is #adfc38
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,252,56, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adfc38; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adfc38; -webkit-box-shadow: 1px 1px 3px 2px #adfc38; box-shadow: 1px 1px 3px 2px #adfc38; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,252,56, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adfc38">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adfc38; -webkit-box-shadow: 1px 1px 3px 2px #adfc38; box-shadow: 1px 1px 3px 2px #adfc38;">
Div content here</div>
This div box has shadow with color #adfc38
Comments
No comments written yet.
Please login to write comment.