Color spaces of #aedffc
RGB | 174 | 223 | 252 |
---|---|---|---|
HSL | 0.56 | 0.93 | 0.84 |
HSV | 202° | 31° | 99° |
CMYK | 0.31 | 0.12 | 0.00 0.01 |
XYZ | 61.4139 | 68.8023 | 102.1388 |
Yxy | 68.8023 | 0.2643 | 0.2961 |
Hunter Lab | 82.9472 | -12.9965 | -14.9450 |
CIE-Lab | 86.4061 | -9.1444 | -19.2202 |
#aedffc color RGB value is (174,223,252).
#aedffc hex color red value is 174, green value is 223 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #aedffc hue: 0.56 , saturation: 0.93 and the lightness value of aedffc is 0.84.
The process color (four color CMYK) of #aedffc color hex is 0.31, 0.12, 0.00, 0.01. Web safe color of #aedffc is #99ccff. Color #aedffc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11011111 | 11111100 |
Octal | 256 | 337 | 374 |
Decimal | 174 | 223 | 252 |
Hex | AE | DF | FC |
Shades of #aedffc
Tints of #aedffc
RGB Percentages of Color #aedffc
CMYK Percentages of Color #aedffc
Complementary Color
#aedffc | #fccbae |
#aedffc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aedffc Color Preview on White Background
Lorem ipsum dolor sit amet.
#aedffc Color CSS Codes
.mybgcolor {background-color:#aedffc; } .myforecolor {color:#aedffc; } .mybordercolor {border:3px solid #aedffc; }
#aedffc Text Font Color
<p style="color:#aedffc">Text here</p>
This sample text font color is #aedffc
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.
#aedffc Background Color
<div style="background-color:#aedffc">
Div content here</div>
This div background color is #aedffc
#aedffc Border Color
<div style="border:3px solid #aedffc">
Div here</div>
This div border color is #aedffc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,223,252, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aedffc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aedffc; -webkit-box-shadow: 1px 1px 3px 2px #aedffc; box-shadow: 1px 1px 3px 2px #aedffc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,223,252, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aedffc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aedffc; -webkit-box-shadow: 1px 1px 3px 2px #aedffc; box-shadow: 1px 1px 3px 2px #aedffc;">
Div content here</div>
This div box has shadow with color #aedffc
#aedffc Color Palettes
Comments
No comments written yet.
Please login to write comment.