Color spaces of #adfaad
RGB | 173 | 250 | 173 |
---|---|---|---|
HSL | 0.33 | 0.89 | 0.83 |
HSV | 120° | 31° | 98° |
CMYK | 0.31 | 0.00 | 0.31 0.02 |
XYZ | 58.9620 | 80.2726 | 51.9217 |
Yxy | 80.2726 | 0.3084 | 0.4199 |
Hunter Lab | 89.5950 | -39.3213 | 28.3570 |
CIE-Lab | 91.8070 | -38.2553 | 29.6220 |
#adfaad color RGB value is (173,250,173).
#adfaad hex color red value is 173, green value is 250 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #adfaad hue: 0.33 , saturation: 0.89 and the lightness value of adfaad is 0.83.
The process color (four color CMYK) of #adfaad color hex is 0.31, 0.00, 0.31, 0.02. Web safe color of #adfaad is #99ff99. Color #adfaad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11111010 | 10101101 |
Octal | 255 | 372 | 255 |
Decimal | 173 | 250 | 173 |
Hex | AD | FA | AD |
Shades of #adfaad
Tints of #adfaad
RGB Percentages of Color #adfaad
CMYK Percentages of Color #adfaad
Complementary Color
#adfaad | #faadfa |
#adfaad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adfaad Color Preview on White Background
Lorem ipsum dolor sit amet.
#adfaad Color CSS Codes
.mybgcolor {background-color:#adfaad; } .myforecolor {color:#adfaad; } .mybordercolor {border:3px solid #adfaad; }
#adfaad Text Font Color
<p style="color:#adfaad">Text here</p>
This sample text font color is #adfaad
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.
#adfaad Background Color
<div style="background-color:#adfaad">
Div content here</div>
This div background color is #adfaad
#adfaad Border Color
<div style="border:3px solid #adfaad">
Div here</div>
This div border color is #adfaad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,250,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adfaad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adfaad; -webkit-box-shadow: 1px 1px 3px 2px #adfaad; box-shadow: 1px 1px 3px 2px #adfaad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,250,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 #adfaad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adfaad; -webkit-box-shadow: 1px 1px 3px 2px #adfaad; box-shadow: 1px 1px 3px 2px #adfaad;">
Div content here</div>
This div box has shadow with color #adfaad
Comments
No comments written yet.
Please login to write comment.