Color spaces of #adccbd
RGB | 173 | 204 | 189 |
---|---|---|---|
HSL | 0.42 | 0.23 | 0.74 |
HSV | 151° | 15° | 80° |
CMYK | 0.15 | 0.00 | 0.07 0.20 |
XYZ | 48.0118 | 55.7441 | 56.3733 |
Yxy | 55.7441 | 0.2998 | 0.3481 |
Hunter Lab | 74.6620 | -15.8730 | 7.4966 |
CIE-Lab | 79.4680 | -13.2950 | 4.0040 |
#adccbd color RGB value is (173,204,189).
#adccbd hex color red value is 173, green value is 204 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #adccbd hue: 0.42 , saturation: 0.23 and the lightness value of adccbd is 0.74.
The process color (four color CMYK) of #adccbd color hex is 0.15, 0.00, 0.07, 0.20. Web safe color of #adccbd is #99cccc. Color #adccbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11001100 | 10111101 |
Octal | 255 | 314 | 275 |
Decimal | 173 | 204 | 189 |
Hex | AD | CC | BD |
Shades of #adccbd
Tints of #adccbd
RGB Percentages of Color #adccbd
CMYK Percentages of Color #adccbd
Complementary Color
#adccbd | #ccadbc |
#adccbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adccbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#adccbd Color CSS Codes
.mybgcolor {background-color:#adccbd; } .myforecolor {color:#adccbd; } .mybordercolor {border:3px solid #adccbd; }
#adccbd Text Font Color
<p style="color:#adccbd">Text here</p>
This sample text font color is #adccbd
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.
#adccbd Background Color
<div style="background-color:#adccbd">
Div content here</div>
This div background color is #adccbd
#adccbd Border Color
<div style="border:3px solid #adccbd">
Div here</div>
This div border color is #adccbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,204,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adccbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adccbd; -webkit-box-shadow: 1px 1px 3px 2px #adccbd; box-shadow: 1px 1px 3px 2px #adccbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,204,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 #adccbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adccbd; -webkit-box-shadow: 1px 1px 3px 2px #adccbd; box-shadow: 1px 1px 3px 2px #adccbd;">
Div content here</div>
This div box has shadow with color #adccbd
Comments
No comments written yet.
Please login to write comment.