Color spaces of #aeece2
RGB | 174 | 236 | 226 |
---|---|---|---|
HSL | 0.47 | 0.62 | 0.80 |
HSV | 170° | 26° | 93° |
CMYK | 0.26 | 0.00 | 0.04 0.07 |
XYZ | 61.1785 | 74.4806 | 83.1032 |
Yxy | 74.4806 | 0.2797 | 0.3405 |
Hunter Lab | 86.3021 | -24.4924 | 3.3192 |
CIE-Lab | 89.1491 | -21.5210 | -1.4830 |
#aeece2 color RGB value is (174,236,226).
#aeece2 hex color red value is 174, green value is 236 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #aeece2 hue: 0.47 , saturation: 0.62 and the lightness value of aeece2 is 0.80.
The process color (four color CMYK) of #aeece2 color hex is 0.26, 0.00, 0.04, 0.07. Web safe color of #aeece2 is #99ffcc. Color #aeece2 contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11101100 | 11100010 |
Octal | 256 | 354 | 342 |
Decimal | 174 | 236 | 226 |
Hex | AE | EC | E2 |
Shades of #aeece2
Tints of #aeece2
RGB Percentages of Color #aeece2
CMYK Percentages of Color #aeece2
Complementary Color
#aeece2 | #ecaeb8 |
#aeece2 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeece2 Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeece2 Color CSS Codes
.mybgcolor {background-color:#aeece2; } .myforecolor {color:#aeece2; } .mybordercolor {border:3px solid #aeece2; }
#aeece2 Text Font Color
<p style="color:#aeece2">Text here</p>
This sample text font color is #aeece2
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.
#aeece2 Background Color
<div style="background-color:#aeece2">
Div content here</div>
This div background color is #aeece2
#aeece2 Border Color
<div style="border:3px solid #aeece2">
Div here</div>
This div border color is #aeece2
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,236,226, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeece2; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeece2; -webkit-box-shadow: 1px 1px 3px 2px #aeece2; box-shadow: 1px 1px 3px 2px #aeece2; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,236,226, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeece2">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeece2; -webkit-box-shadow: 1px 1px 3px 2px #aeece2; box-shadow: 1px 1px 3px 2px #aeece2;">
Div content here</div>
This div box has shadow with color #aeece2
Comments
No comments written yet.
Please login to write comment.