Color spaces of #aecae1
RGB | 174 | 202 | 225 |
---|---|---|---|
HSL | 0.58 | 0.46 | 0.78 |
HSV | 207° | 23° | 88° |
CMYK | 0.23 | 0.10 | 0.00 0.12 |
XYZ | 52.1667 | 56.6760 | 79.4242 |
Yxy | 56.6760 | 0.2771 | 0.3010 |
Hunter Lab | 75.2835 | -8.0568 | -9.8526 |
CIE-Lab | 79.9970 | -4.4049 | -14.5246 |
#aecae1 color RGB value is (174,202,225).
#aecae1 hex color red value is 174, green value is 202 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #aecae1 hue: 0.58 , saturation: 0.46 and the lightness value of aecae1 is 0.78.
The process color (four color CMYK) of #aecae1 color hex is 0.23, 0.10, 0.00, 0.12. Web safe color of #aecae1 is #99cccc. Color #aecae1 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11001010 | 11100001 |
Octal | 256 | 312 | 341 |
Decimal | 174 | 202 | 225 |
Hex | AE | CA | E1 |
Shades of #aecae1
Tints of #aecae1
RGB Percentages of Color #aecae1
CMYK Percentages of Color #aecae1
Complementary Color
#aecae1 | #e1c5ae |
#aecae1 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aecae1 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aecae1 Color CSS Codes
.mybgcolor {background-color:#aecae1; } .myforecolor {color:#aecae1; } .mybordercolor {border:3px solid #aecae1; }
#aecae1 Text Font Color
<p style="color:#aecae1">Text here</p>
This sample text font color is #aecae1
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.
#aecae1 Background Color
<div style="background-color:#aecae1">
Div content here</div>
This div background color is #aecae1
#aecae1 Border Color
<div style="border:3px solid #aecae1">
Div here</div>
This div border color is #aecae1
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,202,225, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aecae1; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aecae1; -webkit-box-shadow: 1px 1px 3px 2px #aecae1; box-shadow: 1px 1px 3px 2px #aecae1; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,202,225, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aecae1">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aecae1; -webkit-box-shadow: 1px 1px 3px 2px #aecae1; box-shadow: 1px 1px 3px 2px #aecae1;">
Div content here</div>
This div box has shadow with color #aecae1
Comments
No comments written yet.
Please login to write comment.