Color spaces of #adda99
RGB | 173 | 218 | 153 |
---|---|---|---|
HSL | 0.28 | 0.47 | 0.73 |
HSV | 102° | 30° | 85° |
CMYK | 0.21 | 0.00 | 0.30 0.15 |
XYZ | 48.0548 | 61.3270 | 39.4415 |
Yxy | 61.3270 | 0.3229 | 0.4121 |
Hunter Lab | 78.3116 | -27.5112 | 24.9568 |
CIE-Lab | 82.5542 | -26.4790 | 27.3512 |
#adda99 color RGB value is (173,218,153).
#adda99 hex color red value is 173, green value is 218 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #adda99 hue: 0.28 , saturation: 0.47 and the lightness value of adda99 is 0.73.
The process color (four color CMYK) of #adda99 color hex is 0.21, 0.00, 0.30, 0.15. Web safe color of #adda99 is #99cc99. Color #adda99 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11011010 | 10011001 |
Octal | 255 | 332 | 231 |
Decimal | 173 | 218 | 153 |
Hex | AD | DA | 99 |
Shades of #adda99
Tints of #adda99
RGB Percentages of Color #adda99
CMYK Percentages of Color #adda99
Complementary Color
#adda99 | #c699da |
#adda99 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adda99 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adda99 Color CSS Codes
.mybgcolor {background-color:#adda99; } .myforecolor {color:#adda99; } .mybordercolor {border:3px solid #adda99; }
#adda99 Text Font Color
<p style="color:#adda99">Text here</p>
This sample text font color is #adda99
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.
#adda99 Background Color
<div style="background-color:#adda99">
Div content here</div>
This div background color is #adda99
#adda99 Border Color
<div style="border:3px solid #adda99">
Div here</div>
This div border color is #adda99
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,218,153, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adda99; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adda99; -webkit-box-shadow: 1px 1px 3px 2px #adda99; box-shadow: 1px 1px 3px 2px #adda99; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,218,153, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adda99">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adda99; -webkit-box-shadow: 1px 1px 3px 2px #adda99; box-shadow: 1px 1px 3px 2px #adda99;">
Div content here</div>
This div box has shadow with color #adda99
Comments
No comments written yet.
Please login to write comment.