Color spaces of #addacc
RGB | 173 | 218 | 204 |
---|---|---|---|
HSL | 0.45 | 0.38 | 0.77 |
HSV | 161° | 21° | 85° |
CMYK | 0.21 | 0.00 | 0.06 0.15 |
XYZ | 53.2041 | 63.3867 | 66.5574 |
Yxy | 63.3867 | 0.2905 | 0.3461 |
Hunter Lab | 79.6158 | -20.0430 | 6.1656 |
CIE-Lab | 83.6454 | -17.4350 | 2.0659 |
#addacc color RGB value is (173,218,204).
#addacc hex color red value is 173, green value is 218 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #addacc hue: 0.45 , saturation: 0.38 and the lightness value of addacc is 0.77.
The process color (four color CMYK) of #addacc color hex is 0.21, 0.00, 0.06, 0.15. Web safe color of #addacc is #99cccc. Color #addacc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11011010 | 11001100 |
Octal | 255 | 332 | 314 |
Decimal | 173 | 218 | 204 |
Hex | AD | DA | CC |
Shades of #addacc
Tints of #addacc
RGB Percentages of Color #addacc
CMYK Percentages of Color #addacc
Complementary Color
#addacc | #daadbb |
#addacc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#addacc Color Preview on White Background
Lorem ipsum dolor sit amet.
#addacc Color CSS Codes
.mybgcolor {background-color:#addacc; } .myforecolor {color:#addacc; } .mybordercolor {border:3px solid #addacc; }
#addacc Text Font Color
<p style="color:#addacc">Text here</p>
This sample text font color is #addacc
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.
#addacc Background Color
<div style="background-color:#addacc">
Div content here</div>
This div background color is #addacc
#addacc Border Color
<div style="border:3px solid #addacc">
Div here</div>
This div border color is #addacc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,218,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #addacc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #addacc; -webkit-box-shadow: 1px 1px 3px 2px #addacc; box-shadow: 1px 1px 3px 2px #addacc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,218,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #addacc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #addacc; -webkit-box-shadow: 1px 1px 3px 2px #addacc; box-shadow: 1px 1px 3px 2px #addacc;">
Div content here</div>
This div box has shadow with color #addacc
Comments
No comments written yet.
Please login to write comment.