Color spaces of #addb32
RGB | 173 | 219 | 50 |
---|---|---|---|
HSL | 0.21 | 0.70 | 0.53 |
HSV | 76° | 77° | 86° |
CMYK | 0.21 | 0.00 | 0.77 0.14 |
XYZ | 43.1408 | 59.7776 | 12.2821 |
Yxy | 59.7776 | 0.3745 | 0.5189 |
Hunter Lab | 77.3160 | -35.7035 | 44.7026 |
CIE-Lab | 81.7172 | -36.9393 | 71.8429 |
#addb32 color RGB value is (173,219,50).
#addb32 hex color red value is 173, green value is 219 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #addb32 hue: 0.21 , saturation: 0.70 and the lightness value of addb32 is 0.53.
The process color (four color CMYK) of #addb32 color hex is 0.21, 0.00, 0.77, 0.14. Web safe color of #addb32 is #99cc33. Color #addb32 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11011011 | 00110010 |
Octal | 255 | 333 | 62 |
Decimal | 173 | 219 | 50 |
Hex | AD | DB | 32 |
Shades of #addb32
Tints of #addb32
RGB Percentages of Color #addb32
CMYK Percentages of Color #addb32
Complementary Color
#addb32 | #6032db |
#addb32 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#addb32 Color Preview on White Background
Lorem ipsum dolor sit amet.
#addb32 Color CSS Codes
.mybgcolor {background-color:#addb32; } .myforecolor {color:#addb32; } .mybordercolor {border:3px solid #addb32; }
#addb32 Text Font Color
<p style="color:#addb32">Text here</p>
This sample text font color is #addb32
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.
#addb32 Background Color
<div style="background-color:#addb32">
Div content here</div>
This div background color is #addb32
#addb32 Border Color
<div style="border:3px solid #addb32">
Div here</div>
This div border color is #addb32
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,219,50, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #addb32; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #addb32; -webkit-box-shadow: 1px 1px 3px 2px #addb32; box-shadow: 1px 1px 3px 2px #addb32; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,219,50, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #addb32">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #addb32; -webkit-box-shadow: 1px 1px 3px 2px #addb32; box-shadow: 1px 1px 3px 2px #addb32;">
Div content here</div>
This div box has shadow with color #addb32
Comments
No comments written yet.
Please login to write comment.