Color spaces of #adbea4
RGB | 173 | 190 | 164 |
---|---|---|---|
HSL | 0.28 | 0.17 | 0.69 |
HSV | 99° | 14° | 75° |
CMYK | 0.09 | 0.00 | 0.14 0.25 |
XYZ | 42.3479 | 48.3915 | 42.2305 |
Yxy | 48.3915 | 0.3185 | 0.3639 |
Hunter Lab | 69.5640 | -13.0730 | 12.7014 |
CIE-Lab | 75.0712 | -10.6616 | 11.1652 |
#adbea4 color RGB value is (173,190,164).
#adbea4 hex color red value is 173, green value is 190 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #adbea4 hue: 0.28 , saturation: 0.17 and the lightness value of adbea4 is 0.69.
The process color (four color CMYK) of #adbea4 color hex is 0.09, 0.00, 0.14, 0.25. Web safe color of #adbea4 is #99cc99. Color #adbea4 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10111110 | 10100100 |
Octal | 255 | 276 | 244 |
Decimal | 173 | 190 | 164 |
Hex | AD | BE | A4 |
Shades of #adbea4
Tints of #adbea4
RGB Percentages of Color #adbea4
CMYK Percentages of Color #adbea4
Complementary Color
#adbea4 | #b5a4be |
#adbea4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adbea4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adbea4 Color CSS Codes
.mybgcolor {background-color:#adbea4; } .myforecolor {color:#adbea4; } .mybordercolor {border:3px solid #adbea4; }
#adbea4 Text Font Color
<p style="color:#adbea4">Text here</p>
This sample text font color is #adbea4
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.
#adbea4 Background Color
<div style="background-color:#adbea4">
Div content here</div>
This div background color is #adbea4
#adbea4 Border Color
<div style="border:3px solid #adbea4">
Div here</div>
This div border color is #adbea4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,190,164, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adbea4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adbea4; -webkit-box-shadow: 1px 1px 3px 2px #adbea4; box-shadow: 1px 1px 3px 2px #adbea4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,190,164, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adbea4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adbea4; -webkit-box-shadow: 1px 1px 3px 2px #adbea4; box-shadow: 1px 1px 3px 2px #adbea4;">
Div content here</div>
This div box has shadow with color #adbea4
Comments
No comments written yet.
Please login to write comment.