Color spaces of #aeeffd
RGB | 174 | 239 | 253 |
---|---|---|---|
HSL | 0.53 | 0.95 | 0.84 |
HSV | 191° | 31° | 99° |
CMYK | 0.31 | 0.06 | 0.00 0.01 |
XYZ | 66.0517 | 77.8235 | 104.4687 |
Yxy | 77.8235 | 0.2660 | 0.3134 |
Hunter Lab | 88.2176 | -20.7315 | -8.4598 |
CIE-Lab | 90.6993 | -17.0317 | -13.2955 |
#aeeffd color RGB value is (174,239,253).
#aeeffd hex color red value is 174, green value is 239 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #aeeffd hue: 0.53 , saturation: 0.95 and the lightness value of aeeffd is 0.84.
The process color (four color CMYK) of #aeeffd color hex is 0.31, 0.06, 0.00, 0.01. Web safe color of #aeeffd is #99ffff. Color #aeeffd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11101111 | 11111101 |
Octal | 256 | 357 | 375 |
Decimal | 174 | 239 | 253 |
Hex | AE | EF | FD |
Shades of #aeeffd
Tints of #aeeffd
RGB Percentages of Color #aeeffd
CMYK Percentages of Color #aeeffd
Complementary Color
#aeeffd | #fdbcae |
#aeeffd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeeffd Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeeffd Color CSS Codes
.mybgcolor {background-color:#aeeffd; } .myforecolor {color:#aeeffd; } .mybordercolor {border:3px solid #aeeffd; }
#aeeffd Text Font Color
<p style="color:#aeeffd">Text here</p>
This sample text font color is #aeeffd
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.
#aeeffd Background Color
<div style="background-color:#aeeffd">
Div content here</div>
This div background color is #aeeffd
#aeeffd Border Color
<div style="border:3px solid #aeeffd">
Div here</div>
This div border color is #aeeffd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,239,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeeffd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeeffd; -webkit-box-shadow: 1px 1px 3px 2px #aeeffd; box-shadow: 1px 1px 3px 2px #aeeffd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,239,253, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeeffd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeeffd; -webkit-box-shadow: 1px 1px 3px 2px #aeeffd; box-shadow: 1px 1px 3px 2px #aeeffd;">
Div content here</div>
This div box has shadow with color #aeeffd
Comments
No comments written yet.
Please login to write comment.