Color spaces of #adb18e
RGB | 173 | 177 | 142 |
---|---|---|---|
HSL | 0.19 | 0.18 | 0.63 |
HSV | 67° | 20° | 69° |
CMYK | 0.02 | 0.00 | 0.20 0.31 |
XYZ | 37.8382 | 42.2815 | 31.7580 |
Yxy | 42.2815 | 0.3382 | 0.3779 |
Hunter Lab | 65.0242 | -9.9216 | 16.5596 |
CIE-Lab | 71.0646 | -7.4594 | 17.4754 |
#adb18e color RGB value is (173,177,142).
#adb18e hex color red value is 173, green value is 177 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #adb18e hue: 0.19 , saturation: 0.18 and the lightness value of adb18e is 0.63.
The process color (four color CMYK) of #adb18e color hex is 0.02, 0.00, 0.20, 0.31. Web safe color of #adb18e is #999999. Color #adb18e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10110001 | 10001110 |
Octal | 255 | 261 | 216 |
Decimal | 173 | 177 | 142 |
Hex | AD | B1 | 8E |
Shades of #adb18e
Tints of #adb18e
RGB Percentages of Color #adb18e
CMYK Percentages of Color #adb18e
Complementary Color
#adb18e | #928eb1 |
#adb18e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adb18e Color Preview on White Background
Lorem ipsum dolor sit amet.
#adb18e Color CSS Codes
.mybgcolor {background-color:#adb18e; } .myforecolor {color:#adb18e; } .mybordercolor {border:3px solid #adb18e; }
#adb18e Text Font Color
<p style="color:#adb18e">Text here</p>
This sample text font color is #adb18e
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.
#adb18e Background Color
<div style="background-color:#adb18e">
Div content here</div>
This div background color is #adb18e
#adb18e Border Color
<div style="border:3px solid #adb18e">
Div here</div>
This div border color is #adb18e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,177,142, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adb18e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adb18e; -webkit-box-shadow: 1px 1px 3px 2px #adb18e; box-shadow: 1px 1px 3px 2px #adb18e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,177,142, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adb18e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adb18e; -webkit-box-shadow: 1px 1px 3px 2px #adb18e; box-shadow: 1px 1px 3px 2px #adb18e;">
Div content here</div>
This div box has shadow with color #adb18e
Comments
No comments written yet.
Please login to write comment.