Color spaces of #adb1ae
RGB | 173 | 177 | 174 |
---|---|---|---|
HSL | 0.38 | 0.03 | 0.69 |
HSV | 135° | 2° | 69° |
CMYK | 0.02 | 0.00 | 0.02 0.31 |
XYZ | 40.5957 | 43.3845 | 46.2788 |
Yxy | 43.3845 | 0.3117 | 0.3331 |
Hunter Lab | 65.8669 | -5.2523 | 4.4490 |
CIE-Lab | 71.8152 | -1.9684 | 1.0322 |
#adb1ae color RGB value is (173,177,174).
#adb1ae hex color red value is 173, green value is 177 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #adb1ae hue: 0.38 , saturation: 0.03 and the lightness value of adb1ae is 0.69.
The process color (four color CMYK) of #adb1ae color hex is 0.02, 0.00, 0.02, 0.31. Web safe color of #adb1ae is #999999. Color #adb1ae contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10110001 | 10101110 |
Octal | 255 | 261 | 256 |
Decimal | 173 | 177 | 174 |
Hex | AD | B1 | AE |
Shades of #adb1ae
Tints of #adb1ae
RGB Percentages of Color #adb1ae
CMYK Percentages of Color #adb1ae
Complementary Color
#adb1ae | #b1adb0 |
#adb1ae Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adb1ae Color Preview on White Background
Lorem ipsum dolor sit amet.
#adb1ae Color CSS Codes
.mybgcolor {background-color:#adb1ae; } .myforecolor {color:#adb1ae; } .mybordercolor {border:3px solid #adb1ae; }
#adb1ae Text Font Color
<p style="color:#adb1ae">Text here</p>
This sample text font color is #adb1ae
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.
#adb1ae Background Color
<div style="background-color:#adb1ae">
Div content here</div>
This div background color is #adb1ae
#adb1ae Border Color
<div style="border:3px solid #adb1ae">
Div here</div>
This div border color is #adb1ae
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,177,174, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adb1ae; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adb1ae; -webkit-box-shadow: 1px 1px 3px 2px #adb1ae; box-shadow: 1px 1px 3px 2px #adb1ae; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,177,174, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adb1ae">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adb1ae; -webkit-box-shadow: 1px 1px 3px 2px #adb1ae; box-shadow: 1px 1px 3px 2px #adb1ae;">
Div content here</div>
This div box has shadow with color #adb1ae
Comments
No comments written yet.
Please login to write comment.