Color spaces of #adc281
RGB | 173 | 194 | 129 |
---|---|---|---|
HSL | 0.22 | 0.35 | 0.63 |
HSV | 79° | 34° | 76° |
CMYK | 0.11 | 0.00 | 0.34 0.24 |
XYZ | 40.4878 | 49.0528 | 28.1031 |
Yxy | 49.0528 | 0.3442 | 0.4170 |
Hunter Lab | 70.0377 | -19.3777 | 25.2359 |
CIE-Lab | 75.4842 | -18.1169 | 30.3923 |
#adc281 color RGB value is (173,194,129).
#adc281 hex color red value is 173, green value is 194 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #adc281 hue: 0.22 , saturation: 0.35 and the lightness value of adc281 is 0.63.
The process color (four color CMYK) of #adc281 color hex is 0.11, 0.00, 0.34, 0.24. Web safe color of #adc281 is #99cc99. Color #adc281 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11000010 | 10000001 |
Octal | 255 | 302 | 201 |
Decimal | 173 | 194 | 129 |
Hex | AD | C2 | 81 |
Shades of #adc281
Tints of #adc281
RGB Percentages of Color #adc281
CMYK Percentages of Color #adc281
Complementary Color
#adc281 | #9681c2 |
#adc281 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adc281 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adc281 Color CSS Codes
.mybgcolor {background-color:#adc281; } .myforecolor {color:#adc281; } .mybordercolor {border:3px solid #adc281; }
#adc281 Text Font Color
<p style="color:#adc281">Text here</p>
This sample text font color is #adc281
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.
#adc281 Background Color
<div style="background-color:#adc281">
Div content here</div>
This div background color is #adc281
#adc281 Border Color
<div style="border:3px solid #adc281">
Div here</div>
This div border color is #adc281
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,194,129, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adc281; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adc281; -webkit-box-shadow: 1px 1px 3px 2px #adc281; box-shadow: 1px 1px 3px 2px #adc281; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,194,129, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adc281">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adc281; -webkit-box-shadow: 1px 1px 3px 2px #adc281; box-shadow: 1px 1px 3px 2px #adc281;">
Div content here</div>
This div box has shadow with color #adc281
Comments
No comments written yet.
Please login to write comment.