Color spaces of #adeba5
RGB | 173 | 235 | 165 |
---|---|---|---|
HSL | 0.31 | 0.64 | 0.78 |
HSV | 113° | 30° | 92° |
CMYK | 0.26 | 0.00 | 0.30 0.08 |
XYZ | 53.7334 | 71.0175 | 46.4730 |
Yxy | 71.0175 | 0.3138 | 0.4148 |
Hunter Lab | 84.2719 | -33.6607 | 26.2940 |
CIE-Lab | 87.4935 | -32.6596 | 27.8538 |
#adeba5 color RGB value is (173,235,165).
#adeba5 hex color red value is 173, green value is 235 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #adeba5 hue: 0.31 , saturation: 0.64 and the lightness value of adeba5 is 0.78.
The process color (four color CMYK) of #adeba5 color hex is 0.26, 0.00, 0.30, 0.08. Web safe color of #adeba5 is #99ff99. Color #adeba5 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11101011 | 10100101 |
Octal | 255 | 353 | 245 |
Decimal | 173 | 235 | 165 |
Hex | AD | EB | A5 |
Shades of #adeba5
Tints of #adeba5
RGB Percentages of Color #adeba5
CMYK Percentages of Color #adeba5
Complementary Color
#adeba5 | #e3a5eb |
#adeba5 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#adeba5 Color Preview on White Background
Lorem ipsum dolor sit amet.
#adeba5 Color CSS Codes
.mybgcolor {background-color:#adeba5; } .myforecolor {color:#adeba5; } .mybordercolor {border:3px solid #adeba5; }
#adeba5 Text Font Color
<p style="color:#adeba5">Text here</p>
This sample text font color is #adeba5
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.
#adeba5 Background Color
<div style="background-color:#adeba5">
Div content here</div>
This div background color is #adeba5
#adeba5 Border Color
<div style="border:3px solid #adeba5">
Div here</div>
This div border color is #adeba5
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,235,165, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #adeba5; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #adeba5; -webkit-box-shadow: 1px 1px 3px 2px #adeba5; box-shadow: 1px 1px 3px 2px #adeba5; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,235,165, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #adeba5">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #adeba5; -webkit-box-shadow: 1px 1px 3px 2px #adeba5; box-shadow: 1px 1px 3px 2px #adeba5;">
Div content here</div>
This div box has shadow with color #adeba5
Comments
No comments written yet.
Please login to write comment.