Color spaces of #addfad
RGB | 173 | 223 | 173 |
---|---|---|---|
HSL | 0.33 | 0.44 | 0.78 |
HSV | 120° | 22° | 87° |
CMYK | 0.22 | 0.00 | 0.22 0.13 |
XYZ | 51.1641 | 64.6767 | 49.3224 |
Yxy | 64.6767 | 0.3098 | 0.3916 |
Hunter Lab | 80.4218 | -27.1771 | 19.9329 |
CIE-Lab | 84.3169 | -25.6646 | 19.3601 |
#addfad color RGB value is (173,223,173).
#addfad hex color red value is 173, green value is 223 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #addfad hue: 0.33 , saturation: 0.44 and the lightness value of addfad is 0.78.
The process color (four color CMYK) of #addfad color hex is 0.22, 0.00, 0.22, 0.13. Web safe color of #addfad is #99cc99. Color #addfad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11011111 | 10101101 |
Octal | 255 | 337 | 255 |
Decimal | 173 | 223 | 173 |
Hex | AD | DF | AD |
Shades of #addfad
Tints of #addfad
RGB Percentages of Color #addfad
CMYK Percentages of Color #addfad
Complementary Color
#addfad | #dfaddf |
#addfad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#addfad Color Preview on White Background
Lorem ipsum dolor sit amet.
#addfad Color CSS Codes
.mybgcolor {background-color:#addfad; } .myforecolor {color:#addfad; } .mybordercolor {border:3px solid #addfad; }
#addfad Text Font Color
<p style="color:#addfad">Text here</p>
This sample text font color is #addfad
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.
#addfad Background Color
<div style="background-color:#addfad">
Div content here</div>
This div background color is #addfad
#addfad Border Color
<div style="border:3px solid #addfad">
Div here</div>
This div border color is #addfad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,223,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #addfad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #addfad; -webkit-box-shadow: 1px 1px 3px 2px #addfad; box-shadow: 1px 1px 3px 2px #addfad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,223,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #addfad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #addfad; -webkit-box-shadow: 1px 1px 3px 2px #addfad; box-shadow: 1px 1px 3px 2px #addfad;">
Div content here</div>
This div box has shadow with color #addfad
#addfad Color Palettes
Comments
No comments written yet.
Please login to write comment.