Color spaces of #adca94
RGB | 173 | 202 | 148 |
---|---|---|---|
HSL | 0.26 | 0.34 | 0.69 |
HSV | 92° | 27° | 79° |
CMYK | 0.14 | 0.00 | 0.27 0.21 |
XYZ | 43.6994 | 53.2634 | 35.9946 |
Yxy | 53.2634 | 0.3287 | 0.4006 |
Hunter Lab | 72.9818 | -20.8374 | 21.8454 |
CIE-Lab | 78.0303 | -19.3961 | 23.8317 |
#adca94 color RGB value is (173,202,148).
#adca94 hex color red value is 173, green value is 202 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #adca94 hue: 0.26 , saturation: 0.34 and the lightness value of adca94 is 0.69.
The process color (four color CMYK) of #adca94 color hex is 0.14, 0.00, 0.27, 0.21. Web safe color of #adca94 is #99cc99. Color #adca94 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11001010 | 10010100 |
Octal | 255 | 312 | 224 |
Decimal | 173 | 202 | 148 |
Hex | AD | CA | 94 |
Shades of #adca94
Tints of #adca94
RGB Percentages of Color #adca94
CMYK Percentages of Color #adca94
Complementary Color
#adca94 | #b194ca |
#adca94 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adca94 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adca94 Color CSS Codes
.mybgcolor {background-color:#adca94; } .myforecolor {color:#adca94; } .mybordercolor {border:3px solid #adca94; }
#adca94 Text Font Color
<p style="color:#adca94">Text here</p>
This sample text font color is #adca94
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.
#adca94 Background Color
<div style="background-color:#adca94">
Div content here</div>
This div background color is #adca94
#adca94 Border Color
<div style="border:3px solid #adca94">
Div here</div>
This div border color is #adca94
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,202,148, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adca94; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adca94; -webkit-box-shadow: 1px 1px 3px 2px #adca94; box-shadow: 1px 1px 3px 2px #adca94; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,202,148, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adca94">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adca94; -webkit-box-shadow: 1px 1px 3px 2px #adca94; box-shadow: 1px 1px 3px 2px #adca94;">
Div content here</div>
This div box has shadow with color #adca94
Comments
No comments written yet.
Please login to write comment.