Color spaces of #aeafec
RGB | 174 | 175 | 236 |
---|---|---|---|
HSL | 0.66 | 0.62 | 0.80 |
HSV | 239° | 26° | 93° |
CMYK | 0.26 | 0.26 | 0.00 0.07 |
XYZ | 47.9259 | 45.7147 | 85.6547 |
Yxy | 45.7147 | 0.2673 | 0.2550 |
Hunter Lab | 67.6126 | 8.2041 | -27.7823 |
CIE-Lab | 73.3600 | 12.7947 | -30.5573 |
#aeafec color RGB value is (174,175,236).
#aeafec hex color red value is 174, green value is 175 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #aeafec hue: 0.66 , saturation: 0.62 and the lightness value of aeafec is 0.80.
The process color (four color CMYK) of #aeafec color hex is 0.26, 0.26, 0.00, 0.07. Web safe color of #aeafec is #9999ff. Color #aeafec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10101111 | 11101100 |
Octal | 256 | 257 | 354 |
Decimal | 174 | 175 | 236 |
Hex | AE | AF | EC |
Shades of #aeafec
Tints of #aeafec
RGB Percentages of Color #aeafec
CMYK Percentages of Color #aeafec
Complementary Color
#aeafec | #ecebae |
#aeafec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeafec Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeafec Color CSS Codes
.mybgcolor {background-color:#aeafec; } .myforecolor {color:#aeafec; } .mybordercolor {border:3px solid #aeafec; }
#aeafec Text Font Color
<p style="color:#aeafec">Text here</p>
This sample text font color is #aeafec
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.
#aeafec Background Color
<div style="background-color:#aeafec">
Div content here</div>
This div background color is #aeafec
#aeafec Border Color
<div style="border:3px solid #aeafec">
Div here</div>
This div border color is #aeafec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,175,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeafec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeafec; -webkit-box-shadow: 1px 1px 3px 2px #aeafec; box-shadow: 1px 1px 3px 2px #aeafec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,175,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeafec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeafec; -webkit-box-shadow: 1px 1px 3px 2px #aeafec; box-shadow: 1px 1px 3px 2px #aeafec;">
Div content here</div>
This div box has shadow with color #aeafec
Comments
No comments written yet.
Please login to write comment.