Color spaces of #aedacc
RGB | 174 | 218 | 204 |
---|---|---|---|
HSL | 0.45 | 0.37 | 0.77 |
HSV | 161° | 20° | 85° |
CMYK | 0.20 | 0.00 | 0.06 0.15 |
XYZ | 53.4260 | 63.5011 | 66.5678 |
Yxy | 63.5011 | 0.2912 | 0.3461 |
Hunter Lab | 79.6876 | -19.7791 | 6.2528 |
CIE-Lab | 83.7053 | -17.1211 | 2.1603 |
#aedacc color RGB value is (174,218,204).
#aedacc hex color red value is 174, green value is 218 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #aedacc hue: 0.45 , saturation: 0.37 and the lightness value of aedacc is 0.77.
The process color (four color CMYK) of #aedacc color hex is 0.20, 0.00, 0.06, 0.15. Web safe color of #aedacc is #99cccc. Color #aedacc contains mainly GREEN color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101110 | 11011010 | 11001100 |
Octal | 256 | 332 | 314 |
Decimal | 174 | 218 | 204 |
Hex | AE | DA | CC |
Shades of #aedacc
Tints of #aedacc
RGB Percentages of Color #aedacc
CMYK Percentages of Color #aedacc
Complementary Color
#aedacc | #daaebc |
#aedacc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#aedacc Color Preview on White Background
Lorem ipsum dolor sit amet.
#aedacc Color CSS Codes
.mybgcolor {background-color:#aedacc; } .myforecolor {color:#aedacc; } .mybordercolor {border:3px solid #aedacc; }
#aedacc Text Font Color
<p style="color:#aedacc">Text here</p>
This sample text font color is #aedacc
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.
#aedacc Background Color
<div style="background-color:#aedacc">
Div content here</div>
This div background color is #aedacc
#aedacc Border Color
<div style="border:3px solid #aedacc">
Div here</div>
This div border color is #aedacc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(174,218,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #aedacc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #aedacc; -webkit-box-shadow: 1px 1px 3px 2px #aedacc; box-shadow: 1px 1px 3px 2px #aedacc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(174,218,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #aedacc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #aedacc; -webkit-box-shadow: 1px 1px 3px 2px #aedacc; box-shadow: 1px 1px 3px 2px #aedacc;">
Div content here</div>
This div box has shadow with color #aedacc
#aedacc Color Palettes
Comments
No comments written yet.
Please login to write comment.