Color spaces of #adbabc
RGB | 173 | 186 | 188 |
---|---|---|---|
HSL | 0.52 | 0.10 | 0.71 |
HSV | 188° | 8° | 74° |
CMYK | 0.08 | 0.01 | 0.00 0.26 |
XYZ | 43.8696 | 47.6329 | 54.4588 |
Yxy | 47.6329 | 0.3006 | 0.3263 |
Hunter Lab | 69.0166 | -7.3176 | 1.5278 |
CIE-Lab | 74.5928 | -4.0791 | -2.5624 |
#adbabc color RGB value is (173,186,188).
#adbabc hex color red value is 173, green value is 186 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #adbabc hue: 0.52 , saturation: 0.10 and the lightness value of adbabc is 0.71.
The process color (four color CMYK) of #adbabc color hex is 0.08, 0.01, 0.00, 0.26. Web safe color of #adbabc is #99cccc. Color #adbabc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 10111010 | 10111100 |
Octal | 255 | 272 | 274 |
Decimal | 173 | 186 | 188 |
Hex | AD | BA | BC |
Shades of #adbabc
Tints of #adbabc
RGB Percentages of Color #adbabc
CMYK Percentages of Color #adbabc
Complementary Color
#adbabc | #bcafad |
#adbabc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adbabc Color Preview on White Background
Lorem ipsum dolor sit amet.
#adbabc Color CSS Codes
.mybgcolor {background-color:#adbabc; } .myforecolor {color:#adbabc; } .mybordercolor {border:3px solid #adbabc; }
#adbabc Text Font Color
<p style="color:#adbabc">Text here</p>
This sample text font color is #adbabc
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.
#adbabc Background Color
<div style="background-color:#adbabc">
Div content here</div>
This div background color is #adbabc
#adbabc Border Color
<div style="border:3px solid #adbabc">
Div here</div>
This div border color is #adbabc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,186,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adbabc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adbabc; -webkit-box-shadow: 1px 1px 3px 2px #adbabc; box-shadow: 1px 1px 3px 2px #adbabc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,186,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adbabc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adbabc; -webkit-box-shadow: 1px 1px 3px 2px #adbabc; box-shadow: 1px 1px 3px 2px #adbabc;">
Div content here</div>
This div box has shadow with color #adbabc
Comments
No comments written yet.
Please login to write comment.