Color spaces of #adbab2
RGB | 173 | 186 | 178 |
---|---|---|---|
HSL | 0.40 | 0.09 | 0.70 |
HSV | 143° | 7° | 73° |
CMYK | 0.07 | 0.00 | 0.04 0.27 |
XYZ | 42.8284 | 47.2164 | 48.9759 |
Yxy | 47.2164 | 0.3081 | 0.3396 |
Hunter Lab | 68.7142 | -8.9938 | 5.8411 |
CIE-Lab | 74.3280 | -6.0191 | 2.4984 |
#adbab2 color RGB value is (173,186,178).
#adbab2 hex color red value is 173, green value is 186 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #adbab2 hue: 0.40 , saturation: 0.09 and the lightness value of adbab2 is 0.70.
The process color (four color CMYK) of #adbab2 color hex is 0.07, 0.00, 0.04, 0.27. Web safe color of #adbab2 is #99cc99. Color #adbab2 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10111010 | 10110010 |
Octal | 255 | 272 | 262 |
Decimal | 173 | 186 | 178 |
Hex | AD | BA | B2 |
Shades of #adbab2
Tints of #adbab2
RGB Percentages of Color #adbab2
CMYK Percentages of Color #adbab2
Complementary Color
#adbab2 | #baadb5 |
#adbab2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adbab2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adbab2 Color CSS Codes
.mybgcolor {background-color:#adbab2; } .myforecolor {color:#adbab2; } .mybordercolor {border:3px solid #adbab2; }
#adbab2 Text Font Color
<p style="color:#adbab2">Text here</p>
This sample text font color is #adbab2
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.
#adbab2 Background Color
<div style="background-color:#adbab2">
Div content here</div>
This div background color is #adbab2
#adbab2 Border Color
<div style="border:3px solid #adbab2">
Div here</div>
This div border color is #adbab2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,186,178, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adbab2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adbab2; -webkit-box-shadow: 1px 1px 3px 2px #adbab2; box-shadow: 1px 1px 3px 2px #adbab2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,186,178, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adbab2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adbab2; -webkit-box-shadow: 1px 1px 3px 2px #adbab2; box-shadow: 1px 1px 3px 2px #adbab2;">
Div content here</div>
This div box has shadow with color #adbab2
Comments
No comments written yet.
Please login to write comment.