Color spaces of #adcdbd
RGB | 173 | 205 | 189 |
---|---|---|---|
HSL | 0.42 | 0.24 | 0.74 |
HSV | 150° | 16° | 80° |
CMYK | 0.16 | 0.00 | 0.08 0.20 |
XYZ | 48.2502 | 56.2210 | 56.4528 |
Yxy | 56.2210 | 0.2998 | 0.3494 |
Hunter Lab | 74.9807 | -16.3511 | 7.8471 |
CIE-Lab | 79.7394 | -13.8071 | 4.3966 |
#adcdbd color RGB value is (173,205,189).
#adcdbd hex color red value is 173, green value is 205 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #adcdbd hue: 0.42 , saturation: 0.24 and the lightness value of adcdbd is 0.74.
The process color (four color CMYK) of #adcdbd color hex is 0.16, 0.00, 0.08, 0.20. Web safe color of #adcdbd is #99cccc. Color #adcdbd contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11001101 | 10111101 |
Octal | 255 | 315 | 275 |
Decimal | 173 | 205 | 189 |
Hex | AD | CD | BD |
Shades of #adcdbd
Tints of #adcdbd
RGB Percentages of Color #adcdbd
CMYK Percentages of Color #adcdbd
Complementary Color
#adcdbd | #cdadbd |
#adcdbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adcdbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#adcdbd Color CSS Codes
.mybgcolor {background-color:#adcdbd; } .myforecolor {color:#adcdbd; } .mybordercolor {border:3px solid #adcdbd; }
#adcdbd Text Font Color
<p style="color:#adcdbd">Text here</p>
This sample text font color is #adcdbd
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.
#adcdbd Background Color
<div style="background-color:#adcdbd">
Div content here</div>
This div background color is #adcdbd
#adcdbd Border Color
<div style="border:3px solid #adcdbd">
Div here</div>
This div border color is #adcdbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,205,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adcdbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adcdbd; -webkit-box-shadow: 1px 1px 3px 2px #adcdbd; box-shadow: 1px 1px 3px 2px #adcdbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,205,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 #adcdbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adcdbd; -webkit-box-shadow: 1px 1px 3px 2px #adcdbd; box-shadow: 1px 1px 3px 2px #adcdbd;">
Div content here</div>
This div box has shadow with color #adcdbd
Comments
No comments written yet.
Please login to write comment.