Color spaces of #aeadee
RGB | 174 | 173 | 238 |
---|---|---|---|
HSL | 0.67 | 0.66 | 0.81 |
HSV | 241° | 27° | 93° |
CMYK | 0.27 | 0.27 | 0.00 0.07 |
XYZ | 47.8317 | 45.0589 | 87.0651 |
Yxy | 45.0589 | 0.2658 | 0.2504 |
Hunter Lab | 67.1259 | 9.7228 | -29.9134 |
CIE-Lab | 72.9307 | 14.3845 | -32.3055 |
#aeadee color RGB value is (174,173,238).
#aeadee hex color red value is 174, green value is 173 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #aeadee hue: 0.67 , saturation: 0.66 and the lightness value of aeadee is 0.81.
The process color (four color CMYK) of #aeadee color hex is 0.27, 0.27, 0.00, 0.07. Web safe color of #aeadee is #9999ff. Color #aeadee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 10101101 | 11101110 |
Octal | 256 | 255 | 356 |
Decimal | 174 | 173 | 238 |
Hex | AE | AD | EE |
Shades of #aeadee
Tints of #aeadee
RGB Percentages of Color #aeadee
CMYK Percentages of Color #aeadee
Complementary Color
#aeadee | #edeead |
#aeadee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aeadee Color Preview on White Background
Lorem ipsum dolor sit amet.
#aeadee Color CSS Codes
.mybgcolor {background-color:#aeadee; } .myforecolor {color:#aeadee; } .mybordercolor {border:3px solid #aeadee; }
#aeadee Text Font Color
<p style="color:#aeadee">Text here</p>
This sample text font color is #aeadee
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.
#aeadee Background Color
<div style="background-color:#aeadee">
Div content here</div>
This div background color is #aeadee
#aeadee Border Color
<div style="border:3px solid #aeadee">
Div here</div>
This div border color is #aeadee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,173,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aeadee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aeadee; -webkit-box-shadow: 1px 1px 3px 2px #aeadee; box-shadow: 1px 1px 3px 2px #aeadee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,173,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aeadee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aeadee; -webkit-box-shadow: 1px 1px 3px 2px #aeadee; box-shadow: 1px 1px 3px 2px #aeadee;">
Div content here</div>
This div box has shadow with color #aeadee
Comments
No comments written yet.
Please login to write comment.