Color spaces of #aeccfd
RGB | 174 | 204 | 253 |
---|---|---|---|
HSL | 0.60 | 0.95 | 0.84 |
HSV | 217° | 31° | 99° |
CMYK | 0.31 | 0.19 | 0.00 0.01 |
XYZ | 56.7780 | 59.2763 | 101.3774 |
Yxy | 59.2763 | 0.2611 | 0.2726 |
Hunter Lab | 76.9911 | -3.0975 | -24.1758 |
CIE-Lab | 81.4432 | 1.0848 | -27.2891 |
#aeccfd color RGB value is (174,204,253).
#aeccfd hex color red value is 174, green value is 204 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #aeccfd hue: 0.60 , saturation: 0.95 and the lightness value of aeccfd is 0.84.
The process color (four color CMYK) of #aeccfd color hex is 0.31, 0.19, 0.00, 0.01. Web safe color of #aeccfd is #99ccff. Color #aeccfd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11001100 | 11111101 |
Octal | 256 | 314 | 375 |
Decimal | 174 | 204 | 253 |
Hex | AE | CC | FD |
Shades of #aeccfd
Tints of #aeccfd
RGB Percentages of Color #aeccfd
CMYK Percentages of Color #aeccfd
Complementary Color
#aeccfd | #fddfae |
#aeccfd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeccfd Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeccfd Color CSS Codes
.mybgcolor {background-color:#aeccfd; } .myforecolor {color:#aeccfd; } .mybordercolor {border:3px solid #aeccfd; }
#aeccfd Text Font Color
<p style="color:#aeccfd">Text here</p>
This sample text font color is #aeccfd
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.
#aeccfd Background Color
<div style="background-color:#aeccfd">
Div content here</div>
This div background color is #aeccfd
#aeccfd Border Color
<div style="border:3px solid #aeccfd">
Div here</div>
This div border color is #aeccfd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,204,253, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeccfd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeccfd; -webkit-box-shadow: 1px 1px 3px 2px #aeccfd; box-shadow: 1px 1px 3px 2px #aeccfd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,204,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 #aeccfd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeccfd; -webkit-box-shadow: 1px 1px 3px 2px #aeccfd; box-shadow: 1px 1px 3px 2px #aeccfd;">
Div content here</div>
This div box has shadow with color #aeccfd
Comments
No comments written yet.
Please login to write comment.