Color spaces of #aedaea
RGB | 174 | 218 | 234 |
---|---|---|---|
HSL | 0.54 | 0.59 | 0.80 |
HSV | 196° | 26° | 92° |
CMYK | 0.26 | 0.07 | 0.00 0.08 |
XYZ | 57.3782 | 65.0820 | 87.3798 |
Yxy | 65.0820 | 0.2734 | 0.3102 |
Hunter Lab | 80.6734 | -14.2220 | -7.7474 |
CIE-Lab | 84.5260 | -10.7243 | -12.5370 |
#aedaea color RGB value is (174,218,234).
#aedaea hex color red value is 174, green value is 218 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #aedaea hue: 0.54 , saturation: 0.59 and the lightness value of aedaea is 0.80.
The process color (four color CMYK) of #aedaea color hex is 0.26, 0.07, 0.00, 0.08. Web safe color of #aedaea is #99ccff. Color #aedaea contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11011010 | 11101010 |
Octal | 256 | 332 | 352 |
Decimal | 174 | 218 | 234 |
Hex | AE | DA | EA |
Shades of #aedaea
Tints of #aedaea
RGB Percentages of Color #aedaea
CMYK Percentages of Color #aedaea
Complementary Color
#aedaea | #eabeae |
#aedaea Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aedaea Color Preview on White Background
Lorem ipsum dolor sit amet.
#aedaea Color CSS Codes
.mybgcolor {background-color:#aedaea; } .myforecolor {color:#aedaea; } .mybordercolor {border:3px solid #aedaea; }
#aedaea Text Font Color
<p style="color:#aedaea">Text here</p>
This sample text font color is #aedaea
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.
#aedaea Background Color
<div style="background-color:#aedaea">
Div content here</div>
This div background color is #aedaea
#aedaea Border Color
<div style="border:3px solid #aedaea">
Div here</div>
This div border color is #aedaea
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,218,234, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aedaea; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aedaea; -webkit-box-shadow: 1px 1px 3px 2px #aedaea; box-shadow: 1px 1px 3px 2px #aedaea; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,218,234, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aedaea">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aedaea; -webkit-box-shadow: 1px 1px 3px 2px #aedaea; box-shadow: 1px 1px 3px 2px #aedaea;">
Div content here</div>
This div box has shadow with color #aedaea
#aedaea Color Palettes
Comments
No comments written yet.
Please login to write comment.