Color spaces of #aeccfe
RGB | 174 | 204 | 254 |
---|---|---|---|
HSL | 0.60 | 0.98 | 0.84 |
HSV | 218° | 31° | 100° |
CMYK | 0.31 | 0.20 | 0.00 0.00 |
XYZ | 56.9378 | 59.3402 | 102.2188 |
Yxy | 59.3402 | 0.2606 | 0.2716 |
Hunter Lab | 77.0326 | -2.8707 | -24.7524 |
CIE-Lab | 81.4782 | 1.3286 | -27.7675 |
#aeccfe color RGB value is (174,204,254).
#aeccfe hex color red value is 174, green value is 204 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #aeccfe hue: 0.60 , saturation: 0.98 and the lightness value of aeccfe is 0.84.
The process color (four color CMYK) of #aeccfe color hex is 0.31, 0.20, 0.00, 0.00. Web safe color of #aeccfe is #99ccff. Color #aeccfe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11001100 | 11111110 |
Octal | 256 | 314 | 376 |
Decimal | 174 | 204 | 254 |
Hex | AE | CC | FE |
Shades of #aeccfe
Tints of #aeccfe
RGB Percentages of Color #aeccfe
CMYK Percentages of Color #aeccfe
Complementary Color
#aeccfe | #fee0ae |
#aeccfe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeccfe Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeccfe Color CSS Codes
.mybgcolor {background-color:#aeccfe; } .myforecolor {color:#aeccfe; } .mybordercolor {border:3px solid #aeccfe; }
#aeccfe Text Font Color
<p style="color:#aeccfe">Text here</p>
This sample text font color is #aeccfe
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.
#aeccfe Background Color
<div style="background-color:#aeccfe">
Div content here</div>
This div background color is #aeccfe
#aeccfe Border Color
<div style="border:3px solid #aeccfe">
Div here</div>
This div border color is #aeccfe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,204,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeccfe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeccfe; -webkit-box-shadow: 1px 1px 3px 2px #aeccfe; box-shadow: 1px 1px 3px 2px #aeccfe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,204,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeccfe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeccfe; -webkit-box-shadow: 1px 1px 3px 2px #aeccfe; box-shadow: 1px 1px 3px 2px #aeccfe;">
Div content here</div>
This div box has shadow with color #aeccfe
#aeccfe Color Palettes
Comments
No comments written yet.
Please login to write comment.