Color spaces of #adcdb4
RGB | 173 | 205 | 180 |
---|---|---|---|
HSL | 0.37 | 0.24 | 0.74 |
HSV | 133° | 16° | 80° |
CMYK | 0.16 | 0.00 | 0.12 0.20 |
XYZ | 47.3031 | 55.8422 | 51.4655 |
Yxy | 55.8422 | 0.3059 | 0.3612 |
Hunter Lab | 74.7276 | -17.7817 | 11.4759 |
CIE-Lab | 79.5239 | -15.5052 | 8.9032 |
#adcdb4 color RGB value is (173,205,180).
#adcdb4 hex color red value is 173, green value is 205 and the blue value of its RGB is 180. Cylindrical-coordinate representations (also known as HSL) of color #adcdb4 hue: 0.37 , saturation: 0.24 and the lightness value of adcdb4 is 0.74.
The process color (four color CMYK) of #adcdb4 color hex is 0.16, 0.00, 0.12, 0.20. Web safe color of #adcdb4 is #99cccc. Color #adcdb4 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11001101 | 10110100 |
Octal | 255 | 315 | 264 |
Decimal | 173 | 205 | 180 |
Hex | AD | CD | B4 |
Shades of #adcdb4
Tints of #adcdb4
RGB Percentages of Color #adcdb4
CMYK Percentages of Color #adcdb4
Complementary Color
#adcdb4 | #cdadc6 |
#adcdb4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adcdb4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adcdb4 Color CSS Codes
.mybgcolor {background-color:#adcdb4; } .myforecolor {color:#adcdb4; } .mybordercolor {border:3px solid #adcdb4; }
#adcdb4 Text Font Color
<p style="color:#adcdb4">Text here</p>
This sample text font color is #adcdb4
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.
#adcdb4 Background Color
<div style="background-color:#adcdb4">
Div content here</div>
This div background color is #adcdb4
#adcdb4 Border Color
<div style="border:3px solid #adcdb4">
Div here</div>
This div border color is #adcdb4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,205,180, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adcdb4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adcdb4; -webkit-box-shadow: 1px 1px 3px 2px #adcdb4; box-shadow: 1px 1px 3px 2px #adcdb4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,205,180, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adcdb4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adcdb4; -webkit-box-shadow: 1px 1px 3px 2px #adcdb4; box-shadow: 1px 1px 3px 2px #adcdb4;">
Div content here</div>
This div box has shadow with color #adcdb4
Comments
No comments written yet.
Please login to write comment.