Color spaces of #aedcfd
RGB | 174 | 220 | 253 |
---|---|---|---|
HSL | 0.57 | 0.95 | 0.84 |
HSV | 205° | 31° | 99° |
CMYK | 0.31 | 0.13 | 0.00 0.01 |
XYZ | 60.7784 | 67.2769 | 102.7109 |
Yxy | 67.2769 | 0.2634 | 0.2915 |
Hunter Lab | 82.0225 | -11.2715 | -16.8289 |
CIE-Lab | 85.6436 | -7.3540 | -20.8997 |
#aedcfd color RGB value is (174,220,253).
#aedcfd hex color red value is 174, green value is 220 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #aedcfd hue: 0.57 , saturation: 0.95 and the lightness value of aedcfd is 0.84.
The process color (four color CMYK) of #aedcfd color hex is 0.31, 0.13, 0.00, 0.01. Web safe color of #aedcfd is #99ccff. Color #aedcfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11011100 | 11111101 |
Octal | 256 | 334 | 375 |
Decimal | 174 | 220 | 253 |
Hex | AE | DC | FD |
Shades of #aedcfd
Tints of #aedcfd
RGB Percentages of Color #aedcfd
CMYK Percentages of Color #aedcfd
Complementary Color
#aedcfd | #fdcfae |
#aedcfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aedcfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#aedcfd Color CSS Codes
.mybgcolor {background-color:#aedcfd; } .myforecolor {color:#aedcfd; } .mybordercolor {border:3px solid #aedcfd; }
#aedcfd Text Font Color
<p style="color:#aedcfd">Text here</p>
This sample text font color is #aedcfd
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.
#aedcfd Background Color
<div style="background-color:#aedcfd">
Div content here</div>
This div background color is #aedcfd
#aedcfd Border Color
<div style="border:3px solid #aedcfd">
Div here</div>
This div border color is #aedcfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,220,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aedcfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aedcfd; -webkit-box-shadow: 1px 1px 3px 2px #aedcfd; box-shadow: 1px 1px 3px 2px #aedcfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,220,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 #aedcfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aedcfd; -webkit-box-shadow: 1px 1px 3px 2px #aedcfd; box-shadow: 1px 1px 3px 2px #aedcfd;">
Div content here</div>
This div box has shadow with color #aedcfd
Comments
No comments written yet.
Please login to write comment.