Color spaces of #a5eade
RGB | 165 | 234 | 222 |
---|---|---|---|
HSL | 0.47 | 0.62 | 0.78 |
HSV | 170° | 29° | 92° |
CMYK | 0.29 | 0.00 | 0.05 0.08 |
XYZ | 58.1247 | 72.1189 | 79.9641 |
Yxy | 72.1189 | 0.2765 | 0.3431 |
Hunter Lab | 84.9228 | -26.4422 | 3.6180 |
CIE-Lab | 88.0258 | -23.9850 | -1.0889 |
#a5eade color RGB value is (165,234,222).
#a5eade hex color red value is 165, green value is 234 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a5eade hue: 0.47 , saturation: 0.62 and the lightness value of a5eade is 0.78.
The process color (four color CMYK) of #a5eade color hex is 0.29, 0.00, 0.05, 0.08. Web safe color of #a5eade is #99ffcc. Color #a5eade contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 11101010 | 11011110 |
Octal | 245 | 352 | 336 |
Decimal | 165 | 234 | 222 |
Hex | A5 | EA | DE |
Shades of #a5eade
Tints of #a5eade
RGB Percentages of Color #a5eade
CMYK Percentages of Color #a5eade
Complementary Color
#a5eade | #eaa5b1 |
#a5eade Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a5eade Color Preview on White Background
Lorem ipsum dolor sit amet.
#a5eade Color CSS Codes
.mybgcolor {background-color:#a5eade; } .myforecolor {color:#a5eade; } .mybordercolor {border:3px solid #a5eade; }
#a5eade Text Font Color
<p style="color:#a5eade">Text here</p>
This sample text font color is #a5eade
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.
#a5eade Background Color
<div style="background-color:#a5eade">
Div content here</div>
This div background color is #a5eade
#a5eade Border Color
<div style="border:3px solid #a5eade">
Div here</div>
This div border color is #a5eade
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,234,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a5eade; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a5eade; -webkit-box-shadow: 1px 1px 3px 2px #a5eade; box-shadow: 1px 1px 3px 2px #a5eade; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,234,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a5eade">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a5eade; -webkit-box-shadow: 1px 1px 3px 2px #a5eade; box-shadow: 1px 1px 3px 2px #a5eade;">
Div content here</div>
This div box has shadow with color #a5eade
Comments
No comments written yet.
Please login to write comment.