Color spaces of #adbea2
RGB | 173 | 190 | 162 |
---|---|---|---|
HSL | 0.27 | 0.18 | 0.69 |
HSV | 96° | 15° | 75° |
CMYK | 0.09 | 0.00 | 0.15 0.25 |
XYZ | 42.1686 | 48.3198 | 41.2865 |
Yxy | 48.3198 | 0.3200 | 0.3667 |
Hunter Lab | 69.5124 | -13.3626 | 13.4438 |
CIE-Lab | 75.0262 | -11.0073 | 12.1826 |
#adbea2 color RGB value is (173,190,162).
#adbea2 hex color red value is 173, green value is 190 and the blue value of its RGB is 162. Cylindrical-coordinate representations (also known as HSL) of color #adbea2 hue: 0.27 , saturation: 0.18 and the lightness value of adbea2 is 0.69.
The process color (four color CMYK) of #adbea2 color hex is 0.09, 0.00, 0.15, 0.25. Web safe color of #adbea2 is #99cc99. Color #adbea2 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10111110 | 10100010 |
Octal | 255 | 276 | 242 |
Decimal | 173 | 190 | 162 |
Hex | AD | BE | A2 |
Shades of #adbea2
Tints of #adbea2
RGB Percentages of Color #adbea2
CMYK Percentages of Color #adbea2
Complementary Color
#adbea2 | #b3a2be |
#adbea2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adbea2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adbea2 Color CSS Codes
.mybgcolor {background-color:#adbea2; } .myforecolor {color:#adbea2; } .mybordercolor {border:3px solid #adbea2; }
#adbea2 Text Font Color
<p style="color:#adbea2">Text here</p>
This sample text font color is #adbea2
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.
#adbea2 Background Color
<div style="background-color:#adbea2">
Div content here</div>
This div background color is #adbea2
#adbea2 Border Color
<div style="border:3px solid #adbea2">
Div here</div>
This div border color is #adbea2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,190,162, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adbea2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adbea2; -webkit-box-shadow: 1px 1px 3px 2px #adbea2; box-shadow: 1px 1px 3px 2px #adbea2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,190,162, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adbea2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adbea2; -webkit-box-shadow: 1px 1px 3px 2px #adbea2; box-shadow: 1px 1px 3px 2px #adbea2;">
Div content here</div>
This div box has shadow with color #adbea2
Comments
No comments written yet.
Please login to write comment.