Color spaces of #add068
RGB | 173 | 208 | 104 |
---|---|---|---|
HSL | 0.22 | 0.53 | 0.61 |
HSV | 80° | 50° | 82° |
CMYK | 0.17 | 0.00 | 0.50 0.18 |
XYZ | 42.2881 | 54.9955 | 21.4831 |
Yxy | 54.9955 | 0.3561 | 0.4631 |
Hunter Lab | 74.1590 | -27.9910 | 34.7356 |
CIE-Lab | 79.0387 | -27.9426 | 47.4269 |
#add068 color RGB value is (173,208,104).
#add068 hex color red value is 173, green value is 208 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #add068 hue: 0.22 , saturation: 0.53 and the lightness value of add068 is 0.61.
The process color (four color CMYK) of #add068 color hex is 0.17, 0.00, 0.50, 0.18. Web safe color of #add068 is #99cc66. Color #add068 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11010000 | 01101000 |
Octal | 255 | 320 | 150 |
Decimal | 173 | 208 | 104 |
Hex | AD | D0 | 68 |
Shades of #add068
Tints of #add068
RGB Percentages of Color #add068
CMYK Percentages of Color #add068
Complementary Color
#add068 | #8b68d0 |
#add068 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#add068 Color Preview on White Background
Lorem ipsum dolor sit amet.
#add068 Color CSS Codes
.mybgcolor {background-color:#add068; } .myforecolor {color:#add068; } .mybordercolor {border:3px solid #add068; }
#add068 Text Font Color
<p style="color:#add068">Text here</p>
This sample text font color is #add068
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.
#add068 Background Color
<div style="background-color:#add068">
Div content here</div>
This div background color is #add068
#add068 Border Color
<div style="border:3px solid #add068">
Div here</div>
This div border color is #add068
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,208,104, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #add068; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #add068; -webkit-box-shadow: 1px 1px 3px 2px #add068; box-shadow: 1px 1px 3px 2px #add068; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,208,104, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #add068">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #add068; -webkit-box-shadow: 1px 1px 3px 2px #add068; box-shadow: 1px 1px 3px 2px #add068;">
Div content here</div>
This div box has shadow with color #add068
Comments
No comments written yet.
Please login to write comment.