Color spaces of #adaf64
RGB | 173 | 175 | 100 |
---|---|---|---|
HSL | 0.17 | 0.32 | 0.54 |
HSV | 62° | 43° | 69° |
CMYK | 0.01 | 0.00 | 0.43 0.31 |
XYZ | 34.8638 | 40.4643 | 18.0295 |
Yxy | 40.4643 | 0.3734 | 0.4334 |
Hunter Lab | 63.6116 | -13.4891 | 27.7235 |
CIE-Lab | 69.7990 | -11.9063 | 38.1034 |
#adaf64 color RGB value is (173,175,100).
#adaf64 hex color red value is 173, green value is 175 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #adaf64 hue: 0.17 , saturation: 0.32 and the lightness value of adaf64 is 0.54.
The process color (four color CMYK) of #adaf64 color hex is 0.01, 0.00, 0.43, 0.31. Web safe color of #adaf64 is #999966. Color #adaf64 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10101111 | 01100100 |
Octal | 255 | 257 | 144 |
Decimal | 173 | 175 | 100 |
Hex | AD | AF | 64 |
Shades of #adaf64
Tints of #adaf64
RGB Percentages of Color #adaf64
CMYK Percentages of Color #adaf64
Complementary Color
#adaf64 | #6664af |
#adaf64 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adaf64 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adaf64 Color CSS Codes
.mybgcolor {background-color:#adaf64; } .myforecolor {color:#adaf64; } .mybordercolor {border:3px solid #adaf64; }
#adaf64 Text Font Color
<p style="color:#adaf64">Text here</p>
This sample text font color is #adaf64
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.
#adaf64 Background Color
<div style="background-color:#adaf64">
Div content here</div>
This div background color is #adaf64
#adaf64 Border Color
<div style="border:3px solid #adaf64">
Div here</div>
This div border color is #adaf64
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,175,100, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adaf64; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adaf64; -webkit-box-shadow: 1px 1px 3px 2px #adaf64; box-shadow: 1px 1px 3px 2px #adaf64; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,175,100, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adaf64">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adaf64; -webkit-box-shadow: 1px 1px 3px 2px #adaf64; box-shadow: 1px 1px 3px 2px #adaf64;">
Div content here</div>
This div box has shadow with color #adaf64
Comments
No comments written yet.
Please login to write comment.