Color spaces of #adbbb2
RGB | 173 | 187 | 178 |
---|---|---|---|
HSL | 0.39 | 0.09 | 0.71 |
HSV | 141° | 7° | 73° |
CMYK | 0.07 | 0.00 | 0.05 0.27 |
XYZ | 43.0398 | 47.6392 | 49.0463 |
Yxy | 47.6392 | 0.3080 | 0.3409 |
Hunter Lab | 69.0212 | -9.4791 | 6.1835 |
CIE-Lab | 74.5968 | -6.5482 | 2.8885 |
#adbbb2 color RGB value is (173,187,178).
#adbbb2 hex color red value is 173, green value is 187 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #adbbb2 hue: 0.39 , saturation: 0.09 and the lightness value of adbbb2 is 0.71.
The process color (four color CMYK) of #adbbb2 color hex is 0.07, 0.00, 0.05, 0.27. Web safe color of #adbbb2 is #99cc99. Color #adbbb2 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10111011 | 10110010 |
Octal | 255 | 273 | 262 |
Decimal | 173 | 187 | 178 |
Hex | AD | BB | B2 |
Shades of #adbbb2
Tints of #adbbb2
RGB Percentages of Color #adbbb2
CMYK Percentages of Color #adbbb2
Complementary Color
#adbbb2 | #bbadb6 |
#adbbb2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adbbb2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adbbb2 Color CSS Codes
.mybgcolor {background-color:#adbbb2; } .myforecolor {color:#adbbb2; } .mybordercolor {border:3px solid #adbbb2; }
#adbbb2 Text Font Color
<p style="color:#adbbb2">Text here</p>
This sample text font color is #adbbb2
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.
#adbbb2 Background Color
<div style="background-color:#adbbb2">
Div content here</div>
This div background color is #adbbb2
#adbbb2 Border Color
<div style="border:3px solid #adbbb2">
Div here</div>
This div border color is #adbbb2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,187,178, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adbbb2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adbbb2; -webkit-box-shadow: 1px 1px 3px 2px #adbbb2; box-shadow: 1px 1px 3px 2px #adbbb2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,187,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 #adbbb2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adbbb2; -webkit-box-shadow: 1px 1px 3px 2px #adbbb2; box-shadow: 1px 1px 3px 2px #adbbb2;">
Div content here</div>
This div box has shadow with color #adbbb2
#adbbb2 Color Palettes
Comments
No comments written yet.
Please login to write comment.