Color spaces of #adfb69
RGB | 173 | 251 | 105 |
---|---|---|---|
HSL | 0.26 | 0.95 | 0.70 |
HSV | 92° | 58° | 98° |
CMYK | 0.31 | 0.00 | 0.58 0.02 |
XYZ | 54.2806 | 78.8985 | 25.7327 |
Yxy | 78.8985 | 0.3416 | 0.4965 |
Hunter Lab | 88.8248 | -46.3626 | 45.0010 |
CIE-Lab | 91.1883 | -47.1869 | 61.1544 |
#adfb69 color RGB value is (173,251,105).
#adfb69 hex color red value is 173, green value is 251 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #adfb69 hue: 0.26 , saturation: 0.95 and the lightness value of adfb69 is 0.70.
The process color (four color CMYK) of #adfb69 color hex is 0.31, 0.00, 0.58, 0.02. Web safe color of #adfb69 is #99ff66. Color #adfb69 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11111011 | 01101001 |
Octal | 255 | 373 | 151 |
Decimal | 173 | 251 | 105 |
Hex | AD | FB | 69 |
Shades of #adfb69
Tints of #adfb69
RGB Percentages of Color #adfb69
CMYK Percentages of Color #adfb69
Complementary Color
#adfb69 | #b769fb |
#adfb69 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adfb69 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adfb69 Color CSS Codes
.mybgcolor {background-color:#adfb69; } .myforecolor {color:#adfb69; } .mybordercolor {border:3px solid #adfb69; }
#adfb69 Text Font Color
<p style="color:#adfb69">Text here</p>
This sample text font color is #adfb69
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.
#adfb69 Background Color
<div style="background-color:#adfb69">
Div content here</div>
This div background color is #adfb69
#adfb69 Border Color
<div style="border:3px solid #adfb69">
Div here</div>
This div border color is #adfb69
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,251,105, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adfb69; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adfb69; -webkit-box-shadow: 1px 1px 3px 2px #adfb69; box-shadow: 1px 1px 3px 2px #adfb69; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,251,105, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adfb69">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adfb69; -webkit-box-shadow: 1px 1px 3px 2px #adfb69; box-shadow: 1px 1px 3px 2px #adfb69;">
Div content here</div>
This div box has shadow with color #adfb69
Comments
No comments written yet.
Please login to write comment.