Color spaces of #adbea7
RGB | 173 | 190 | 167 |
---|---|---|---|
HSL | 0.29 | 0.15 | 0.70 |
HSV | 104° | 12° | 75° |
CMYK | 0.09 | 0.00 | 0.12 0.25 |
XYZ | 42.6221 | 48.5012 | 43.6745 |
Yxy | 48.5012 | 0.3162 | 0.3598 |
Hunter Lab | 69.6428 | -12.6311 | 11.5679 |
CIE-Lab | 75.1400 | -10.1355 | 9.6399 |
#adbea7 color RGB value is (173,190,167).
#adbea7 hex color red value is 173, green value is 190 and the blue value of its RGB is 167. Cylindrical-coordinate representations (also known as HSL) of color #adbea7 hue: 0.29 , saturation: 0.15 and the lightness value of adbea7 is 0.70.
The process color (four color CMYK) of #adbea7 color hex is 0.09, 0.00, 0.12, 0.25. Web safe color of #adbea7 is #99cc99. Color #adbea7 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10111110 | 10100111 |
Octal | 255 | 276 | 247 |
Decimal | 173 | 190 | 167 |
Hex | AD | BE | A7 |
Shades of #adbea7
Tints of #adbea7
RGB Percentages of Color #adbea7
CMYK Percentages of Color #adbea7
Complementary Color
#adbea7 | #b8a7be |
#adbea7 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adbea7 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adbea7 Color CSS Codes
.mybgcolor {background-color:#adbea7; } .myforecolor {color:#adbea7; } .mybordercolor {border:3px solid #adbea7; }
#adbea7 Text Font Color
<p style="color:#adbea7">Text here</p>
This sample text font color is #adbea7
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.
#adbea7 Background Color
<div style="background-color:#adbea7">
Div content here</div>
This div background color is #adbea7
#adbea7 Border Color
<div style="border:3px solid #adbea7">
Div here</div>
This div border color is #adbea7
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,190,167, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adbea7; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adbea7; -webkit-box-shadow: 1px 1px 3px 2px #adbea7; box-shadow: 1px 1px 3px 2px #adbea7; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,190,167, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adbea7">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adbea7; -webkit-box-shadow: 1px 1px 3px 2px #adbea7; box-shadow: 1px 1px 3px 2px #adbea7;">
Div content here</div>
This div box has shadow with color #adbea7
Comments
No comments written yet.
Please login to write comment.