Color spaces of #adce5e
RGB | 173 | 206 | 94 |
---|---|---|---|
HSL | 0.22 | 0.53 | 0.59 |
HSV | 78° | 54° | 81° |
CMYK | 0.16 | 0.00 | 0.54 0.19 |
XYZ | 41.3253 | 53.8350 | 18.8028 |
Yxy | 53.8350 | 0.3626 | 0.4724 |
Hunter Lab | 73.3723 | -27.8655 | 36.1667 |
CIE-Lab | 78.3654 | -27.9598 | 51.3249 |
#adce5e color RGB value is (173,206,94).
#adce5e hex color red value is 173, green value is 206 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #adce5e hue: 0.22 , saturation: 0.53 and the lightness value of adce5e is 0.59.
The process color (four color CMYK) of #adce5e color hex is 0.16, 0.00, 0.54, 0.19. Web safe color of #adce5e is #99cc66. Color #adce5e contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11001110 | 01011110 |
Octal | 255 | 316 | 136 |
Decimal | 173 | 206 | 94 |
Hex | AD | CE | 5E |
Shades of #adce5e
Tints of #adce5e
RGB Percentages of Color #adce5e
CMYK Percentages of Color #adce5e
Complementary Color
#adce5e | #7f5ece |
#adce5e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adce5e Color Preview on White Background
Lorem ipsum dolor sit amet.
#adce5e Color CSS Codes
.mybgcolor {background-color:#adce5e; } .myforecolor {color:#adce5e; } .mybordercolor {border:3px solid #adce5e; }
#adce5e Text Font Color
<p style="color:#adce5e">Text here</p>
This sample text font color is #adce5e
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.
#adce5e Background Color
<div style="background-color:#adce5e">
Div content here</div>
This div background color is #adce5e
#adce5e Border Color
<div style="border:3px solid #adce5e">
Div here</div>
This div border color is #adce5e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,206,94, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adce5e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adce5e; -webkit-box-shadow: 1px 1px 3px 2px #adce5e; box-shadow: 1px 1px 3px 2px #adce5e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,206,94, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adce5e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adce5e; -webkit-box-shadow: 1px 1px 3px 2px #adce5e; box-shadow: 1px 1px 3px 2px #adce5e;">
Div content here</div>
This div box has shadow with color #adce5e
Comments
No comments written yet.
Please login to write comment.