Color spaces of #adcb20
RGB | 173 | 203 | 32 |
---|---|---|---|
HSL | 0.20 | 0.73 | 0.46 |
HSV | 71° | 84° | 80° |
CMYK | 0.15 | 0.00 | 0.84 0.20 |
XYZ | 38.8502 | 51.7004 | 9.2981 |
Yxy | 51.7004 | 0.3891 | 0.5178 |
Hunter Lab | 71.9030 | -29.3842 | 42.6650 |
CIE-Lab | 77.1013 | -30.2297 | 72.4468 |
#adcb20 color RGB value is (173,203,32).
#adcb20 hex color red value is 173, green value is 203 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #adcb20 hue: 0.20 , saturation: 0.73 and the lightness value of adcb20 is 0.46.
The process color (four color CMYK) of #adcb20 color hex is 0.15, 0.00, 0.84, 0.20. Web safe color of #adcb20 is #99cc33. Color #adcb20 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11001011 | 00100000 |
Octal | 255 | 313 | 40 |
Decimal | 173 | 203 | 32 |
Hex | AD | CB | 20 |
Shades of #adcb20
Tints of #adcb20
RGB Percentages of Color #adcb20
CMYK Percentages of Color #adcb20
Complementary Color
#adcb20 | #3e20cb |
#adcb20 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adcb20 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adcb20 Color CSS Codes
.mybgcolor {background-color:#adcb20; } .myforecolor {color:#adcb20; } .mybordercolor {border:3px solid #adcb20; }
#adcb20 Text Font Color
<p style="color:#adcb20">Text here</p>
This sample text font color is #adcb20
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.
#adcb20 Background Color
<div style="background-color:#adcb20">
Div content here</div>
This div background color is #adcb20
#adcb20 Border Color
<div style="border:3px solid #adcb20">
Div here</div>
This div border color is #adcb20
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,203,32, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adcb20; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adcb20; -webkit-box-shadow: 1px 1px 3px 2px #adcb20; box-shadow: 1px 1px 3px 2px #adcb20; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,203,32, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adcb20">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adcb20; -webkit-box-shadow: 1px 1px 3px 2px #adcb20; box-shadow: 1px 1px 3px 2px #adcb20;">
Div content here</div>
This div box has shadow with color #adcb20
Comments
No comments written yet.
Please login to write comment.