Color spaces of #addb6f
RGB | 173 | 219 | 111 |
---|---|---|---|
HSL | 0.24 | 0.60 | 0.65 |
HSV | 86° | 49° | 86° |
CMYK | 0.21 | 0.00 | 0.49 0.14 |
XYZ | 45.4343 | 60.6950 | 24.3596 |
Yxy | 60.6950 | 0.3482 | 0.4651 |
Hunter Lab | 77.9070 | -32.2385 | 35.9964 |
CIE-Lab | 82.2145 | -32.3908 | 47.9219 |
#addb6f color RGB value is (173,219,111).
#addb6f hex color red value is 173, green value is 219 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #addb6f hue: 0.24 , saturation: 0.60 and the lightness value of addb6f is 0.65.
The process color (four color CMYK) of #addb6f color hex is 0.21, 0.00, 0.49, 0.14. Web safe color of #addb6f is #99cc66. Color #addb6f contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11011011 | 01101111 |
Octal | 255 | 333 | 157 |
Decimal | 173 | 219 | 111 |
Hex | AD | DB | 6F |
Shades of #addb6f
Tints of #addb6f
RGB Percentages of Color #addb6f
CMYK Percentages of Color #addb6f
Complementary Color
#addb6f | #9d6fdb |
#addb6f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#addb6f Color Preview on White Background
Lorem ipsum dolor sit amet.
#addb6f Color CSS Codes
.mybgcolor {background-color:#addb6f; } .myforecolor {color:#addb6f; } .mybordercolor {border:3px solid #addb6f; }
#addb6f Text Font Color
<p style="color:#addb6f">Text here</p>
This sample text font color is #addb6f
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.
#addb6f Background Color
<div style="background-color:#addb6f">
Div content here</div>
This div background color is #addb6f
#addb6f Border Color
<div style="border:3px solid #addb6f">
Div here</div>
This div border color is #addb6f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,219,111, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #addb6f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #addb6f; -webkit-box-shadow: 1px 1px 3px 2px #addb6f; box-shadow: 1px 1px 3px 2px #addb6f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,219,111, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #addb6f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #addb6f; -webkit-box-shadow: 1px 1px 3px 2px #addb6f; box-shadow: 1px 1px 3px 2px #addb6f;">
Div content here</div>
This div box has shadow with color #addb6f
Comments
No comments written yet.
Please login to write comment.