Color spaces of #ade3ff
RGB | 173 | 227 | 255 |
---|---|---|---|
HSL | 0.56 | 1.00 | 0.84 |
HSV | 200° | 32° | 100° |
CMYK | 0.32 | 0.11 | 0.00 0.00 |
XYZ | 62.7527 | 71.0424 | 105.0129 |
Yxy | 71.0424 | 0.2628 | 0.2975 |
Hunter Lab | 84.2867 | -14.6057 | -14.8689 |
CIE-Lab | 87.5056 | -10.7653 | -19.1438 |
#ade3ff color RGB value is (173,227,255).
#ade3ff hex color red value is 173, green value is 227 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ade3ff hue: 0.56 , saturation: 1.00 and the lightness value of ade3ff is 0.84.
The process color (four color CMYK) of #ade3ff color hex is 0.32, 0.11, 0.00, 0.00. Web safe color of #ade3ff is #99ccff. Color #ade3ff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101101 | 11100011 | 11111111 |
Octal | 255 | 343 | 377 |
Decimal | 173 | 227 | 255 |
Hex | AD | E3 | FF |
Shades of #ade3ff
Tints of #ade3ff
RGB Percentages of Color #ade3ff
CMYK Percentages of Color #ade3ff
Complementary Color
#ade3ff | #ffc9ad |
#ade3ff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ade3ff Color Preview on White Background
Lorem ipsum dolor sit amet.
#ade3ff Color CSS Codes
.mybgcolor {background-color:#ade3ff; } .myforecolor {color:#ade3ff; } .mybordercolor {border:3px solid #ade3ff; }
#ade3ff Text Font Color
<p style="color:#ade3ff">Text here</p>
This sample text font color is #ade3ff
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.
#ade3ff Background Color
<div style="background-color:#ade3ff">
Div content here</div>
This div background color is #ade3ff
#ade3ff Border Color
<div style="border:3px solid #ade3ff">
Div here</div>
This div border color is #ade3ff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(173,227,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ade3ff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ade3ff; -webkit-box-shadow: 1px 1px 3px 2px #ade3ff; box-shadow: 1px 1px 3px 2px #ade3ff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(173,227,255, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ade3ff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ade3ff; -webkit-box-shadow: 1px 1px 3px 2px #ade3ff; box-shadow: 1px 1px 3px 2px #ade3ff;">
Div content here</div>
This div box has shadow with color #ade3ff
#ade3ff Color Palettes
Comments
No comments written yet.
Please login to write comment.