Color spaces of #addcad
RGB | 173 | 220 | 173 |
---|---|---|---|
HSL | 0.33 | 0.40 | 0.77 |
HSV | 120° | 21° | 86° |
CMYK | 0.21 | 0.00 | 0.21 0.14 |
XYZ | 50.3696 | 63.0878 | 49.0576 |
Yxy | 63.0878 | 0.3099 | 0.3882 |
Hunter Lab | 79.4278 | -25.8019 | 18.9798 |
CIE-Lab | 83.4886 | -24.2106 | 18.2073 |
#addcad color RGB value is (173,220,173).
#addcad hex color red value is 173, green value is 220 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #addcad hue: 0.33 , saturation: 0.40 and the lightness value of addcad is 0.77.
The process color (four color CMYK) of #addcad color hex is 0.21, 0.00, 0.21, 0.14. Web safe color of #addcad is #99cc99. Color #addcad contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11011100 | 10101101 |
Octal | 255 | 334 | 255 |
Decimal | 173 | 220 | 173 |
Hex | AD | DC | AD |
Shades of #addcad
Tints of #addcad
RGB Percentages of Color #addcad
CMYK Percentages of Color #addcad
Complementary Color
#addcad | #dcaddc |
#addcad Color Preview on Black Background
Lorem ipsum dolor sit amet.
#addcad Color Preview on White Background
Lorem ipsum dolor sit amet.
#addcad Color CSS Codes
.mybgcolor {background-color:#addcad; } .myforecolor {color:#addcad; } .mybordercolor {border:3px solid #addcad; }
#addcad Text Font Color
<p style="color:#addcad">Text here</p>
This sample text font color is #addcad
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.
#addcad Background Color
<div style="background-color:#addcad">
Div content here</div>
This div background color is #addcad
#addcad Border Color
<div style="border:3px solid #addcad">
Div here</div>
This div border color is #addcad
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,220,173, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #addcad; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #addcad; -webkit-box-shadow: 1px 1px 3px 2px #addcad; box-shadow: 1px 1px 3px 2px #addcad; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,220,173, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #addcad">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #addcad; -webkit-box-shadow: 1px 1px 3px 2px #addcad; box-shadow: 1px 1px 3px 2px #addcad;">
Div content here</div>
This div box has shadow with color #addcad
Comments
No comments written yet.
Please login to write comment.