Color spaces of #aedeff
RGB | 174 | 222 | 255 |
---|---|---|---|
HSL | 0.57 | 1.00 | 0.84 |
HSV | 204° | 32° | 100° |
CMYK | 0.32 | 0.13 | 0.00 0.00 |
XYZ | 61.6268 | 68.4612 | 104.5740 |
Yxy | 68.4612 | 0.2626 | 0.2917 |
Hunter Lab | 82.7413 | -11.8481 | -17.0158 |
CIE-Lab | 86.2365 | -7.9148 | -21.0562 |
#aedeff color RGB value is (174,222,255).
#aedeff hex color red value is 174, green value is 222 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #aedeff hue: 0.57 , saturation: 1.00 and the lightness value of aedeff is 0.84.
The process color (four color CMYK) of #aedeff color hex is 0.32, 0.13, 0.00, 0.00. Web safe color of #aedeff is #99ccff. Color #aedeff contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11011110 | 11111111 |
Octal | 256 | 336 | 377 |
Decimal | 174 | 222 | 255 |
Hex | AE | DE | FF |
Shades of #aedeff
Tints of #aedeff
RGB Percentages of Color #aedeff
CMYK Percentages of Color #aedeff
Complementary Color
#aedeff | #ffcfae |
#aedeff Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aedeff Color Preview on White Background
Lorem ipsum dolor sit amet.
#aedeff Color CSS Codes
.mybgcolor {background-color:#aedeff; } .myforecolor {color:#aedeff; } .mybordercolor {border:3px solid #aedeff; }
#aedeff Text Font Color
<p style="color:#aedeff">Text here</p>
This sample text font color is #aedeff
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.
#aedeff Background Color
<div style="background-color:#aedeff">
Div content here</div>
This div background color is #aedeff
#aedeff Border Color
<div style="border:3px solid #aedeff">
Div here</div>
This div border color is #aedeff
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,222,255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aedeff; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aedeff; -webkit-box-shadow: 1px 1px 3px 2px #aedeff; box-shadow: 1px 1px 3px 2px #aedeff; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,222,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 #aedeff">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aedeff; -webkit-box-shadow: 1px 1px 3px 2px #aedeff; box-shadow: 1px 1px 3px 2px #aedeff;">
Div content here</div>
This div box has shadow with color #aedeff
Comments
No comments written yet.
Please login to write comment.