Color spaces of #adafad
RGB | 173 | 175 | 173 |
---|---|---|---|
HSL | 0.33 | 0.01 | 0.68 |
HSV | 120° | 1° | 69° |
CMYK | 0.01 | 0.00 | 0.01 0.31 |
XYZ | 40.1064 | 42.5613 | 45.6365 |
Yxy | 42.5613 | 0.3126 | 0.3317 |
Hunter Lab | 65.2390 | -4.4335 | 4.1923 |
CIE-Lab | 71.2562 | -1.0780 | 0.7674 |
#adafad color RGB value is (173,175,173).
#adafad hex color red value is 173, green value is 175 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #adafad hue: 0.33 , saturation: 0.01 and the lightness value of adafad is 0.68.
The process color (four color CMYK) of #adafad color hex is 0.01, 0.00, 0.01, 0.31. Web safe color of #adafad is #999999. Color #adafad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10101111 | 10101101 |
Octal | 255 | 257 | 255 |
Decimal | 173 | 175 | 173 |
Hex | AD | AF | AD |
Shades of #adafad
Tints of #adafad
RGB Percentages of Color #adafad
CMYK Percentages of Color #adafad
Complementary Color
#adafad | #afadaf |
#adafad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adafad Color Preview on White Background
Lorem ipsum dolor sit amet.
#adafad Color CSS Codes
.mybgcolor {background-color:#adafad; } .myforecolor {color:#adafad; } .mybordercolor {border:3px solid #adafad; }
#adafad Text Font Color
<p style="color:#adafad">Text here</p>
This sample text font color is #adafad
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.
#adafad Background Color
<div style="background-color:#adafad">
Div content here</div>
This div background color is #adafad
#adafad Border Color
<div style="border:3px solid #adafad">
Div here</div>
This div border color is #adafad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,175,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adafad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adafad; -webkit-box-shadow: 1px 1px 3px 2px #adafad; box-shadow: 1px 1px 3px 2px #adafad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,175,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 #adafad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adafad; -webkit-box-shadow: 1px 1px 3px 2px #adafad; box-shadow: 1px 1px 3px 2px #adafad;">
Div content here</div>
This div box has shadow with color #adafad
Comments
No comments written yet.
Please login to write comment.