Color spaces of #a5ffde
RGB | 165 | 255 | 222 |
---|---|---|---|
HSL | 0.44 | 1.00 | 0.82 |
HSV | 158° | 35° | 100° |
CMYK | 0.35 | 0.00 | 0.13 0.00 |
XYZ | 64.4619 | 84.7933 | 82.0765 |
Yxy | 84.7933 | 0.2787 | 0.3665 |
Hunter Lab | 92.0833 | -36.1887 | 11.6114 |
CIE-Lab | 93.7940 | -33.9529 | 7.2812 |
#a5ffde color RGB value is (165,255,222).
#a5ffde hex color red value is 165, green value is 255 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a5ffde hue: 0.44 , saturation: 1.00 and the lightness value of a5ffde is 0.82.
The process color (four color CMYK) of #a5ffde color hex is 0.35, 0.00, 0.13, 0.00. Web safe color of #a5ffde is #99ffcc. Color #a5ffde contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 11111111 | 11011110 |
Octal | 245 | 377 | 336 |
Decimal | 165 | 255 | 222 |
Hex | A5 | FF | DE |
Shades of #a5ffde
Tints of #a5ffde
RGB Percentages of Color #a5ffde
CMYK Percentages of Color #a5ffde
Complementary Color
#a5ffde | #ffa5c6 |
#a5ffde Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a5ffde Color Preview on White Background
Lorem ipsum dolor sit amet.
#a5ffde Color CSS Codes
.mybgcolor {background-color:#a5ffde; } .myforecolor {color:#a5ffde; } .mybordercolor {border:3px solid #a5ffde; }
#a5ffde Text Font Color
<p style="color:#a5ffde">Text here</p>
This sample text font color is #a5ffde
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.
#a5ffde Background Color
<div style="background-color:#a5ffde">
Div content here</div>
This div background color is #a5ffde
#a5ffde Border Color
<div style="border:3px solid #a5ffde">
Div here</div>
This div border color is #a5ffde
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,255,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a5ffde; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a5ffde; -webkit-box-shadow: 1px 1px 3px 2px #a5ffde; box-shadow: 1px 1px 3px 2px #a5ffde; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,255,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 #a5ffde">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a5ffde; -webkit-box-shadow: 1px 1px 3px 2px #a5ffde; box-shadow: 1px 1px 3px 2px #a5ffde;">
Div content here</div>
This div box has shadow with color #a5ffde
Comments
No comments written yet.
Please login to write comment.