Color spaces of #adbea0
RGB | 173 | 190 | 160 |
---|---|---|---|
HSL | 0.26 | 0.19 | 0.69 |
HSV | 94° | 16° | 75° |
CMYK | 0.09 | 0.00 | 0.16 0.25 |
XYZ | 41.9922 | 48.2492 | 40.3575 |
Yxy | 48.2492 | 0.3215 | 0.3694 |
Hunter Lab | 69.4616 | -13.6479 | 14.1754 |
CIE-Lab | 74.9818 | -11.3486 | 13.2001 |
#adbea0 color RGB value is (173,190,160).
#adbea0 hex color red value is 173, green value is 190 and the blue value of its RGB is 160. Cylindrical-coordinate representations (also known as HSL) of color #adbea0 hue: 0.26 , saturation: 0.19 and the lightness value of adbea0 is 0.69.
The process color (four color CMYK) of #adbea0 color hex is 0.09, 0.00, 0.16, 0.25. Web safe color of #adbea0 is #99cc99. Color #adbea0 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10111110 | 10100000 |
Octal | 255 | 276 | 240 |
Decimal | 173 | 190 | 160 |
Hex | AD | BE | A0 |
Shades of #adbea0
Tints of #adbea0
RGB Percentages of Color #adbea0
CMYK Percentages of Color #adbea0
Complementary Color
#adbea0 | #b1a0be |
#adbea0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adbea0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adbea0 Color CSS Codes
.mybgcolor {background-color:#adbea0; } .myforecolor {color:#adbea0; } .mybordercolor {border:3px solid #adbea0; }
#adbea0 Text Font Color
<p style="color:#adbea0">Text here</p>
This sample text font color is #adbea0
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.
#adbea0 Background Color
<div style="background-color:#adbea0">
Div content here</div>
This div background color is #adbea0
#adbea0 Border Color
<div style="border:3px solid #adbea0">
Div here</div>
This div border color is #adbea0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,190,160, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adbea0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adbea0; -webkit-box-shadow: 1px 1px 3px 2px #adbea0; box-shadow: 1px 1px 3px 2px #adbea0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,190,160, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adbea0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adbea0; -webkit-box-shadow: 1px 1px 3px 2px #adbea0; box-shadow: 1px 1px 3px 2px #adbea0;">
Div content here</div>
This div box has shadow with color #adbea0
Comments
No comments written yet.
Please login to write comment.