Color spaces of #adea94
RGB | 173 | 234 | 148 |
---|---|---|---|
HSL | 0.28 | 0.67 | 0.75 |
HSV | 103° | 37° | 92° |
CMYK | 0.26 | 0.00 | 0.37 0.08 |
XYZ | 52.0017 | 69.8680 | 38.7621 |
Yxy | 69.8680 | 0.3237 | 0.4350 |
Hunter Lab | 83.5871 | -35.2279 | 31.0162 |
CIE-Lab | 86.9321 | -34.7295 | 35.7226 |
#adea94 color RGB value is (173,234,148).
#adea94 hex color red value is 173, green value is 234 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #adea94 hue: 0.28 , saturation: 0.67 and the lightness value of adea94 is 0.75.
The process color (four color CMYK) of #adea94 color hex is 0.26, 0.00, 0.37, 0.08. Web safe color of #adea94 is #99ff99. Color #adea94 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11101010 | 10010100 |
Octal | 255 | 352 | 224 |
Decimal | 173 | 234 | 148 |
Hex | AD | EA | 94 |
Shades of #adea94
Tints of #adea94
RGB Percentages of Color #adea94
CMYK Percentages of Color #adea94
Complementary Color
#adea94 | #d194ea |
#adea94 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adea94 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adea94 Color CSS Codes
.mybgcolor {background-color:#adea94; } .myforecolor {color:#adea94; } .mybordercolor {border:3px solid #adea94; }
#adea94 Text Font Color
<p style="color:#adea94">Text here</p>
This sample text font color is #adea94
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.
#adea94 Background Color
<div style="background-color:#adea94">
Div content here</div>
This div background color is #adea94
#adea94 Border Color
<div style="border:3px solid #adea94">
Div here</div>
This div border color is #adea94
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,234,148, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adea94; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adea94; -webkit-box-shadow: 1px 1px 3px 2px #adea94; box-shadow: 1px 1px 3px 2px #adea94; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,234,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 #adea94">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adea94; -webkit-box-shadow: 1px 1px 3px 2px #adea94; box-shadow: 1px 1px 3px 2px #adea94;">
Div content here</div>
This div box has shadow with color #adea94
Comments
No comments written yet.
Please login to write comment.