Color spaces of #adbbbd
RGB | 173 | 187 | 189 |
---|---|---|---|
HSL | 0.52 | 0.11 | 0.71 |
HSV | 188° | 8° | 74° |
CMYK | 0.08 | 0.01 | 0.00 0.26 |
XYZ | 44.1892 | 48.0990 | 55.0991 |
Yxy | 48.0990 | 0.2998 | 0.3263 |
Hunter Lab | 69.3534 | -7.6356 | 1.4434 |
CIE-Lab | 74.8873 | -4.4125 | -2.6744 |
#adbbbd color RGB value is (173,187,189).
#adbbbd hex color red value is 173, green value is 187 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #adbbbd hue: 0.52 , saturation: 0.11 and the lightness value of adbbbd is 0.71.
The process color (four color CMYK) of #adbbbd color hex is 0.08, 0.01, 0.00, 0.26. Web safe color of #adbbbd is #99cccc. Color #adbbbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10111011 | 10111101 |
Octal | 255 | 273 | 275 |
Decimal | 173 | 187 | 189 |
Hex | AD | BB | BD |
Shades of #adbbbd
Tints of #adbbbd
RGB Percentages of Color #adbbbd
CMYK Percentages of Color #adbbbd
Complementary Color
#adbbbd | #bdafad |
#adbbbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adbbbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#adbbbd Color CSS Codes
.mybgcolor {background-color:#adbbbd; } .myforecolor {color:#adbbbd; } .mybordercolor {border:3px solid #adbbbd; }
#adbbbd Text Font Color
<p style="color:#adbbbd">Text here</p>
This sample text font color is #adbbbd
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.
#adbbbd Background Color
<div style="background-color:#adbbbd">
Div content here</div>
This div background color is #adbbbd
#adbbbd Border Color
<div style="border:3px solid #adbbbd">
Div here</div>
This div border color is #adbbbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,187,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adbbbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adbbbd; -webkit-box-shadow: 1px 1px 3px 2px #adbbbd; box-shadow: 1px 1px 3px 2px #adbbbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,187,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adbbbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adbbbd; -webkit-box-shadow: 1px 1px 3px 2px #adbbbd; box-shadow: 1px 1px 3px 2px #adbbbd;">
Div content here</div>
This div box has shadow with color #adbbbd
Comments
No comments written yet.
Please login to write comment.